Changeset 390
- Timestamp:
- 9/25/2008 1:27:51 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/EraserDll/EraserDll.vcproj (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EraserDll/EraserDll.vcproj
r361 r390 86 86 AdditionalLibraryDirectories=""$(OUTDIR)"" 87 87 GenerateDebugInformation="true" 88 ProgramDatabaseFile="$(TargetDir)$( ProjectName).pdb"88 ProgramDatabaseFile="$(TargetDir)$(TargetName)Dll.pdb" 89 89 SubSystem="2" 90 RandomizedBaseAddress="1" 91 DataExecutionPrevention="0" 92 TargetMachine="1" 93 /> 94 <Tool 95 Name="VCALinkTool" 96 /> 97 <Tool 98 Name="VCManifestTool" 99 /> 100 <Tool 101 Name="VCXDCMakeTool" 102 /> 103 <Tool 104 Name="VCBscMakeTool" 105 /> 106 <Tool 107 Name="VCFxCopTool" 108 /> 109 <Tool 110 Name="VCAppVerifierTool" 111 /> 112 <Tool 113 Name="VCPostBuildEventTool" 114 /> 115 </Configuration> 116 <Configuration 117 Name="Release|Win32" 118 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 119 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 120 ConfigurationType="2" 121 UseOfMFC="2" 122 ATLMinimizesCRunTimeLibraryUsage="false" 123 CharacterSet="2" 124 WholeProgramOptimization="1" 125 > 126 <Tool 127 Name="VCPreBuildEventTool" 128 CommandLine="" 129 /> 130 <Tool 131 Name="VCCustomBuildTool" 132 /> 133 <Tool 134 Name="VCXMLDataGeneratorTool" 135 /> 136 <Tool 137 Name="VCWebServiceProxyGeneratorTool" 138 /> 139 <Tool 140 Name="VCMIDLTool" 141 PreprocessorDefinitions="NDEBUG" 142 MkTypLibCompatible="true" 143 SuppressStartupBanner="true" 144 TargetEnvironment="1" 145 TypeLibraryName="Release/EraserDll.tlb" 146 HeaderFileName="" 147 /> 148 <Tool 149 Name="VCCLCompilerTool" 150 Optimization="2" 151 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_DLL_ERASER;_CRT_SECURE_NO_DEPRECATE" 152 StringPooling="true" 153 ExceptionHandling="2" 154 RuntimeLibrary="2" 155 EnableFunctionLevelLinking="true" 156 UsePrecompiledHeader="2" 157 PrecompiledHeaderThrough="stdafx.h" 158 PrecompiledHeaderFile="$(IntDir)\EraserDll.pch" 159 AssemblerListingLocation="" 160 WarningLevel="4" 161 SuppressStartupBanner="true" 162 DebugInformationFormat="3" 163 DisableSpecificWarnings="4251;4275" 164 /> 165 <Tool 166 Name="VCManagedResourceCompilerTool" 167 /> 168 <Tool 169 Name="VCResourceCompilerTool" 170 PreprocessorDefinitions="NDEBUG" 171 Culture="1033" 172 /> 173 <Tool 174 Name="VCPreLinkEventTool" 175 /> 176 <Tool 177 Name="VCLinkerTool" 178 AdditionalDependencies="netapi32.lib EraserUI.lib Shared.lib" 179 OutputFile="$(OutDir)\Eraser.dll" 180 LinkIncremental="1" 181 SuppressStartupBanner="true" 182 AdditionalLibraryDirectories=""$(OUTDIR)"" 183 GenerateDebugInformation="true" 184 ProgramDatabaseFile="$(TargetDir)$(TargetName)Dll.pdb" 185 SubSystem="2" 186 OptimizeReferences="2" 187 EnableCOMDATFolding="2" 188 SetChecksum="true" 189 RandomizedBaseAddress="1" 190 DataExecutionPrevention="0" 191 TargetMachine="1" 192 /> 193 <Tool 194 Name="VCALinkTool" 195 /> 196 <Tool 197 Name="VCManifestTool" 198 /> 199 <Tool 200 Name="VCXDCMakeTool" 201 /> 202 <Tool 203 Name="VCBscMakeTool" 204 /> 205 <Tool 206 Name="VCFxCopTool" 207 /> 208 <Tool 209 Name="VCAppVerifierTool" 210 /> 211 <Tool 212 Name="VCPostBuildEventTool" 213 /> 214 </Configuration> 215 <Configuration 216 Name="Standalone Release|Win32" 217 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 218 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 219 ConfigurationType="2" 220 UseOfMFC="1" 221 ATLMinimizesCRunTimeLibraryUsage="false" 222 CharacterSet="2" 223 WholeProgramOptimization="1" 224 > 225 <Tool 226 Name="VCPreBuildEventTool" 227 CommandLine="" 228 /> 229 <Tool 230 Name="VCCustomBuildTool" 231 /> 232 <Tool 233 Name="VCXMLDataGeneratorTool" 234 /> 235 <Tool 236 Name="VCWebServiceProxyGeneratorTool" 237 /> 238 <Tool 239 Name="VCMIDLTool" 240 PreprocessorDefinitions="NDEBUG" 241 MkTypLibCompatible="true" 242 SuppressStartupBanner="true" 243 TargetEnvironment="1" 244 TypeLibraryName="Release/EraserDll.tlb" 245 HeaderFileName="" 246 /> 247 <Tool 248 Name="VCCLCompilerTool" 249 Optimization="2" 250 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_DLL_ERASER;ERASER_STANDALONE;_CRT_SECURE_NO_DEPRECATE" 251 StringPooling="true" 252 ExceptionHandling="2" 253 RuntimeLibrary="0" 254 EnableFunctionLevelLinking="true" 255 UsePrecompiledHeader="2" 256 PrecompiledHeaderThrough="stdafx.h" 257 PrecompiledHeaderFile="$(IntDir)\EraserDll.pch" 258 AssemblerListingLocation="" 259 WarningLevel="4" 260 SuppressStartupBanner="true" 261 DebugInformationFormat="3" 262 DisableSpecificWarnings="4251;4275" 263 /> 264 <Tool 265 Name="VCManagedResourceCompilerTool" 266 /> 267 <Tool 268 Name="VCResourceCompilerTool" 269 PreprocessorDefinitions="NDEBUG" 270 Culture="1033" 271 /> 272 <Tool 273 Name="VCPreLinkEventTool" 274 /> 275 <Tool 276 Name="VCLinkerTool" 277 AdditionalDependencies="netapi32.lib EraserUI.lib Shared.lib" 278 OutputFile="$(OutDir)\Eraser.dll" 279 LinkIncremental="1" 280 AdditionalLibraryDirectories=""$(OUTDIR)"" 281 GenerateDebugInformation="true" 282 ProgramDatabaseFile="$(TargetDir)$(TargetName)Dll.pdb" 283 SubSystem="2" 284 OptimizeReferences="2" 285 EnableCOMDATFolding="2" 286 SetChecksum="true" 90 287 RandomizedBaseAddress="1" 91 288 DataExecutionPrevention="0" … … 209 406 </Configuration> 210 407 <Configuration 211 Name="Release|Win32"212 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"213 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"214 ConfigurationType="2"215 UseOfMFC="2"216 ATLMinimizesCRunTimeLibraryUsage="false"217 CharacterSet="2"218 WholeProgramOptimization="1"219 >220 <Tool221 Name="VCPreBuildEventTool"222 CommandLine=""223 />224 <Tool225 Name="VCCustomBuildTool"226 />227 <Tool228 Name="VCXMLDataGeneratorTool"229 />230 <Tool231 Name="VCWebServiceProxyGeneratorTool"232 />233 <Tool234 Name="VCMIDLTool"235 PreprocessorDefinitions="NDEBUG"236 MkTypLibCompatible="true"237 SuppressStartupBanner="true"238 TargetEnvironment="1"239 TypeLibraryName="Release/EraserDll.tlb"240 HeaderFileName=""241 />242 <Tool243 Name="VCCLCompilerTool"244 Optimization="2"245 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_DLL_ERASER;_CRT_SECURE_NO_DEPRECATE"246 StringPooling="true"247 ExceptionHandling="2"248 RuntimeLibrary="2"249 EnableFunctionLevelLinking="true"250 UsePrecompiledHeader="2"251 PrecompiledHeaderThrough="stdafx.h"252 PrecompiledHeaderFile="$(IntDir)\EraserDll.pch"253 AssemblerListingLocation=""254 WarningLevel="4"255 SuppressStartupBanner="true"256 DebugInformationFormat="3"257 DisableSpecificWarnings="4251;4275"258 />259 <Tool260 Name="VCManagedResourceCompilerTool"261 />262 <Tool263 Name="VCResourceCompilerTool"264 PreprocessorDefinitions="NDEBUG"265 Culture="1033"266 />267 <Tool268 Name="VCPreLinkEventTool"269 />270 <Tool271 Name="VCLinkerTool"272 AdditionalDependencies="netapi32.lib EraserUI.lib Shared.lib"273 OutputFile="$(OutDir)\Eraser.dll"274 LinkIncremental="1"275 SuppressStartupBanner="true"276 AdditionalLibraryDirectories=""$(OUTDIR)""277 GenerateDebugInformation="true"278 ProgramDatabaseFile="$(TargetDir)$(ProjectName).pdb"279 SubSystem="2"280 OptimizeReferences="2"281 EnableCOMDATFolding="2"282 SetChecksum="true"283 RandomizedBaseAddress="1"284 DataExecutionPrevention="0"285 TargetMachine="1"286 />287 <Tool288 Name="VCALinkTool"289 />290 <Tool291 Name="VCManifestTool"292 />293 <Tool294 Name="VCXDCMakeTool"295 />296 <Tool297 Name="VCBscMakeTool"298 />299 <Tool300 Name="VCFxCopTool"301 />302 <Tool303 Name="VCAppVerifierTool"304 />305 <Tool306 Name="VCPostBuildEventTool"307 />308 </Configuration>309 <Configuration310 408 Name="Release|x64" 311 409 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" … … 407 505 </Configuration> 408 506 <Configuration 409 Name="Standalone Release|Win32"410 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"411 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"412 ConfigurationType="2"413 UseOfMFC="1"414 ATLMinimizesCRunTimeLibraryUsage="false"415 CharacterSet="2"416 WholeProgramOptimization="1"417 >418 <Tool419 Name="VCPreBuildEventTool"420 CommandLine=""421 />422 <Tool423 Name="VCCustomBuildTool"424 />425 <Tool426 Name="VCXMLDataGeneratorTool"427 />428 <Tool429 Name="VCWebServiceProxyGeneratorTool"430 />431 <Tool432 Name="VCMIDLTool"433 PreprocessorDefinitions="NDEBUG"434 MkTypLibCompatible="true"435 SuppressStartupBanner="true"436 TargetEnvironment="1"437 TypeLibraryName="Release/EraserDll.tlb"438 HeaderFileName=""439 />440 <Tool441 Name="VCCLCompilerTool"442 Optimization="2"443 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_DLL_ERASER;ERASER_STANDALONE;_CRT_SECURE_NO_DEPRECATE"444 StringPooling="true"445 ExceptionHandling="2"446 RuntimeLibrary="0"447 EnableFunctionLevelLinking="true"448 UsePrecompiledHeader="2"449 PrecompiledHeaderThrough="stdafx.h"450 PrecompiledHeaderFile="$(IntDir)\EraserDll.pch"451 AssemblerListingLocation=""452 WarningLevel="4"453 SuppressStartupBanner="true"454 DebugInformationFormat="3"455 DisableSpecificWarnings="4251;4275"456 />457 <Tool458 Name="VCManagedResourceCompilerTool"459 />460 <Tool461 Name="VCResourceCompilerTool"462 PreprocessorDefinitions="NDEBUG"463 Culture="1033"464 />465 <Tool466 Name="VCPreLinkEventTool"467 />468 <Tool469 Name="VCLinkerTool"470 AdditionalDependencies="netapi32.lib EraserUI.lib Shared.lib"471 OutputFile="$(OutDir)\Eraser.dll"472 LinkIncremental="1"473 AdditionalLibraryDirectories=""$(OUTDIR)""474 GenerateDebugInformation="true"475 SubSystem="2"476 OptimizeReferences="2"477 EnableCOMDATFolding="2"478 SetChecksum="true"479 RandomizedBaseAddress="1"480 DataExecutionPrevention="0"481 TargetMachine="1"482 />483 <Tool484 Name="VCALinkTool"485 />486 <Tool487 Name="VCManifestTool"488 />489 <Tool490 Name="VCXDCMakeTool"491 />492 <Tool493 Name="VCBscMakeTool"494 />495 <Tool496 Name="VCFxCopTool"497 />498 <Tool499 Name="VCAppVerifierTool"500 />501 <Tool502 Name="VCPostBuildEventTool"503 />504 </Configuration>505 <Configuration506 507 Name="Standalone Release|x64" 507 508 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" … … 723 724 <FileConfiguration 724 725 Name="Debug|Win32" 726 > 727 <Tool 728 Name="VCCLCompilerTool" 729 UsePrecompiledHeader="1" 730 /> 731 </FileConfiguration> 732 <FileConfiguration 733 Name="Release|Win32" 734 > 735 <Tool 736 Name="VCCLCompilerTool" 737 UsePrecompiledHeader="1" 738 /> 739 </FileConfiguration> 740 <FileConfiguration 741 Name="Standalone Release|Win32" 725 742 > 726 743 <Tool … … 738 755 </FileConfiguration> 739 756 <FileConfiguration 740 Name="Release|Win32"741 >742 <Tool743 Name="VCCLCompilerTool"744 UsePrecompiledHeader="1"745 />746 </FileConfiguration>747 <FileConfiguration748 757 Name="Release|x64" 749 >750 <Tool751 Name="VCCLCompilerTool"752 UsePrecompiledHeader="1"753 />754 </FileConfiguration>755 <FileConfiguration756 Name="Standalone Release|Win32"757 758 > 758 759 <Tool
Note: See TracChangeset
for help on using the changeset viewer.
