|
36 | 36 | <ConfigurationType>Application</ConfigurationType> |
37 | 37 | <PlatformToolset>v141</PlatformToolset> |
38 | 38 | <CharacterSet>MultiByte</CharacterSet> |
| 39 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
39 | 40 | </PropertyGroup> |
40 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
41 | 42 | <ConfigurationType>Application</ConfigurationType> |
42 | 43 | <PlatformToolset>v141</PlatformToolset> |
43 | 44 | <CharacterSet>MultiByte</CharacterSet> |
| 45 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
44 | 46 | </PropertyGroup> |
45 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration"> |
46 | 48 | <ConfigurationType>Application</ConfigurationType> |
|
93 | 95 | <PropertyGroup> |
94 | 96 | <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> |
95 | 97 | </PropertyGroup> |
96 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
97 | | - <LinkIncremental>true</LinkIncremental> |
98 | | - </PropertyGroup> |
99 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
100 | | - <LinkIncremental>true</LinkIncremental> |
101 | | - </PropertyGroup> |
102 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
103 | | - <LinkIncremental>false</LinkIncremental> |
104 | | - </PropertyGroup> |
105 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
106 | | - <LinkIncremental>false</LinkIncremental> |
107 | | - </PropertyGroup> |
108 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
109 | | - <LinkIncremental>false</LinkIncremental> |
110 | | - </PropertyGroup> |
111 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
112 | | - <LinkIncremental>false</LinkIncremental> |
113 | | - </PropertyGroup> |
114 | 98 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
115 | | - <ClCompile> |
116 | | - <Optimization>Disabled</Optimization> |
117 | | - <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
118 | | - <MinimalRebuild>true</MinimalRebuild> |
119 | | - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
120 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
121 | | - <PrecompiledHeader /> |
122 | | - <WarningLevel>Level3</WarningLevel> |
123 | | - </ClCompile> |
124 | 99 | <Link> |
125 | 100 | <SubSystem>Console</SubSystem> |
126 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
127 | | - <TargetMachine>MachineX86</TargetMachine> |
128 | 101 | </Link> |
129 | | - </ItemDefinitionGroup> |
130 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
131 | 102 | <ClCompile> |
132 | | - <Optimization>Disabled</Optimization> |
133 | | - <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
134 | | - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
135 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
136 | | - <PrecompiledHeader> |
137 | | - </PrecompiledHeader> |
138 | | - <WarningLevel>Level3</WarningLevel> |
| 103 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
139 | 104 | </ClCompile> |
| 105 | + </ItemDefinitionGroup> |
| 106 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
140 | 107 | <Link> |
141 | 108 | <SubSystem>Console</SubSystem> |
142 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
143 | 109 | </Link> |
144 | | - </ItemDefinitionGroup> |
145 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
146 | 110 | <ClCompile> |
147 | | - <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
148 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
149 | | - <DisableLanguageExtensions>false</DisableLanguageExtensions> |
150 | | - <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> |
151 | | - <PrecompiledHeader /> |
152 | | - <WarningLevel>Level3</WarningLevel> |
153 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
| 111 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
154 | 112 | </ClCompile> |
| 113 | + </ItemDefinitionGroup> |
| 114 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
155 | 115 | <Link> |
156 | 116 | <SubSystem>Console</SubSystem> |
157 | | - <OptimizeReferences>true</OptimizeReferences> |
158 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
159 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
160 | | - <TargetMachine>MachineX86</TargetMachine> |
161 | 117 | </Link> |
162 | | - </ItemDefinitionGroup> |
163 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
164 | 118 | <ClCompile> |
165 | | - <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
166 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
167 | | - <DisableLanguageExtensions>false</DisableLanguageExtensions> |
168 | | - <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> |
169 | | - <PrecompiledHeader> |
170 | | - </PrecompiledHeader> |
171 | | - <WarningLevel>Level3</WarningLevel> |
172 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
| 119 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
173 | 120 | </ClCompile> |
| 121 | + </ItemDefinitionGroup> |
| 122 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
174 | 123 | <Link> |
175 | 124 | <SubSystem>Console</SubSystem> |
176 | | - <OptimizeReferences>true</OptimizeReferences> |
177 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
178 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
179 | 125 | </Link> |
180 | | - </ItemDefinitionGroup> |
181 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
182 | 126 | <ClCompile> |
183 | | - <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
184 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
185 | | - <DisableLanguageExtensions>false</DisableLanguageExtensions> |
186 | | - <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> |
187 | | - <PrecompiledHeader> |
188 | | - </PrecompiledHeader> |
189 | | - <WarningLevel>Level3</WarningLevel> |
190 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
| 127 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
191 | 128 | </ClCompile> |
| 129 | + </ItemDefinitionGroup> |
| 130 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
192 | 131 | <Link> |
193 | 132 | <SubSystem>Console</SubSystem> |
194 | | - <OptimizeReferences>true</OptimizeReferences> |
195 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
196 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
197 | | - <TargetMachine>MachineX86</TargetMachine> |
198 | 133 | </Link> |
199 | | - </ItemDefinitionGroup> |
200 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
201 | 134 | <ClCompile> |
202 | | - <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
203 | | - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
204 | | - <DisableLanguageExtensions>false</DisableLanguageExtensions> |
205 | | - <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> |
206 | | - <PrecompiledHeader> |
207 | | - </PrecompiledHeader> |
208 | | - <WarningLevel>Level3</WarningLevel> |
209 | | - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
| 135 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
210 | 136 | </ClCompile> |
| 137 | + </ItemDefinitionGroup> |
| 138 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
211 | 139 | <Link> |
212 | 140 | <SubSystem>Console</SubSystem> |
213 | | - <OptimizeReferences>true</OptimizeReferences> |
214 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
215 | | - <RandomizedBaseAddress>false</RandomizedBaseAddress> |
216 | 141 | </Link> |
| 142 | + <ClCompile> |
| 143 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 144 | + </ClCompile> |
217 | 145 | </ItemDefinitionGroup> |
218 | 146 | <ItemGroup> |
219 | 147 | <ClInclude Include="..\..\xrCore\Coder.hpp" /> |
|
259 | 187 | <ClInclude Include="..\xrCompress\lzo\stats1c.h" /> |
260 | 188 | </ItemGroup> |
261 | 189 | <ItemGroup> |
262 | | - <ClCompile Include="..\..\xrCore\Model.cpp"> |
263 | | - <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level1</WarningLevel> |
264 | | - <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level1</WarningLevel> |
265 | | - <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level1</WarningLevel> |
266 | | - <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level1</WarningLevel> |
267 | | - <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">Level1</WarningLevel> |
268 | | - <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'">Level1</WarningLevel> |
269 | | - </ClCompile> |
| 190 | + <ClCompile Include="..\..\xrCore\Model.cpp" /> |
270 | 191 | <ClCompile Include="..\xrCompress\lzo\alloc.c" /> |
271 | 192 | <ClCompile Include="..\xrCompress\lzo\io.c" /> |
272 | 193 | <ClCompile Include="..\xrCompress\lzo\lzo1.c" /> |
|
337 | 258 | <ClCompile Include="..\xrCompress\lzo\lzo_ptr.c" /> |
338 | 259 | <ClCompile Include="..\xrCompress\lzo\lzo_str.c" /> |
339 | 260 | <ClCompile Include="..\xrCompress\lzo\lzo_util.c" /> |
340 | | - <ClCompile Include="CompressionTest.cpp"> |
341 | | - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
342 | | - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
343 | | - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
344 | | - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
345 | | - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
346 | | - <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
347 | | - </ClCompile> |
| 261 | + <ClCompile Include="CompressionTest.cpp" /> |
348 | 262 | </ItemGroup> |
349 | 263 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
350 | 264 | <ImportGroup Label="ExtensionTargets"> |
|
0 commit comments