|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug_vcpkg|Win32"> |
5 | | - <Configuration>Debug_vcpkg</Configuration> |
6 | | - <Platform>Win32</Platform> |
7 | | - </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Debug_vcpkg|x64"> |
9 | | - <Configuration>Debug_vcpkg</Configuration> |
10 | | - <Platform>x64</Platform> |
11 | | - </ProjectConfiguration> |
12 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
13 | 5 | <Configuration>Debug</Configuration> |
14 | 6 | <Platform>Win32</Platform> |
15 | 7 | </ProjectConfiguration> |
16 | | - <ProjectConfiguration Include="Release_vcpkg|Win32"> |
17 | | - <Configuration>Release_vcpkg</Configuration> |
18 | | - <Platform>Win32</Platform> |
19 | | - </ProjectConfiguration> |
20 | | - <ProjectConfiguration Include="Release_vcpkg|x64"> |
21 | | - <Configuration>Release_vcpkg</Configuration> |
22 | | - <Platform>x64</Platform> |
23 | | - </ProjectConfiguration> |
24 | 8 | <ProjectConfiguration Include="Release|Win32"> |
25 | 9 | <Configuration>Release</Configuration> |
26 | 10 | <Platform>Win32</Platform> |
|
121 | 105 | <PlatformToolset>v142</PlatformToolset> |
122 | 106 | <CharacterSet>Unicode</CharacterSet> |
123 | 107 | </PropertyGroup> |
124 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_vcpkg|Win32'" Label="Configuration"> |
125 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
126 | | - <UseDebugLibraries>true</UseDebugLibraries> |
127 | | - <PlatformToolset>v142</PlatformToolset> |
128 | | - <CharacterSet>Unicode</CharacterSet> |
129 | | - </PropertyGroup> |
130 | 108 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
131 | 109 | <ConfigurationType>StaticLibrary</ConfigurationType> |
132 | 110 | <UseDebugLibraries>false</UseDebugLibraries> |
133 | 111 | <PlatformToolset>v142</PlatformToolset> |
134 | 112 | <WholeProgramOptimization>true</WholeProgramOptimization> |
135 | 113 | <CharacterSet>Unicode</CharacterSet> |
136 | 114 | </PropertyGroup> |
137 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_vcpkg|Win32'" Label="Configuration"> |
138 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
139 | | - <UseDebugLibraries>false</UseDebugLibraries> |
140 | | - <PlatformToolset>v142</PlatformToolset> |
141 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
142 | | - <CharacterSet>Unicode</CharacterSet> |
143 | | - </PropertyGroup> |
144 | 115 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
145 | 116 | <ConfigurationType>StaticLibrary</ConfigurationType> |
146 | 117 | <UseDebugLibraries>true</UseDebugLibraries> |
147 | 118 | <PlatformToolset>v142</PlatformToolset> |
148 | 119 | <CharacterSet>Unicode</CharacterSet> |
149 | 120 | </PropertyGroup> |
150 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_vcpkg|x64'" Label="Configuration"> |
151 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
152 | | - <UseDebugLibraries>true</UseDebugLibraries> |
153 | | - <PlatformToolset>v142</PlatformToolset> |
154 | | - <CharacterSet>Unicode</CharacterSet> |
155 | | - </PropertyGroup> |
156 | 121 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
157 | 122 | <ConfigurationType>StaticLibrary</ConfigurationType> |
158 | 123 | <UseDebugLibraries>false</UseDebugLibraries> |
159 | 124 | <PlatformToolset>v142</PlatformToolset> |
160 | 125 | <WholeProgramOptimization>true</WholeProgramOptimization> |
161 | 126 | <CharacterSet>Unicode</CharacterSet> |
162 | 127 | </PropertyGroup> |
163 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_vcpkg|x64'" Label="Configuration"> |
164 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
165 | | - <UseDebugLibraries>false</UseDebugLibraries> |
166 | | - <PlatformToolset>v142</PlatformToolset> |
167 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
168 | | - <CharacterSet>Unicode</CharacterSet> |
169 | | - </PropertyGroup> |
170 | 128 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
171 | 129 | <ImportGroup Label="ExtensionSettings"> |
172 | 130 | </ImportGroup> |
|
175 | 133 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
176 | 134 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
177 | 135 | </ImportGroup> |
178 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_vcpkg|Win32'" Label="PropertySheets"> |
179 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
180 | | - </ImportGroup> |
181 | 136 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
182 | 137 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
183 | 138 | </ImportGroup> |
184 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_vcpkg|Win32'" Label="PropertySheets"> |
185 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
186 | | - </ImportGroup> |
187 | 139 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
188 | 140 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
189 | 141 | </ImportGroup> |
190 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_vcpkg|x64'" Label="PropertySheets"> |
191 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
192 | | - </ImportGroup> |
193 | 142 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
194 | 143 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
195 | 144 | </ImportGroup> |
196 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_vcpkg|x64'" Label="PropertySheets"> |
197 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
198 | | - </ImportGroup> |
199 | 145 | <PropertyGroup Label="UserMacros" /> |
200 | 146 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
201 | 147 | <LinkIncremental>true</LinkIncremental> |
202 | 148 | </PropertyGroup> |
203 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_vcpkg|Win32'"> |
204 | | - <LinkIncremental>true</LinkIncremental> |
205 | | - </PropertyGroup> |
206 | 149 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
207 | 150 | <LinkIncremental>false</LinkIncremental> |
208 | 151 | </PropertyGroup> |
209 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_vcpkg|Win32'"> |
210 | | - <LinkIncremental>false</LinkIncremental> |
211 | | - </PropertyGroup> |
212 | 152 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
213 | 153 | <LinkIncremental>true</LinkIncremental> |
214 | 154 | <OutDir>..\..\lib\$(Configuration)\</OutDir> |
215 | 155 | <IntDir>tmp\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
216 | 156 | </PropertyGroup> |
217 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_vcpkg|x64'"> |
218 | | - <LinkIncremental>true</LinkIncremental> |
219 | | - <OutDir>..\..\lib\$(Configuration)\</OutDir> |
220 | | - <IntDir>tmp\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
221 | | - </PropertyGroup> |
222 | 157 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
223 | 158 | <LinkIncremental>false</LinkIncremental> |
224 | 159 | <OutDir>..\..\lib\$(Configuration)\</OutDir> |
225 | 160 | <IntDir>tmp\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
226 | 161 | </PropertyGroup> |
227 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_vcpkg|x64'"> |
228 | | - <LinkIncremental>false</LinkIncremental> |
229 | | - <OutDir>..\..\lib\$(Configuration)\</OutDir> |
230 | | - <IntDir>tmp\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir> |
231 | | - </PropertyGroup> |
232 | 162 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
233 | 163 | <ClCompile> |
234 | 164 | <WarningLevel>Level3</WarningLevel> |
|
244 | 174 | <GenerateDebugInformation>true</GenerateDebugInformation> |
245 | 175 | </Link> |
246 | 176 | </ItemDefinitionGroup> |
247 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_vcpkg|Win32'"> |
248 | | - <ClCompile> |
249 | | - <WarningLevel>Level3</WarningLevel> |
250 | | - <SDLCheck>true</SDLCheck> |
251 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
252 | | - <ConformanceMode>true</ConformanceMode> |
253 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
254 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
255 | | - </ClCompile> |
256 | | - <Link> |
257 | | - <SubSystem> |
258 | | - </SubSystem> |
259 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
260 | | - </Link> |
261 | | - </ItemDefinitionGroup> |
262 | 177 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
263 | 178 | <ClCompile> |
264 | 179 | <WarningLevel>Level3</WarningLevel> |
|
278 | 193 | <GenerateDebugInformation>true</GenerateDebugInformation> |
279 | 194 | </Link> |
280 | 195 | </ItemDefinitionGroup> |
281 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_vcpkg|Win32'"> |
282 | | - <ClCompile> |
283 | | - <WarningLevel>Level3</WarningLevel> |
284 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
285 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
286 | | - <SDLCheck>true</SDLCheck> |
287 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
288 | | - <ConformanceMode>true</ConformanceMode> |
289 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
290 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
291 | | - </ClCompile> |
292 | | - <Link> |
293 | | - <SubSystem> |
294 | | - </SubSystem> |
295 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
296 | | - <OptimizeReferences>true</OptimizeReferences> |
297 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
298 | | - </Link> |
299 | | - </ItemDefinitionGroup> |
300 | 196 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
301 | 197 | <ClCompile> |
302 | 198 | <WarningLevel>Level3</WarningLevel> |
|
314 | 210 | <GenerateDebugInformation>true</GenerateDebugInformation> |
315 | 211 | </Link> |
316 | 212 | </ItemDefinitionGroup> |
317 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_vcpkg|x64'"> |
318 | | - <ClCompile> |
319 | | - <WarningLevel>Level3</WarningLevel> |
320 | | - <SDLCheck>true</SDLCheck> |
321 | | - <PreprocessorDefinitions>WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
322 | | - <ConformanceMode>true</ConformanceMode> |
323 | | - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
324 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
325 | | - <AdditionalIncludeDirectories>..\..\include\VocalTractLabBackend;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
326 | | - <LanguageStandard>stdcpp14</LanguageStandard> |
327 | | - </ClCompile> |
328 | | - <Link> |
329 | | - <SubSystem> |
330 | | - </SubSystem> |
331 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
332 | | - </Link> |
333 | | - </ItemDefinitionGroup> |
334 | 213 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
335 | 214 | <ClCompile> |
336 | 215 | <WarningLevel>Level3</WarningLevel> |
|
352 | 231 | <GenerateDebugInformation>true</GenerateDebugInformation> |
353 | 232 | </Link> |
354 | 233 | </ItemDefinitionGroup> |
355 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_vcpkg|x64'"> |
356 | | - <ClCompile> |
357 | | - <WarningLevel>Level3</WarningLevel> |
358 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
359 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
360 | | - <SDLCheck>true</SDLCheck> |
361 | | - <PreprocessorDefinitions>WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
362 | | - <ConformanceMode>true</ConformanceMode> |
363 | | - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
364 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
365 | | - <AdditionalIncludeDirectories>..\..\include\VocalTractLabBackend;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
366 | | - <LanguageStandard>stdcpp14</LanguageStandard> |
367 | | - </ClCompile> |
368 | | - <Link> |
369 | | - <SubSystem> |
370 | | - </SubSystem> |
371 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
372 | | - <OptimizeReferences>true</OptimizeReferences> |
373 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
374 | | - </Link> |
375 | | - </ItemDefinitionGroup> |
376 | 234 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
377 | 235 | <ImportGroup Label="ExtensionTargets"> |
378 | 236 | </ImportGroup> |
|
0 commit comments