|
47 | 47 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
48 | 48 | <PlatformToolset>v141</PlatformToolset> |
49 | 49 | <CharacterSet>MultiByte</CharacterSet> |
50 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
51 | 50 | </PropertyGroup> |
52 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="Configuration"> |
53 | 52 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
54 | 53 | <PlatformToolset>v141</PlatformToolset> |
55 | 54 | <CharacterSet>MultiByte</CharacterSet> |
56 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
57 | 55 | </PropertyGroup> |
58 | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
59 | 57 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
|
96 | 94 | <PropertyGroup> |
97 | 95 | <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> |
98 | 96 | </PropertyGroup> |
99 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
100 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
101 | | - <LinkIncremental>false</LinkIncremental> |
102 | | - </PropertyGroup> |
103 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
104 | | - <LinkIncremental>false</LinkIncremental> |
105 | | - </PropertyGroup> |
106 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
107 | | - <LinkIncremental>false</LinkIncremental> |
108 | | - </PropertyGroup> |
109 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
110 | | - <LinkIncremental>false</LinkIncremental> |
111 | | - </PropertyGroup> |
112 | 97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
113 | 98 | <ClCompile> |
114 | | - <Optimization>Disabled</Optimization> |
115 | 99 | <PreprocessorDefinitions>_USRDLL;XRD3D9NULL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
116 | | - <MinimalRebuild>true</MinimalRebuild> |
117 | | - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
118 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
119 | | - <FloatingPointModel>Fast</FloatingPointModel> |
120 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
121 | | - <WarningLevel>Level3</WarningLevel> |
122 | 100 | </ClCompile> |
123 | 101 | <Link> |
124 | 102 | <ModuleDefinitionFile>xrD3D9-Null.def</ModuleDefinitionFile> |
125 | | - <SubSystem>Windows</SubSystem> |
126 | | - <LargeAddressAware>true</LargeAddressAware> |
127 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
128 | | - <DataExecutionPrevention /> |
129 | | - <TargetMachine>MachineX86</TargetMachine> |
130 | 103 | </Link> |
131 | 104 | </ItemDefinitionGroup> |
132 | 105 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
133 | 106 | <ClCompile> |
134 | | - <Optimization>Disabled</Optimization> |
135 | 107 | <PreprocessorDefinitions>_USRDLL;XRD3D9NULL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
136 | | - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
137 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
138 | | - <FloatingPointModel>Fast</FloatingPointModel> |
139 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
140 | | - <WarningLevel>Level3</WarningLevel> |
141 | 108 | </ClCompile> |
142 | 109 | <Link> |
143 | 110 | <ModuleDefinitionFile>xrD3D9-Null.def</ModuleDefinitionFile> |
144 | | - <SubSystem>Windows</SubSystem> |
145 | | - <LargeAddressAware>true</LargeAddressAware> |
146 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
147 | | - <DataExecutionPrevention> |
148 | | - </DataExecutionPrevention> |
149 | 111 | </Link> |
150 | 112 | </ItemDefinitionGroup> |
151 | 113 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
152 | 114 | <ClCompile> |
153 | | - <Optimization>MaxSpeed</Optimization> |
154 | | - <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
155 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
156 | | - <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
157 | | - <OmitFramePointers>true</OmitFramePointers> |
158 | | - <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
159 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
160 | 115 | <PreprocessorDefinitions>_USRDLL;XRD3D9NULL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
161 | | - <StringPooling>true</StringPooling> |
162 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
163 | | - <BufferSecurityCheck>false</BufferSecurityCheck> |
164 | | - <FunctionLevelLinking>false</FunctionLevelLinking> |
165 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
166 | | - <FloatingPointModel>Fast</FloatingPointModel> |
167 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
168 | | - <WarningLevel>Level3</WarningLevel> |
169 | 116 | </ClCompile> |
170 | 117 | <Link> |
171 | 118 | <ModuleDefinitionFile>xrD3D9-Null.def</ModuleDefinitionFile> |
172 | | - <SubSystem>Windows</SubSystem> |
173 | | - <LargeAddressAware>true</LargeAddressAware> |
174 | | - <OptimizeReferences>true</OptimizeReferences> |
175 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
176 | | - <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
177 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
178 | | - <DataExecutionPrevention /> |
179 | | - <TargetMachine>MachineX86</TargetMachine> |
180 | 119 | </Link> |
181 | 120 | </ItemDefinitionGroup> |
182 | 121 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
183 | 122 | <ClCompile> |
184 | | - <Optimization>MaxSpeed</Optimization> |
185 | | - <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
186 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
187 | | - <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
188 | | - <OmitFramePointers>true</OmitFramePointers> |
189 | | - <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
190 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
191 | 123 | <PreprocessorDefinitions>_USRDLL;XRD3D9NULL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
192 | | - <StringPooling>true</StringPooling> |
193 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
194 | | - <BufferSecurityCheck>false</BufferSecurityCheck> |
195 | | - <FunctionLevelLinking>false</FunctionLevelLinking> |
196 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
197 | | - <FloatingPointModel>Fast</FloatingPointModel> |
198 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
199 | | - <WarningLevel>Level3</WarningLevel> |
200 | 124 | </ClCompile> |
201 | 125 | <Link> |
202 | 126 | <ModuleDefinitionFile>xrD3D9-Null.def</ModuleDefinitionFile> |
203 | | - <SubSystem>Windows</SubSystem> |
204 | | - <LargeAddressAware>true</LargeAddressAware> |
205 | | - <OptimizeReferences>true</OptimizeReferences> |
206 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
207 | | - <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
208 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
209 | | - <DataExecutionPrevention> |
210 | | - </DataExecutionPrevention> |
211 | 127 | </Link> |
212 | 128 | </ItemDefinitionGroup> |
213 | 129 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
214 | 130 | <ClCompile> |
215 | | - <Optimization>MaxSpeed</Optimization> |
216 | | - <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
217 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
218 | | - <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
219 | | - <OmitFramePointers>true</OmitFramePointers> |
220 | | - <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
221 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
222 | 131 | <PreprocessorDefinitions>_USRDLL;XRD3D9NULL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
223 | | - <StringPooling>true</StringPooling> |
224 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
225 | | - <BufferSecurityCheck>false</BufferSecurityCheck> |
226 | | - <FunctionLevelLinking>false</FunctionLevelLinking> |
227 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
228 | | - <FloatingPointModel>Fast</FloatingPointModel> |
229 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
230 | | - <WarningLevel>Level3</WarningLevel> |
231 | 132 | </ClCompile> |
232 | 133 | <Link> |
233 | 134 | <ModuleDefinitionFile>xrD3D9-Null.def</ModuleDefinitionFile> |
234 | | - <SubSystem>Windows</SubSystem> |
235 | | - <LargeAddressAware>true</LargeAddressAware> |
236 | | - <OptimizeReferences>true</OptimizeReferences> |
237 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
238 | | - <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
239 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
240 | | - <DataExecutionPrevention> |
241 | | - </DataExecutionPrevention> |
242 | | - <TargetMachine>MachineX86</TargetMachine> |
243 | 135 | </Link> |
244 | 136 | </ItemDefinitionGroup> |
245 | 137 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
246 | 138 | <ClCompile> |
247 | | - <Optimization>MaxSpeed</Optimization> |
248 | | - <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
249 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
250 | | - <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
251 | | - <OmitFramePointers>true</OmitFramePointers> |
252 | | - <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
253 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
254 | 139 | <PreprocessorDefinitions>_USRDLL;XRD3D9NULL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
255 | | - <StringPooling>true</StringPooling> |
256 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
257 | | - <BufferSecurityCheck>false</BufferSecurityCheck> |
258 | | - <FunctionLevelLinking>false</FunctionLevelLinking> |
259 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
260 | | - <FloatingPointModel>Fast</FloatingPointModel> |
261 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
262 | | - <WarningLevel>Level3</WarningLevel> |
263 | 140 | </ClCompile> |
264 | 141 | <Link> |
265 | 142 | <ModuleDefinitionFile>xrD3D9-Null.def</ModuleDefinitionFile> |
266 | | - <SubSystem>Windows</SubSystem> |
267 | | - <LargeAddressAware>true</LargeAddressAware> |
268 | | - <OptimizeReferences>true</OptimizeReferences> |
269 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
270 | | - <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
271 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
272 | | - <DataExecutionPrevention> |
273 | | - </DataExecutionPrevention> |
274 | 143 | </Link> |
275 | 144 | </ItemDefinitionGroup> |
276 | 145 | <ItemGroup> |
|
296 | 165 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'">Create</PrecompiledHeader> |
297 | 166 | </ClCompile> |
298 | 167 | <ClCompile Include="xrD3D9-Null.cpp" /> |
299 | | - <ClCompile Include="xrD3D9-Null_OutProc.cpp"> |
300 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Use</PrecompiledHeader> |
301 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Use</PrecompiledHeader> |
302 | | - </ClCompile> |
| 168 | + <ClCompile Include="xrD3D9-Null_OutProc.cpp" /> |
303 | 169 | </ItemGroup> |
304 | 170 | <ItemGroup> |
305 | 171 | <None Include="xrD3D9-Null.def" /> |
|
0 commit comments