_Common.props 871 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  5. <_PropertySheetDisplayName>Common Project Properties</_PropertySheetDisplayName>
  6. <OutDir>..\build\$(PlatformName)\$(Configuration)\</OutDir>
  7. <IntDir>..\build\$(PlatformName)\$(Configuration)\intermediate\$(ProjectName)\</IntDir>
  8. </PropertyGroup>
  9. <ItemDefinitionGroup>
  10. <ClCompile>
  11. <PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  12. <WarningLevel>Level4</WarningLevel>
  13. <PrecompiledHeaderFile>
  14. </PrecompiledHeaderFile>
  15. </ClCompile>
  16. </ItemDefinitionGroup>
  17. </Project>