You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SOP/sop-sdk/sdk-csharp/SDKCSharp/SDKCSharp.csproj

25 lines
808 B

6 years ago
<Project Sdk="Microsoft.NET.Sdk">
6 years ago
<PropertyGroup>
6 years ago
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
6 years ago
</PropertyGroup>
6 years ago
6 years ago
<ItemGroup>
6 years ago
<Compile Remove="Properties\AssemblyInfo.cs" />
6 years ago
</ItemGroup>
<ItemGroup>
6 years ago
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
6 years ago
</ItemGroup>
<ItemGroup>
6 years ago
<None Remove="Dll\.DS_Store" />
<None Remove="Dll\BouncyCastle.Crypto.dll" />
<None Remove="Dll\json\net20\Newtonsoft.Json.dll" />
<None Remove="Dll\json\net20\Newtonsoft.Json.pdb" />
<None Remove="Dll\json\net20\Newtonsoft.Json.xml" />
<None Remove="Dll\json\net40\Newtonsoft.Json.dll" />
<None Remove="Dll\json\net40\Newtonsoft.Json.pdb" />
<None Remove="Dll\json\net40\Newtonsoft.Json.xml" />
6 years ago
</ItemGroup>
6 years ago
</Project>