|
| |
99 |
99 |
</ImportGroup> |
|
|
| |
100 |
100 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
|
| |
101 |
101 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
102 |
<Import Project="..\common\Boost.props" /> |
|
|
| |
102 |
103 |
</ImportGroup> |
|
|
| |
103 |
104 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'" Label="PropertySheets"> |
|
|
| |
104 |
105 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
106 |
<Import Project="..\common\Boost.props" /> |
|
|
| |
105 |
107 |
</ImportGroup> |
|
|
| |
106 |
108 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
|
|
| |
107 |
109 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
110 |
<Import Project="..\common\Boost.props" /> |
|
|
| |
108 |
111 |
</ImportGroup> |
|
|
| |
109 |
112 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'" Label="PropertySheets"> |
|
|
| |
110 |
113 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
114 |
<Import Project="..\common\Boost.props" /> |
|
|
| |
111 |
115 |
</ImportGroup> |
|
|
| |
112 |
116 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
|
|
| |
113 |
117 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
118 |
<Import Project="..\common\Boost.props" /> |
|
|
| |
114 |
119 |
</ImportGroup> |
|
|
| |
115 |
120 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'" Label="PropertySheets"> |
|
|
| |
116 |
121 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
122 |
<Import Project="..\common\Boost.props" /> |
|
|
| |
117 |
123 |
</ImportGroup> |
|
|
| |
118 |
124 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
|
|
| |
119 |
125 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
126 |
<Import Project="..\common\Boost.props" /> |
|
|
| |
120 |
127 |
</ImportGroup> |
|
|
| |
121 |
128 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'" Label="PropertySheets"> |
|
|
| |
122 |
129 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
130 |
<Import Project="..\common\Boost.props" /> |
|
|
| |
123 |
131 |
</ImportGroup> |
|
|
| |
124 |
132 |
<PropertyGroup Label="UserMacros" /> |
|
|
| |
125 |
133 |
<PropertyGroup> |
| |
|
|
| |
130 |
138 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
131 |
139 |
<IgnoreImportLibrary>true</IgnoreImportLibrary> |
|
|
| |
132 |
140 |
<LinkIncremental>true</LinkIncremental> |
|
| |
133 |
|
<IncludePath>C:\dev\boost_1_58_0;$(IncludePath)</IncludePath> |
|
|
| |
134 |
|
<LibraryPath>C:\dev\boost_1_58_0\lib-$(VisualStudioVersion)\x32\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
135 |
141 |
</PropertyGroup> |
|
|
| |
136 |
142 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'"> |
|
|
| |
137 |
143 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
138 |
144 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
139 |
145 |
<IgnoreImportLibrary>true</IgnoreImportLibrary> |
|
|
| |
140 |
146 |
<LinkIncremental>true</LinkIncremental> |
|
| |
141 |
|
<IncludePath>C:\dev\boost_1_58_0;$(IncludePath)</IncludePath> |
|
|
| |
142 |
|
<LibraryPath>C:\dev\boost_1_58_0\lib-$(VisualStudioVersion)\x32\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
143 |
147 |
</PropertyGroup> |
|
|
| |
144 |
148 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
| |
145 |
149 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
| |
|
|
| |
149 |
153 |
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
| |
150 |
154 |
<RunCodeAnalysis>false</RunCodeAnalysis> |
|
|
| |
151 |
155 |
<TargetName>$(ProjectName)64</TargetName> |
|
| |
152 |
|
<IncludePath>C:\dev\boost_1_58_0;$(IncludePath)</IncludePath> |
|
|
| |
153 |
|
<LibraryPath>C:\dev\boost_1_58_0\lib-$(VisualStudioVersion)\x64\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
154 |
156 |
</PropertyGroup> |
|
|
| |
155 |
157 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'"> |
|
|
| |
156 |
158 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
| |
|
|
| |
160 |
162 |
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
| |
161 |
163 |
<RunCodeAnalysis>false</RunCodeAnalysis> |
|
|
| |
162 |
164 |
<TargetName>$(ProjectName)64</TargetName> |
|
| |
163 |
|
<IncludePath>C:\dev\boost_1_58_0;$(IncludePath)</IncludePath> |
|
|
| |
164 |
|
<LibraryPath>C:\dev\boost_1_58_0\lib-$(VisualStudioVersion)\x64\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
165 |
165 |
</PropertyGroup> |
|
|
| |
166 |
166 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
| |
167 |
167 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
168 |
168 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
169 |
169 |
<IgnoreImportLibrary>true</IgnoreImportLibrary> |
|
|
| |
170 |
170 |
<LinkIncremental>false</LinkIncremental> |
|
| |
171 |
|
<IncludePath>C:\dev\boost_1_58_0;$(IncludePath)</IncludePath> |
|
|
| |
172 |
|
<LibraryPath>C:\dev\boost_1_58_0\lib-$(VisualStudioVersion)\x32\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
173 |
171 |
</PropertyGroup> |
|
|
| |
174 |
172 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'"> |
|
|
| |
175 |
173 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
176 |
174 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
177 |
175 |
<IgnoreImportLibrary>true</IgnoreImportLibrary> |
|
|
| |
178 |
176 |
<LinkIncremental>false</LinkIncremental> |
|
| |
179 |
|
<IncludePath>C:\dev\boost_1_58_0;$(IncludePath)</IncludePath> |
|
|
| |
180 |
|
<LibraryPath>C:\dev\boost_1_58_0\lib-$(VisualStudioVersion)\x32\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
181 |
177 |
</PropertyGroup> |
|
|
| |
182 |
178 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
| |
183 |
179 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
184 |
180 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
185 |
181 |
<IgnoreImportLibrary>true</IgnoreImportLibrary> |
|
|
| |
186 |
182 |
<LinkIncremental>false</LinkIncremental> |
|
|
| |
187 |
183 |
<TargetName>$(ProjectName)64</TargetName> |
|
| |
188 |
|
<IncludePath>C:\dev\boost_1_58_0;$(IncludePath)</IncludePath> |
|
|
| |
189 |
|
<LibraryPath>C:\dev\boost_1_58_0\lib-$(VisualStudioVersion)\x64\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
190 |
184 |
</PropertyGroup> |
|
|
| |
191 |
185 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'"> |
|
|
| |
192 |
186 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
193 |
187 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
194 |
188 |
<IgnoreImportLibrary>true</IgnoreImportLibrary> |
|
|
| |
195 |
189 |
<LinkIncremental>false</LinkIncremental> |
|
|
| |
196 |
190 |
<TargetName>$(ProjectName)64</TargetName> |
|
| |
197 |
|
<IncludePath>C:\dev\boost_1_58_0;$(IncludePath)</IncludePath> |
|
|
| |
198 |
|
<LibraryPath>C:\dev\boost_1_58_0\lib-$(VisualStudioVersion)\x64\lib;$(LibraryPath)</LibraryPath> |
|
| |
199 |
191 |
</PropertyGroup> |
|
|
| |
200 |
192 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
| |
201 |
193 |
<Midl> |