_Common.props 1.1 KB

123456789101112131415161718192021
  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. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  9. <ImageXexOutput>$(OutDir)$(ProjectName).xex</ImageXexOutput>
  10. </PropertyGroup>
  11. <ItemDefinitionGroup>
  12. <ClCompile>
  13. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  14. <WarningLevel>Level4</WarningLevel>
  15. <PrecompiledHeaderFile>
  16. </PrecompiledHeaderFile>
  17. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  18. <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
  19. </ClCompile>
  20. </ItemDefinitionGroup>
  21. </Project>