|
@@ -11,14 +11,17 @@ |
|
|
<Platform |
|
|
Name="Win32" |
|
|
/> |
|
|
<Platform |
|
|
Name="x64" |
|
|
/> |
|
|
</Platforms> |
|
|
<ToolFiles> |
|
|
</ToolFiles> |
|
|
<Configurations> |
|
|
<Configuration |
|
|
Name="Debug|Win32" |
|
|
OutputDirectory=".\Debug" |
|
|
IntermediateDirectory=".\Debug" |
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
|
|
IntermediateDirectory="$(ConfigurationName)" |
|
|
ConfigurationType="2" |
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
|
|
UseOfMFC="0" |
|
@@ -47,15 +50,12 @@ |
|
|
<Tool |
|
|
Name="VCCLCompilerTool" |
|
|
Optimization="0" |
|
|
AdditionalIncludeDirectories="..\..\include" |
|
|
AdditionalIncludeDirectories=""$(ProjectDir)\..\..\include"" |
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400" |
|
|
RuntimeLibrary="2" |
|
|
BufferSecurityCheck="false" |
|
|
UsePrecompiledHeader="0" |
|
|
PrecompiledHeaderFile=".\Debug/SDL.pch" |
|
|
AssemblerListingLocation=".\Debug/" |
|
|
ObjectFile=".\Debug/" |
|
|
ProgramDataBaseFileName=".\Debug/" |
|
|
WarningLevel="3" |
|
|
SuppressStartupBanner="true" |
|
|
Detect64BitPortabilityProblems="false" |
|
@@ -111,10 +111,103 @@ |
|
|
Name="VCPostBuildEventTool" |
|
|
/> |
|
|
</Configuration> |
|
|
<Configuration |
|
|
Name="Debug|x64" |
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" |
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
ConfigurationType="2" |
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
|
|
UseOfMFC="0" |
|
|
ATLMinimizesCRunTimeLibraryUsage="false" |
|
|
> |
|
|
<Tool |
|
|
Name="VCPreBuildEventTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCCustomBuildTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCXMLDataGeneratorTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCWebServiceProxyGeneratorTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCMIDLTool" |
|
|
PreprocessorDefinitions="_DEBUG" |
|
|
MkTypLibCompatible="true" |
|
|
SuppressStartupBanner="true" |
|
|
TargetEnvironment="3" |
|
|
TypeLibraryName=".\Debug/SDL.tlb" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCCLCompilerTool" |
|
|
Optimization="0" |
|
|
AdditionalIncludeDirectories=""$(ProjectDir)\..\..\include"" |
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400" |
|
|
RuntimeLibrary="2" |
|
|
BufferSecurityCheck="false" |
|
|
UsePrecompiledHeader="0" |
|
|
PrecompiledHeaderFile=".\Debug/SDL.pch" |
|
|
WarningLevel="3" |
|
|
SuppressStartupBanner="true" |
|
|
Detect64BitPortabilityProblems="false" |
|
|
DebugInformationFormat="3" |
|
|
CompileAs="0" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCManagedResourceCompilerTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCResourceCompilerTool" |
|
|
PreprocessorDefinitions="_DEBUG" |
|
|
Culture="1033" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCPreLinkEventTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCLinkerTool" |
|
|
AdditionalDependencies="winmm.lib dxguid.lib" |
|
|
OutputFile=".\Debug/SDL.dll" |
|
|
LinkIncremental="2" |
|
|
SuppressStartupBanner="true" |
|
|
IgnoreAllDefaultLibraries="false" |
|
|
GenerateDebugInformation="true" |
|
|
ProgramDatabaseFile=".\Debug/SDL.pdb" |
|
|
SubSystem="2" |
|
|
RandomizedBaseAddress="1" |
|
|
DataExecutionPrevention="0" |
|
|
ImportLibrary=".\Debug/SDL.lib" |
|
|
TargetMachine="17" |
|
|
CLRUnmanagedCodeCheck="false" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCALinkTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCManifestTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCXDCMakeTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCBscMakeTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCFxCopTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCAppVerifierTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCPostBuildEventTool" |
|
|
/> |
|
|
</Configuration> |
|
|
<Configuration |
|
|
Name="Release|Win32" |
|
|
OutputDirectory=".\Release" |
|
|
IntermediateDirectory=".\Release" |
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
|
|
IntermediateDirectory="$(ConfigurationName)" |
|
|
ConfigurationType="2" |
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
|
|
UseOfMFC="0" |
|
@@ -144,17 +237,14 @@ |
|
|
Name="VCCLCompilerTool" |
|
|
InlineFunctionExpansion="1" |
|
|
EnableIntrinsicFunctions="false" |
|
|
AdditionalIncludeDirectories="..\..\include" |
|
|
AdditionalIncludeDirectories=""$(ProjectDir)\..\..\include"" |
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400" |
|
|
StringPooling="true" |
|
|
RuntimeLibrary="2" |
|
|
BufferSecurityCheck="false" |
|
|
EnableFunctionLevelLinking="true" |
|
|
UsePrecompiledHeader="0" |
|
|
PrecompiledHeaderFile=".\Release/SDL.pch" |
|
|
AssemblerListingLocation=".\Release/" |
|
|
ObjectFile=".\Release/" |
|
|
ProgramDataBaseFileName=".\Release/" |
|
|
WarningLevel="3" |
|
|
SuppressStartupBanner="true" |
|
|
Detect64BitPortabilityProblems="false" |
|
@@ -207,6 +297,99 @@ |
|
|
Name="VCPostBuildEventTool" |
|
|
/> |
|
|
</Configuration> |
|
|
<Configuration |
|
|
Name="Release|x64" |
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" |
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
ConfigurationType="2" |
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
|
|
UseOfMFC="0" |
|
|
ATLMinimizesCRunTimeLibraryUsage="false" |
|
|
> |
|
|
<Tool |
|
|
Name="VCPreBuildEventTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCCustomBuildTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCXMLDataGeneratorTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCWebServiceProxyGeneratorTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCMIDLTool" |
|
|
PreprocessorDefinitions="NDEBUG" |
|
|
MkTypLibCompatible="true" |
|
|
SuppressStartupBanner="true" |
|
|
TargetEnvironment="3" |
|
|
TypeLibraryName=".\Release/SDL.tlb" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCCLCompilerTool" |
|
|
InlineFunctionExpansion="1" |
|
|
EnableIntrinsicFunctions="false" |
|
|
AdditionalIncludeDirectories=""$(ProjectDir)\..\..\include"" |
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400" |
|
|
StringPooling="true" |
|
|
RuntimeLibrary="2" |
|
|
BufferSecurityCheck="false" |
|
|
EnableFunctionLevelLinking="true" |
|
|
UsePrecompiledHeader="0" |
|
|
PrecompiledHeaderFile=".\Release/SDL.pch" |
|
|
WarningLevel="3" |
|
|
SuppressStartupBanner="true" |
|
|
Detect64BitPortabilityProblems="false" |
|
|
CompileAs="0" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCManagedResourceCompilerTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCResourceCompilerTool" |
|
|
PreprocessorDefinitions="NDEBUG" |
|
|
Culture="1033" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCPreLinkEventTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCLinkerTool" |
|
|
AdditionalDependencies="winmm.lib dxguid.lib" |
|
|
OutputFile=".\Release/SDL.dll" |
|
|
LinkIncremental="1" |
|
|
SuppressStartupBanner="true" |
|
|
IgnoreAllDefaultLibraries="false" |
|
|
ProgramDatabaseFile=".\Release/SDL.pdb" |
|
|
SubSystem="2" |
|
|
RandomizedBaseAddress="1" |
|
|
DataExecutionPrevention="0" |
|
|
ImportLibrary=".\Release/SDL.lib" |
|
|
TargetMachine="17" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCALinkTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCManifestTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCXDCMakeTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCBscMakeTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCFxCopTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCAppVerifierTool" |
|
|
/> |
|
|
<Tool |
|
|
Name="VCPostBuildEventTool" |
|
|
/> |
|
|
</Configuration> |
|
|
</Configurations> |
|
|
<References> |
|
|
</References> |
|
|