Clone
ixen <ixen@copyhandler.com>
committed
on 03 Jan 13
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)
LoggerImprovements + 5 more
/ictranslate/ictranslate.vc110.vcxproj (+8 -8)
54 54   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55 55   <ImportGroup Label="ExtensionSettings">
56 56   </ImportGroup>
57 57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
58 58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 59   </ImportGroup>
60 60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
61 61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 62   </ImportGroup>
63 63   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
64 64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 65   </ImportGroup>
66 66   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
67 67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 68   </ImportGroup>
69 69   <PropertyGroup Label="UserMacros" />
70 70   <PropertyGroup>
71 71     <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>
72 72   </PropertyGroup>
73 73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74       <OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
75       <IntDir>$(SolutionDir)intermediate\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir>
  74     <OutDir>$(SolutionDir)bin-vc110\$(Configuration)\</OutDir>
  75     <IntDir>$(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir>
76 76     <LinkIncremental>true</LinkIncremental>
77 77   </PropertyGroup>
78 78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79       <OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
80       <IntDir>$(SolutionDir)intermediate\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir>
  79     <OutDir>$(SolutionDir)bin-vc110\$(Configuration)\</OutDir>
  80     <IntDir>$(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir>
81 81     <LinkIncremental>true</LinkIncremental>
82 82     <TargetName>$(ProjectName)64</TargetName>
83 83   </PropertyGroup>
84 84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85       <OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
86       <IntDir>$(SolutionDir)intermediate\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir>
  85     <OutDir>$(SolutionDir)bin-vc110\$(Configuration)\</OutDir>
  86     <IntDir>$(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir>
87 87     <LinkIncremental>false</LinkIncremental>
88 88   </PropertyGroup>
89 89   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
90       <OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
91       <IntDir>$(SolutionDir)intermediate\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir>
  90     <OutDir>$(SolutionDir)bin-vc110\$(Configuration)\</OutDir>
  91     <IntDir>$(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir>
92 92     <LinkIncremental>false</LinkIncremental>
93 93     <TargetName>$(ProjectName)64</TargetName>
94 94   </PropertyGroup>
95 95   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
96 96     <Midl>
97 97       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98 98       <MkTypLibCompatible>false</MkTypLibCompatible>
99 99       <ValidateAllParameters>true</ValidateAllParameters>
100 100     </Midl>
101 101     <ClCompile>
102 102       <Optimization>Disabled</Optimization>
103 103       <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104 104       <MinimalRebuild>true</MinimalRebuild>
105 105       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
106 106       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
107 107       <PrecompiledHeader>Use</PrecompiledHeader>
108 108       <ProgramDataBaseFileName>$(IntDir)$(TargetName)_vs90.pdb</ProgramDataBaseFileName>
109 109       <WarningLevel>Level4</WarningLevel>
110 110       <TreatWarningAsError>true</TreatWarningAsError>
111 111       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>