Skip to content

Commit 4cf4543

Browse files
committed
Added Mixed configuration for some projects without it
Required for successful building
1 parent eb6e32c commit 4cf4543

File tree

24 files changed

+1415
-64
lines changed

24 files changed

+1415
-64
lines changed

src/Externals/NVTT/NVTT.vcxproj

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Configuration>Debug</Configuration>
66
<Platform>Win32</Platform>
77
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Mixed|Win32">
9+
<Configuration>Mixed</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
812
<ProjectConfiguration Include="Release|Win32">
913
<Configuration>Release</Configuration>
1014
<Platform>Win32</Platform>
@@ -110,6 +114,8 @@
110114
<ClCompile Include="src\nvimage\ConeMap.cpp">
111115
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
112116
</ExcludedFromBuild>
117+
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
118+
</ExcludedFromBuild>
113119
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
114120
</ExcludedFromBuild>
115121
</ClCompile>
@@ -181,12 +187,25 @@
181187
<CharacterSet>MultiByte</CharacterSet>
182188
<PlatformToolset>v140</PlatformToolset>
183189
</PropertyGroup>
190+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration">
191+
<ConfigurationType>StaticLibrary</ConfigurationType>
192+
<UseDebugLibraries>false</UseDebugLibraries>
193+
<WholeProgramOptimization>true</WholeProgramOptimization>
194+
<CharacterSet>MultiByte</CharacterSet>
195+
<PlatformToolset>v140</PlatformToolset>
196+
</PropertyGroup>
184197
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
185198
<ConfigurationType>StaticLibrary</ConfigurationType>
186199
<UseDebugLibraries>false</UseDebugLibraries>
187200
<WholeProgramOptimization>true</WholeProgramOptimization>
188201
<CharacterSet>MultiByte</CharacterSet>
189202
</PropertyGroup>
203+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="Configuration">
204+
<ConfigurationType>StaticLibrary</ConfigurationType>
205+
<UseDebugLibraries>false</UseDebugLibraries>
206+
<WholeProgramOptimization>true</WholeProgramOptimization>
207+
<CharacterSet>MultiByte</CharacterSet>
208+
</PropertyGroup>
190209
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
191210
<ImportGroup Label="ExtensionSettings">
192211
</ImportGroup>
@@ -202,12 +221,21 @@
202221
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
203222
<Import Project="$(SolutionDir)Common.props" />
204223
</ImportGroup>
224+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="PropertySheets">
225+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
226+
<Import Project="$(SolutionDir)Common.props" />
227+
</ImportGroup>
205228
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
206229
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
207230
<Import Project="$(SolutionDir)Common.props" />
208231
</ImportGroup>
232+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="PropertySheets">
233+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
234+
<Import Project="$(SolutionDir)Common.props" />
235+
</ImportGroup>
209236
<PropertyGroup Label="UserMacros" />
210237
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
238+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" />
211239
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
212240
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
213241
<ClCompile>
@@ -243,6 +271,28 @@
243271
<OptimizeReferences>true</OptimizeReferences>
244272
</Link>
245273
</ItemDefinitionGroup>
274+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
275+
<ClCompile>
276+
<WarningLevel>Level3</WarningLevel>
277+
<Optimization>MaxSpeed</Optimization>
278+
<FunctionLevelLinking>true</FunctionLevelLinking>
279+
<IntrinsicFunctions>true</IntrinsicFunctions>
280+
<AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir)src;$(ProjectDir)src\nvcore;$(ProjectDir)src\nvtt\squish;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
281+
<PreprocessorDefinitions>WIN32;NDEBUG;NVTT_EXPORTS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
282+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
283+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
284+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
285+
<OmitFramePointers>true</OmitFramePointers>
286+
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
287+
<WholeProgramOptimization>true</WholeProgramOptimization>
288+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
289+
</ClCompile>
290+
<Link>
291+
<GenerateDebugInformation>true</GenerateDebugInformation>
292+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
293+
<OptimizeReferences>true</OptimizeReferences>
294+
</Link>
295+
</ItemDefinitionGroup>
246296
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
247297
<ImportGroup Label="ExtensionTargets">
248298
</ImportGroup>

