Tests.props 542 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets" />
  4. <PropertyGroup>
  5. <IS_UNITTEST>True</IS_UNITTEST>
  6. </PropertyGroup>
  7. <ItemDefinitionGroup>
  8. <ClCompile>
  9. <PreprocessorDefinitions>TESTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  10. </ClCompile>
  11. <Link>
  12. <SubSystem>Console</SubSystem>
  13. <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
  14. </Link>
  15. </ItemDefinitionGroup>
  16. </Project>