|
5 | 5 | <Configuration>Debug</Configuration>
|
6 | 6 | <Platform>Win32</Platform>
|
7 | 7 | </ProjectConfiguration>
|
| 8 | + <ProjectConfiguration Include="Mixed|Win32"> |
| 9 | + <Configuration>Mixed</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Release|Win32">
|
9 | 13 | <Configuration>Release</Configuration>
|
10 | 14 | <Platform>Win32</Platform>
|
|
23 | 27 | <CharacterSet>MultiByte</CharacterSet>
|
24 | 28 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
25 | 29 | </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> |
26 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
27 | 37 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
28 | 38 | <PlatformToolset>v140</PlatformToolset>
|
|
35 | 45 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
36 | 46 | <Import Project="$(SolutionDir)Common.props" />
|
37 | 47 | </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> |
38 | 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
39 | 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
40 | 54 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
50 | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
51 | 65 | <LinkIncremental>false</LinkIncremental>
|
52 | 66 | </PropertyGroup>
|
| 67 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 68 | + <LinkIncremental>false</LinkIncremental> |
| 69 | + </PropertyGroup> |
53 | 70 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
54 | 71 | <Midl>
|
55 | 72 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
133 | 150 | <TargetMachine>MachineX86</TargetMachine>
|
134 | 151 | </Link>
|
135 | 152 | </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> |
136 | 202 | <ItemGroup>
|
137 | 203 | <ClCompile Include="al.cpp">
|
138 | 204 | <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|
141 | 207 | <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
142 | 208 | </BrowseInformation>
|
143 | 209 | <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
| 210 | + <Optimization Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">MaxSpeed</Optimization> |
144 | 211 | <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> |
145 | 213 | <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
146 | 214 | </BrowseInformation>
|
| 215 | + <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 216 | + </BrowseInformation> |
147 | 217 | </ClCompile>
|
148 | 218 | <ClCompile Include="alc.cpp">
|
149 | 219 | <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|
152 | 222 | <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
153 | 223 | </BrowseInformation>
|
154 | 224 | <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
| 225 | + <Optimization Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">MaxSpeed</Optimization> |
155 | 226 | <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> |
156 | 228 | <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
157 | 229 | </BrowseInformation>
|
| 230 | + <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 231 | + </BrowseInformation> |
158 | 232 | </ClCompile>
|
159 | 233 | <ClCompile Include="alList.cpp">
|
160 | 234 | <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|
163 | 237 | <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
164 | 238 | </BrowseInformation>
|
165 | 239 | <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
| 240 | + <Optimization Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">MaxSpeed</Optimization> |
166 | 241 | <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> |
167 | 243 | <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
168 | 244 | </BrowseInformation>
|
| 245 | + <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 246 | + </BrowseInformation> |
169 | 247 | </ClCompile>
|
170 | 248 | <ClCompile Include="OpenAL32.cpp">
|
171 | 249 | <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|
174 | 252 | <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
175 | 253 | </BrowseInformation>
|
176 | 254 | <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
| 255 | + <Optimization Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">MaxSpeed</Optimization> |
177 | 256 | <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> |
178 | 258 | <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
179 | 259 | </BrowseInformation>
|
| 260 | + <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 261 | + </BrowseInformation> |
180 | 262 | </ClCompile>
|
181 | 263 | </ItemGroup>
|
182 | 264 | <ItemGroup>
|
|
0 commit comments