| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <OutputType>Exe</OutputType> | |
| <TargetFramework>net8.0</TargetFramework> | |
| <EnableDefaultCompileItems>False</EnableDefaultCompileItems> | |
| </PropertyGroup> | |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| <LangVersion>latest</LangVersion> | |
| </PropertyGroup> | |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
| <LangVersion>latest</LangVersion> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Compile Include="BatchCoder.cs" /> | |
| <Compile Include="..\OnetWebService.cs" Link="OnetWebService.cs" /> | |
| </ItemGroup> | |
| </Project> | |