|
79 | 79 | ModuleDefinitionFile="charls.def" |
80 | 80 | GenerateDebugInformation="true" |
81 | 81 | ProgramDatabaseFile="$(OutDir)/jpegls.pdb" |
82 | | - SubSystem="2" |
| 82 | + SubSystem="1" |
83 | 83 | OptimizeForWindows98="0" |
84 | 84 | RandomizedBaseAddress="1" |
85 | 85 | DataExecutionPrevention="0" |
|
109 | 109 | /> |
110 | 110 | </Configuration> |
111 | 111 | <Configuration |
112 | | - Name="Debug|x64" |
113 | | - OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
114 | | - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 112 | + Name="Release|Win32" |
| 113 | + OutputDirectory="Release" |
| 114 | + IntermediateDirectory="Release" |
115 | 115 | ConfigurationType="2" |
116 | 116 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
117 | 117 | UseOfMFC="0" |
118 | 118 | UseOfATL="0" |
119 | 119 | CharacterSet="2" |
| 120 | + WholeProgramOptimization="1" |
120 | 121 | > |
121 | 122 | <Tool |
122 | 123 | Name="VCPreBuildEventTool" |
|
132 | 133 | /> |
133 | 134 | <Tool |
134 | 135 | Name="VCMIDLTool" |
135 | | - TargetEnvironment="3" |
136 | 136 | /> |
137 | 137 | <Tool |
138 | 138 | Name="VCCLCompilerTool" |
139 | | - Optimization="0" |
140 | | - InlineFunctionExpansion="1" |
141 | | - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JPEGLS_EXPORTS" |
142 | | - MinimalRebuild="true" |
143 | | - BasicRuntimeChecks="3" |
144 | | - SmallerTypeCheck="false" |
145 | | - RuntimeLibrary="3" |
| 139 | + Optimization="2" |
| 140 | + InlineFunctionExpansion="2" |
| 141 | + EnableIntrinsicFunctions="true" |
| 142 | + FavorSizeOrSpeed="1" |
| 143 | + OmitFramePointers="true" |
| 144 | + EnableFiberSafeOptimizations="true" |
| 145 | + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JPEGLS_EXPORTS" |
| 146 | + StringPooling="true" |
| 147 | + ExceptionHandling="1" |
| 148 | + BasicRuntimeChecks="0" |
| 149 | + RuntimeLibrary="0" |
| 150 | + StructMemberAlignment="0" |
146 | 151 | BufferSecurityCheck="true" |
| 152 | + EnableFunctionLevelLinking="false" |
| 153 | + EnableEnhancedInstructionSet="0" |
147 | 154 | DisableLanguageExtensions="true" |
148 | 155 | ForceConformanceInForLoopScope="true" |
149 | 156 | RuntimeTypeInfo="true" |
150 | 157 | UsePrecompiledHeader="0" |
151 | 158 | WarningLevel="4" |
152 | | - WarnAsError="true" |
153 | 159 | Detect64BitPortabilityProblems="false" |
154 | 160 | DebugInformationFormat="3" |
155 | | - CompileAs="2" |
| 161 | + CallingConvention="0" |
156 | 162 | /> |
157 | 163 | <Tool |
158 | 164 | Name="VCManagedResourceCompilerTool" |
|
166 | 172 | <Tool |
167 | 173 | Name="VCLinkerTool" |
168 | 174 | OutputFile="$(OutDir)/charls.dll" |
169 | | - LinkIncremental="2" |
| 175 | + LinkIncremental="1" |
170 | 176 | ModuleDefinitionFile="charls.def" |
171 | 177 | GenerateDebugInformation="true" |
172 | | - ProgramDatabaseFile="$(OutDir)/jpegls.pdb" |
173 | 178 | SubSystem="2" |
| 179 | + OptimizeReferences="2" |
| 180 | + EnableCOMDATFolding="2" |
174 | 181 | OptimizeForWindows98="0" |
175 | 182 | RandomizedBaseAddress="1" |
176 | 183 | DataExecutionPrevention="0" |
177 | 184 | ImportLibrary="$(OutDir)/CharLS.lib" |
178 | | - TargetMachine="17" |
| 185 | + TargetMachine="1" |
179 | 186 | /> |
180 | 187 | <Tool |
181 | 188 | Name="VCALinkTool" |
|
200 | 207 | /> |
201 | 208 | </Configuration> |
202 | 209 | <Configuration |
203 | | - Name="Release|Win32" |
204 | | - OutputDirectory="Release" |
205 | | - IntermediateDirectory="Release" |
| 210 | + Name="Debug|x64" |
| 211 | + OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
| 212 | + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
206 | 213 | ConfigurationType="2" |
207 | 214 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
208 | 215 | UseOfMFC="0" |
209 | 216 | UseOfATL="0" |
210 | 217 | CharacterSet="2" |
211 | | - WholeProgramOptimization="1" |
212 | 218 | > |
213 | 219 | <Tool |
214 | 220 | Name="VCPreBuildEventTool" |
|
224 | 230 | /> |
225 | 231 | <Tool |
226 | 232 | Name="VCMIDLTool" |
| 233 | + TargetEnvironment="3" |
227 | 234 | /> |
228 | 235 | <Tool |
229 | 236 | Name="VCCLCompilerTool" |
230 | | - Optimization="2" |
231 | | - InlineFunctionExpansion="2" |
232 | | - EnableIntrinsicFunctions="true" |
233 | | - FavorSizeOrSpeed="1" |
234 | | - OmitFramePointers="true" |
235 | | - EnableFiberSafeOptimizations="true" |
236 | | - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JPEGLS_EXPORTS" |
237 | | - StringPooling="true" |
238 | | - ExceptionHandling="1" |
239 | | - BasicRuntimeChecks="0" |
240 | | - RuntimeLibrary="0" |
241 | | - StructMemberAlignment="0" |
| 237 | + Optimization="0" |
| 238 | + InlineFunctionExpansion="1" |
| 239 | + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JPEGLS_EXPORTS" |
| 240 | + MinimalRebuild="true" |
| 241 | + BasicRuntimeChecks="3" |
| 242 | + SmallerTypeCheck="false" |
| 243 | + RuntimeLibrary="3" |
242 | 244 | BufferSecurityCheck="true" |
243 | | - EnableFunctionLevelLinking="false" |
244 | | - EnableEnhancedInstructionSet="0" |
245 | 245 | DisableLanguageExtensions="true" |
246 | 246 | ForceConformanceInForLoopScope="true" |
247 | 247 | RuntimeTypeInfo="true" |
248 | 248 | UsePrecompiledHeader="0" |
249 | 249 | WarningLevel="4" |
| 250 | + WarnAsError="true" |
250 | 251 | Detect64BitPortabilityProblems="false" |
251 | 252 | DebugInformationFormat="3" |
252 | | - CallingConvention="0" |
| 253 | + CompileAs="2" |
253 | 254 | /> |
254 | 255 | <Tool |
255 | 256 | Name="VCManagedResourceCompilerTool" |
|
263 | 264 | <Tool |
264 | 265 | Name="VCLinkerTool" |
265 | 266 | OutputFile="$(OutDir)/charls.dll" |
266 | | - LinkIncremental="1" |
| 267 | + LinkIncremental="2" |
267 | 268 | ModuleDefinitionFile="charls.def" |
268 | 269 | GenerateDebugInformation="true" |
| 270 | + ProgramDatabaseFile="$(OutDir)/jpegls.pdb" |
269 | 271 | SubSystem="2" |
270 | | - OptimizeReferences="2" |
271 | | - EnableCOMDATFolding="2" |
272 | 272 | OptimizeForWindows98="0" |
273 | 273 | RandomizedBaseAddress="1" |
274 | 274 | DataExecutionPrevention="0" |
275 | 275 | ImportLibrary="$(OutDir)/CharLS.lib" |
276 | | - TargetMachine="1" |
| 276 | + TargetMachine="17" |
277 | 277 | /> |
278 | 278 | <Tool |
279 | 279 | Name="VCALinkTool" |
|
427 | 427 | /> |
428 | 428 | </FileConfiguration> |
429 | 429 | <FileConfiguration |
430 | | - Name="Debug|x64" |
| 430 | + Name="Release|Win32" |
431 | 431 | > |
432 | 432 | <Tool |
433 | 433 | Name="VCCLCompilerTool" |
| 434 | + Optimization="3" |
434 | 435 | EnableIntrinsicFunctions="true" |
| 436 | + FavorSizeOrSpeed="1" |
| 437 | + BasicRuntimeChecks="0" |
| 438 | + BufferSecurityCheck="false" |
| 439 | + EnableFunctionLevelLinking="false" |
435 | 440 | /> |
436 | 441 | </FileConfiguration> |
437 | 442 | <FileConfiguration |
438 | | - Name="Release|Win32" |
| 443 | + Name="Debug|x64" |
439 | 444 | > |
440 | 445 | <Tool |
441 | 446 | Name="VCCLCompilerTool" |
442 | | - Optimization="3" |
443 | 447 | EnableIntrinsicFunctions="true" |
444 | | - FavorSizeOrSpeed="1" |
445 | | - BasicRuntimeChecks="0" |
446 | | - BufferSecurityCheck="false" |
447 | | - EnableFunctionLevelLinking="false" |
448 | 448 | /> |
449 | 449 | </FileConfiguration> |
450 | 450 | <FileConfiguration |
|
0 commit comments