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/SDKTest/SDKTest.csproj

12 lines
264 B

6 years ago
<Project Sdk="Microsoft.NET.Sdk">
6 years ago
<PropertyGroup>
<OutputType>Exe</OutputType>
6 years ago
<TargetFramework>netcoreapp2.0</TargetFramework>
6 years ago
</PropertyGroup>
6 years ago
6 years ago
<ItemGroup>
6 years ago
<ProjectReference Include="..\SDKCSharp\SDKCSharp.csproj" />
6 years ago
</ItemGroup>
6 years ago
</Project>