2008-07-12 17:40:22 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2008-11-12 04:54:17 +00:00
|
|
|
Version="9.00"
|
2008-07-12 17:40:22 +00:00
|
|
|
Name="Plugin_PadSimple"
|
|
|
|
ProjectGUID="{9A183B48-ECC2-4121-876A-9B3793686073}"
|
|
|
|
RootNamespace="Plugin_PadSimple"
|
2008-09-24 17:09:29 +00:00
|
|
|
TargetFrameworkVersion="131072"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
<Platform
|
|
|
|
Name="x64"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
TargetEnvironment="1"
|
|
|
|
TypeLibraryName=".\Release/Pad_Simple.tlb"
|
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="1"
|
2008-09-23 18:25:15 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc"
|
2008-10-15 12:40:31 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PAD_SIMPLE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
|
2008-07-12 17:40:22 +00:00
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
EnableEnhancedInstructionSet="2"
|
2008-08-24 15:46:08 +00:00
|
|
|
FloatingPointModel="0"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
2008-08-24 15:46:08 +00:00
|
|
|
WarnAsError="false"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-09-23 18:25:15 +00:00
|
|
|
AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib xinput.lib comctl32.lib"
|
2008-09-30 01:09:02 +00:00
|
|
|
OutputFile="..\..\..\Binary\Win32\plugins\Plugin_PadSimple.dll"
|
2008-07-12 17:40:22 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
2008-09-24 17:09:29 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2008-07-15 11:53:41 +00:00
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
2008-08-24 15:46:08 +00:00
|
|
|
TargetEnvironment="3"
|
|
|
|
TypeLibraryName=".\Release/Pad_Simple.tlb"
|
2008-07-12 17:40:22 +00:00
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="true"
|
2008-09-23 18:25:15 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc"
|
2008-10-15 12:40:31 +00:00
|
|
|
PreprocessorDefinitions="_SECURE_SCL=0;WIN32;NDEBUG;_WINDOWS;_USRDLL;PAD_SIMPLE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;__WXMSW__;NOPCH"
|
2008-08-24 15:46:08 +00:00
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
EnableEnhancedInstructionSet="0"
|
|
|
|
FloatingPointModel="0"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
2008-08-24 15:46:08 +00:00
|
|
|
WarnAsError="false"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-09-23 18:25:15 +00:00
|
|
|
AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib xinput.lib comctl32.lib"
|
2008-08-24 15:46:08 +00:00
|
|
|
OutputFile="..\..\..\Binary\x64\plugins\Plugin_PadSimple.dll"
|
|
|
|
LinkIncremental="1"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
2008-09-24 17:09:29 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2008-07-15 11:53:41 +00:00
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-08-24 15:46:08 +00:00
|
|
|
TargetMachine="17"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
TargetEnvironment="1"
|
2008-08-24 15:46:08 +00:00
|
|
|
TypeLibraryName=".\Debug/Pad_Simple.tlb"
|
2008-07-12 17:40:22 +00:00
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
Optimization="0"
|
2008-09-23 18:25:15 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc"
|
2008-10-15 12:40:31 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PAD_SIMPLE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
|
2008-08-24 15:46:08 +00:00
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
FloatingPointModel="0"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
2008-08-24 15:46:08 +00:00
|
|
|
WarnAsError="false"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
2008-08-24 15:46:08 +00:00
|
|
|
DebugInformationFormat="4"
|
2008-07-12 17:40:22 +00:00
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-09-25 08:30:52 +00:00
|
|
|
AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib xinput.lib comctl32.lib rpcrt4.lib"
|
2008-08-24 15:46:08 +00:00
|
|
|
OutputFile="..\..\..\Binary\Win32/plugins\Plugin_PadSimpleD.dll"
|
|
|
|
LinkIncremental="2"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-08-24 15:46:08 +00:00
|
|
|
GenerateDebugInformation="true"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
2008-09-24 17:09:29 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2008-07-15 11:53:41 +00:00
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
TargetEnvironment="3"
|
2008-08-24 15:46:08 +00:00
|
|
|
TypeLibraryName=".\Debug/Pad_Simple.tlb"
|
2008-07-12 17:40:22 +00:00
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
Optimization="0"
|
2008-09-23 18:25:15 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc"
|
2008-10-15 12:40:31 +00:00
|
|
|
PreprocessorDefinitions="_SECURE_SCL=0;WIN32;_DEBUG;_WINDOWS;_USRDLL;PAD_SIMPLE_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
|
2008-08-24 15:46:08 +00:00
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
FloatingPointModel="0"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
2008-08-24 15:46:08 +00:00
|
|
|
WarnAsError="false"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
2008-08-24 15:46:08 +00:00
|
|
|
DebugInformationFormat="3"
|
2008-07-12 17:40:22 +00:00
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-09-25 08:30:52 +00:00
|
|
|
AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib xinput.lib comctl32.lib rpcrt4.lib"
|
2008-08-24 15:46:08 +00:00
|
|
|
OutputFile="..\..\..\Binary\x64\plugins\Plugin_PadSimpleD.dll"
|
2008-07-12 17:40:22 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-08-24 15:46:08 +00:00
|
|
|
GenerateDebugInformation="true"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
2008-09-24 17:09:29 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2008-07-15 11:53:41 +00:00
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-15 11:53:41 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
2008-07-12 17:40:22 +00:00
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
2008-08-24 15:46:08 +00:00
|
|
|
TargetEnvironment="1"
|
|
|
|
TypeLibraryName=".\Release/Pad_Simple.tlb"
|
2008-07-12 17:40:22 +00:00
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="1"
|
2008-09-23 18:25:15 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc"
|
2008-10-15 12:40:31 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PAD_SIMPLE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;DEBUGFAST;_SECURE_SCL=0"
|
2008-08-24 15:46:08 +00:00
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
EnableEnhancedInstructionSet="2"
|
|
|
|
FloatingPointModel="0"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
2008-08-24 15:46:08 +00:00
|
|
|
WarnAsError="false"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-09-23 18:25:15 +00:00
|
|
|
AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib xinput.lib comctl32.lib"
|
2008-09-30 01:09:02 +00:00
|
|
|
OutputFile="..\..\..\Binary\Win32\plugins\Plugin_PadSimpleDF.dll"
|
2008-07-12 17:40:22 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
2008-09-24 17:09:29 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2008-07-15 11:53:41 +00:00
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-08-24 15:46:08 +00:00
|
|
|
TargetMachine="1"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<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/Pad_Simple.tlb"
|
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="true"
|
2008-09-23 18:25:15 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc"
|
2008-10-15 12:40:31 +00:00
|
|
|
PreprocessorDefinitions="_SECURE_SCL=0;WIN32;NDEBUG;_WINDOWS;_USRDLL;PAD_SIMPLE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;DEBUGFAST"
|
2008-07-12 17:40:22 +00:00
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
EnableEnhancedInstructionSet="0"
|
2008-08-24 15:46:08 +00:00
|
|
|
FloatingPointModel="0"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
2008-08-24 15:46:08 +00:00
|
|
|
WarnAsError="false"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-09-25 08:30:52 +00:00
|
|
|
AdditionalDependencies="dxguid.lib dxerr9.lib dinput8.lib xinput.lib comctl32.lib "
|
2008-07-16 12:17:20 +00:00
|
|
|
OutputFile="..\..\..\Binary\x64\plugins\Plugin_PadSimpleDF.dll"
|
2008-07-12 17:40:22 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
2008-09-24 17:09:29 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2008-07-15 11:53:41 +00:00
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
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>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
2008-09-23 17:58:03 +00:00
|
|
|
Name="GUI"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<File
|
2008-09-23 17:58:03 +00:00
|
|
|
RelativePath=".\Src\GUI\ConfigDlg.cpp"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-09-23 17:58:03 +00:00
|
|
|
RelativePath=".\Src\GUI\ConfigDlg.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="DirectInputBase"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\DirectInputBase.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
Optimization="2"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
Optimization="0"
|
|
|
|
BasicRuntimeChecks="3"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2008-08-23 15:28:24 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2008-08-24 15:46:08 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2008-07-12 17:40:22 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\DirectInputBase.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<File
|
2008-09-23 17:58:03 +00:00
|
|
|
RelativePath=".\Src\PadSimple.cpp"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
Optimization="2"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
Optimization="0"
|
|
|
|
BasicRuntimeChecks="3"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2008-08-23 15:28:24 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2008-08-24 15:46:08 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2008-07-12 17:40:22 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2008-09-23 17:58:03 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PadSimple.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:40:22 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\PluginSpecs\pluginspecs_pad.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-12 04:54:17 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\SConscript"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:40:22 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\stdafx.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
Optimization="2"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
Optimization="0"
|
|
|
|
BasicRuntimeChecks="3"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
Optimization="0"
|
|
|
|
BasicRuntimeChecks="3"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-24 15:46:08 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 15:46:08 +00:00
|
|
|
Optimization="2"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\stdafx.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|