diff options
Diffstat (limited to 'storm_dll/Storm_dll.vcproj')
-rw-r--r-- | storm_dll/Storm_dll.vcproj | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/storm_dll/Storm_dll.vcproj b/storm_dll/Storm_dll.vcproj index 394d367..da9a11d 100644 --- a/storm_dll/Storm_dll.vcproj +++ b/storm_dll/Storm_dll.vcproj @@ -2,9 +2,9 @@ <VisualStudioProject ProjectType="Visual C++" Version="9,00" - Name="Storm_dll" + Name="storm_dll" ProjectGUID="{BD600973-C6FA-4CE3-8821-67F6418B7F9C}" - RootNamespace="Storm_dll" + RootNamespace="storm_dll" Keyword="Win32Proj" TargetFrameworkVersion="131072" > @@ -44,10 +44,10 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;Storm_dll_EXPORTS" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;storm_dll_EXPORTS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" @@ -66,7 +66,7 @@ OutputFile="$(OutDir)\storm.dll" LinkIncremental="2" GenerateManifest="false" - ModuleDefinitionFile=".\Storm_dll.def" + ModuleDefinitionFile=".\storm_dll.def" GenerateDebugInformation="true" SubSystem="2" BaseAddress="0x15000000" @@ -94,16 +94,15 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="Storm_dll.bat $(PlatformName) $(ConfigurationName)" + CommandLine="" /> </Configuration> <Configuration - Name="Release|Win32" + Name="Debug|x64" OutputDirectory=".\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory=".\bin\$(PlatformName)\$(ConfigurationName)" ConfigurationType="2" CharacterSet="1" - WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" @@ -119,11 +118,15 @@ /> <Tool Name="VCMIDLTool" + TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;Storm_dll_EXPORTS" - RuntimeLibrary="2" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;storm_dll_EXPORTS" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" @@ -140,17 +143,15 @@ <Tool Name="VCLinkerTool" OutputFile="$(OutDir)\storm.dll" - LinkIncremental="1" + LinkIncremental="2" GenerateManifest="false" - ModuleDefinitionFile=".\Storm_dll.def" + ModuleDefinitionFile=".\storm_dll.def" GenerateDebugInformation="true" SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" BaseAddress="0x15000000" RandomizedBaseAddress="1" DataExecutionPrevention="0" - TargetMachine="1" + TargetMachine="17" /> <Tool Name="VCALinkTool" @@ -172,15 +173,16 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="Storm_dll.bat $(PlatformName) $(ConfigurationName)" + CommandLine="storm_dll.bat $(PlatformName) $(ConfigurationName)" /> </Configuration> <Configuration - Name="Debug|x64" + Name="Release|Win32" OutputDirectory=".\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory=".\bin\$(PlatformName)\$(ConfigurationName)" ConfigurationType="2" CharacterSet="1" + WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" @@ -196,15 +198,11 @@ /> <Tool Name="VCMIDLTool" - TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;Storm_dll_EXPORTS" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;storm_dll_EXPORTS" + RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" @@ -221,15 +219,17 @@ <Tool Name="VCLinkerTool" OutputFile="$(OutDir)\storm.dll" - LinkIncremental="2" + LinkIncremental="1" GenerateManifest="false" - ModuleDefinitionFile=".\Storm_dll.def" + ModuleDefinitionFile=".\storm_dll.def" GenerateDebugInformation="true" SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" BaseAddress="0x15000000" RandomizedBaseAddress="1" DataExecutionPrevention="0" - TargetMachine="17" + TargetMachine="1" /> <Tool Name="VCALinkTool" @@ -251,7 +251,7 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="Storm_dll.bat $(PlatformName) $(ConfigurationName)" + CommandLine="" /> </Configuration> <Configuration @@ -280,7 +280,7 @@ /> <Tool Name="VCCLCompilerTool" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;Storm_dll_EXPORTS" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;storm_dll_EXPORTS" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" @@ -300,7 +300,7 @@ OutputFile="$(OutDir)\storm.dll" LinkIncremental="1" GenerateManifest="false" - ModuleDefinitionFile=".\Storm_dll.def" + ModuleDefinitionFile=".\storm_dll.def" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" @@ -330,7 +330,7 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="Storm_dll.bat $(PlatformName) $(ConfigurationName)" + CommandLine="storm_dll.bat $(PlatformName) $(ConfigurationName)" /> </Configuration> </Configurations> |