src/Externals/cximage/cximage.vcxproj

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Configuration>Debug</Configuration>
66
<Platform>Win32</Platform>
77
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Mixed|Win32">
9+
<Configuration>Mixed</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
812
<ProjectConfiguration Include="Release|Win32">
913
<Configuration>Release</Configuration>
1014
<Platform>Win32</Platform>
@@ -29,6 +33,12 @@
2933
<CharacterSet>MultiByte</CharacterSet>
3034
<WholeProgramOptimization>true</WholeProgramOptimization>
3135
</PropertyGroup>
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration">
37+
<ConfigurationType>StaticLibrary</ConfigurationType>
38+
<PlatformToolset>v140</PlatformToolset>
39+
<CharacterSet>MultiByte</CharacterSet>
40+
<WholeProgramOptimization>true</WholeProgramOptimization>
41+
</PropertyGroup>
3242
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3343
<ImportGroup Label="ExtensionSettings">
3444
</ImportGroup>
@@ -42,13 +52,21 @@
4252
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
4353
<Import Project="$(SolutionDir)Common.props" />
4454
</ImportGroup>
55+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="PropertySheets">
56+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57+
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
58+
<Import Project="$(SolutionDir)Common.props" />
59+
</ImportGroup>
4560
<PropertyGroup Label="UserMacros" />
4661
<PropertyGroup>
4762
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
4863
</PropertyGroup>
4964
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5065
<TargetName>$(ProjectName)_static</TargetName>
5166
</PropertyGroup>
67+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
68+
<TargetName>$(ProjectName)_static</TargetName>
69+
</PropertyGroup>
5270
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5371
<LinkIncremental>false</LinkIncremental>
5472
</PropertyGroup>
@@ -86,6 +104,41 @@
86104
</Lib>
87105
<Bscmake />
88106
</ItemDefinitionGroup>
107+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
108+
<ClCompile>
109+
<Optimization>MaxSpeed</Optimization>
110+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
111+
<IntrinsicFunctions>true</IntrinsicFunctions>
112+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
113+
<OmitFramePointers>true</OmitFramePointers>
114+
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
115+
<AdditionalIncludeDirectories>$(SolutionDir)Externals;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
116+
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;JAS_WIN_MSVC_BUILD;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;CXIMAGE_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117+
<StringPooling>true</StringPooling>
118+
<MinimalRebuild>false</MinimalRebuild>
119+
<ExceptionHandling>
120+
</ExceptionHandling>
121+
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
122+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
123+
<BufferSecurityCheck>false</BufferSecurityCheck>
124+
<FunctionLevelLinking>false</FunctionLevelLinking>
125+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
126+
<FloatingPointModel>Fast</FloatingPointModel>
127+
<WarningLevel>Level4</WarningLevel>
128+
<SuppressStartupBanner>true</SuppressStartupBanner>
129+
<DisableSpecificWarnings>4100;4702;%(DisableSpecificWarnings)</DisableSpecificWarnings>
130+
</ClCompile>
131+
<ResourceCompile>
132+
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133+
<Culture>0x0809</Culture>
134+
</ResourceCompile>
135+
<Lib>
136+
<AdditionalOptions>/ignore:4075 %(AdditionalOptions)</AdditionalOptions>
137+
<AdditionalLibraryDirectories>$(SolutionDir)Externals\jpeg\libraries\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
138+
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
139+
</Lib>
140+
<Bscmake />
141+
</ItemDefinitionGroup>
89142
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90143
<ClCompile>
91144
<Optimization>Disabled</Optimization>

