PetaJson_2017.csproj 763 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
  4. <Configurations>Debug;Release</Configurations>
  5. <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
  6. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  7. <OutputPath>.\bin\$(MSBuildProjectName)\$(Configuration)\$(Platform)</OutputPath>
  8. <PlatformTarget>AnyCPU</PlatformTarget>
  9. <AssemblyName>PetaJson</AssemblyName>
  10. <RootNamespace>PetaJson</RootNamespace>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
  13. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
  14. <ItemGroup>
  15. <Compile Include="PetaJson.cs" />
  16. </ItemGroup>
  17. </Project>