Topten.JsonKit.csproj 569 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
  4. <Configurations>Debug;Release</Configurations>
  5. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  6. <OutputPath>..\Build\$(Configuration)\$(MSBuildProjectName)</OutputPath>
  7. <IntermediateOutputPath>..\Build\$(Configuration)\$(MSBuildProjectName)\obj</IntermediateOutputPath>
  8. <GenerateFullPaths>True</GenerateFullPaths>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <Compile Include="..\version.cs" Link="version.cs" />
  12. </ItemGroup>
  13. </Project>