src/Externals/openal/OpenAL-Windows/Router/Router.vcxproj

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Configuration>Debug</Configuration>
66
<Platform>Win32</Platform>
77
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Mixed|Win32">
9+
<Configuration>Mixed</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
812
<ProjectConfiguration Include="Release|Win32">
913
<Configuration>Release</Configuration>
1014
<Platform>Win32</Platform>
@@ -23,6 +27,12 @@
2327
<CharacterSet>MultiByte</CharacterSet>
2428
<WholeProgramOptimization>true</WholeProgramOptimization>
2529
</PropertyGroup>
30+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration">
31+
<ConfigurationType>DynamicLibrary</ConfigurationType>
32+
<PlatformToolset>v140</PlatformToolset>
33+
<CharacterSet>MultiByte</CharacterSet>
34+
<WholeProgramOptimization>true</WholeProgramOptimization>
35+
</PropertyGroup>
2636
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2737
<ConfigurationType>DynamicLibrary</ConfigurationType>
2838
<PlatformToolset>v140</PlatformToolset>
@@ -35,6 +45,10 @@
3545
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
3646
<Import Project="$(SolutionDir)Common.props" />
3747
</ImportGroup>
48+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="PropertySheets">
49+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50+
<Import Project="$(SolutionDir)Common.props" />
51+
</ImportGroup>
3852
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
3953
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
4054
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
@@ -50,6 +64,9 @@
5064
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5165
<LinkIncremental>false</LinkIncremental>
5266
</PropertyGroup>
67+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
68+
<LinkIncremental>false</LinkIncremental>
69+
</PropertyGroup>
5370
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5471
<Midl>
5572
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -133,6 +150,55 @@
133150
<TargetMachine>MachineX86</TargetMachine>
134151
</Link>
135152
</ItemDefinitionGroup>
153+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
154+
<Midl>
155+
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156+
<MkTypLibCompatible>true</MkTypLibCompatible>
157+
<SuppressStartupBanner>true</SuppressStartupBanner>
158+
<TargetEnvironment>Win32</TargetEnvironment>
159+
<TypeLibraryName>$(OutDir)$(TargetName).tlb</TypeLibraryName>
160+
</Midl>
161+
<ClCompile>
162+
<Optimization>MaxSpeed</Optimization>
163+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
164+
<IntrinsicFunctions>true</IntrinsicFunctions>
165+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
166+
<OmitFramePointers>true</OmitFramePointers>
167+
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
168+
<WholeProgramOptimization>true</WholeProgramOptimization>
169+
<AdditionalIncludeDirectories>$(SolutionDir)Externals\openal\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
170+
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ROUTER_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
171+
<StringPooling>true</StringPooling>
172+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
173+
<BufferSecurityCheck>false</BufferSecurityCheck>
174+
<FunctionLevelLinking>false</FunctionLevelLinking>
175+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
176+
<FloatingPointModel>Fast</FloatingPointModel>
177+
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
178+
<PrecompiledHeader>
179+
</PrecompiledHeader>
180+
<PrecompiledHeaderOutputFile>
181+
</PrecompiledHeaderOutputFile>
182+
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
183+
<ObjectFileName>$(IntDir)</ObjectFileName>
184+
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
185+
<BrowseInformation>
186+
</BrowseInformation>
187+
<WarningLevel>Level3</WarningLevel>
188+
<CompileAs>CompileAsCpp</CompileAs>
189+
</ClCompile>
190+
<ResourceCompile>
191+
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
192+
<Culture>0x0409</Culture>
193+
</ResourceCompile>
194+
<Link>
195+
<AdditionalDependencies>version.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
196+
<LargeAddressAware>true</LargeAddressAware>
197+
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
198+
<RandomizedBaseAddress>false</RandomizedBaseAddress>
199+
<TargetMachine>MachineX86</TargetMachine>
200+
</Link>
201+
</ItemDefinitionGroup>
136202
<ItemGroup>
137203
<ClCompile Include="al.cpp">
138204
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
@@ -141,9 +207,13 @@
141207
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
142208
</BrowseInformation>
143209
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
210+
<Optimization Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">MaxSpeed</Optimization>
144211
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ROUTER_EXPORTS</PreprocessorDefinitions>
212+
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ROUTER_EXPORTS</PreprocessorDefinitions>
145213
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
146214
</BrowseInformation>
215+
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
216+
</BrowseInformation>
147217
</ClCompile>
148218
<ClCompile Include="alc.cpp">
149219
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
@@ -152,9 +222,13 @@
152222
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
153223
</BrowseInformation>
154224
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
225+
<Optimization Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">MaxSpeed</Optimization>
155226
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ROUTER_EXPORTS</PreprocessorDefinitions>
227+
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ROUTER_EXPORTS</PreprocessorDefinitions>
156228
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
157229
</BrowseInformation>
230+
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
231+
</BrowseInformation>
158232
</ClCompile>
159233
<ClCompile Include="alList.cpp">
160234
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
@@ -163,9 +237,13 @@
163237
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
164238
</BrowseInformation>
165239
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
240+
<Optimization Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">MaxSpeed</Optimization>
166241
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ROUTER_EXPORTS</PreprocessorDefinitions>
242+
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ROUTER_EXPORTS</PreprocessorDefinitions>
167243
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
168244
</BrowseInformation>
245+
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
246+
</BrowseInformation>
169247
</ClCompile>
170248
<ClCompile Include="OpenAL32.cpp">
171249
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
@@ -174,9 +252,13 @@
174252
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
175253
</BrowseInformation>
176254
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
255+
<Optimization Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">MaxSpeed</Optimization>
177256
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ROUTER_EXPORTS</PreprocessorDefinitions>
257+
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ROUTER_EXPORTS</PreprocessorDefinitions>
178258
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
179259
</BrowseInformation>
260+
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
261+
</BrowseInformation>
180262
</ClCompile>
181263
</ItemGroup>
182264
<ItemGroup>

0 commit comments

Comments
 (0)