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.

18 lines
460 B

3 years ago
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. </PropertyGroup>
  6. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  7. <DefineConstants>TRACE;MEMORY</DefineConstants>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <None Update="Test.basic">
  11. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  12. </None>
  13. </ItemGroup>
  14. </Project>