ConsoleApp1.csproj 353 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. <Platforms>AnyCPU;x64</Platforms>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <None Update="jsconfig1.json">
  9. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  10. </None>
  11. </ItemGroup>
  12. </Project>