unilib-x64.props 562 B

12345678910111213
  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.30319.1</_ProjectFileVersion>
  5. <OutDir>$(SolutionDir)$(PlatformName)\$(Configuration)\lib\</OutDir>
  6. <IntDir>$(PlatformName)\$(Configuration)\</IntDir>
  7. </PropertyGroup>
  8. <ItemDefinitionGroup>
  9. <ClCompile>
  10. <PreprocessorDefinitions>_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  11. </ClCompile>
  12. </ItemDefinitionGroup>
  13. </Project>