SaiChaitanya's picture
Upload 149 files
a431caa verified
Raw
History Blame Contribute Delete
666 Bytes
<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>