2008-07-12 17:40:22 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2009-04-22 17:03:46 +00:00
|
|
|
Version="9.00"
|
2008-07-12 17:40:22 +00:00
|
|
|
Name="Common"
|
|
|
|
ProjectGUID="{C573CAF7-EE6A-458E-8049-16C0BF34C2E9}"
|
|
|
|
RootNamespace="Common"
|
|
|
|
Keyword="Win32Proj"
|
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="Debug|Win32"
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2008-09-07 16:12:56 +00:00
|
|
|
CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2008-12-12 11:27:50 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs"
|
2008-12-18 16:06:27 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_SECURE_SCL=0"
|
2008-07-12 17:40:22 +00:00
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
2009-03-28 17:50:32 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
2008-09-06 13:41:44 +00:00
|
|
|
DebugInformationFormat="3"
|
2009-03-28 17:50:32 +00:00
|
|
|
ForcedIncludeFiles="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
AdditionalDependencies="wsock32.lib"
|
|
|
|
OutputFile="$(OutDir)/Common.lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-10-08 19:31:59 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2008-09-07 16:12:56 +00:00
|
|
|
CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-10-08 19:31:59 +00:00
|
|
|
TargetEnvironment="3"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-10-08 19:31:59 +00:00
|
|
|
Optimization="0"
|
2008-12-12 11:27:50 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs"
|
2008-10-08 19:31:59 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_SECURE_SCL=0"
|
|
|
|
StringPooling="true"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
2008-08-24 15:46:08 +00:00
|
|
|
BufferSecurityCheck="false"
|
|
|
|
FloatingPointModel="0"
|
2009-03-28 17:50:32 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
2009-03-28 17:50:32 +00:00
|
|
|
ForcedIncludeFiles="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2009-04-12 10:21:40 +00:00
|
|
|
AdditionalDependencies="wsock32.lib winmm.lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputFile="$(OutDir)/Common.lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-10-08 19:31:59 +00:00
|
|
|
Name="Release|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2008-09-07 16:12:56 +00:00
|
|
|
CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-10-08 19:31:59 +00:00
|
|
|
Optimization="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="2"
|
2008-12-12 11:27:50 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs"
|
2009-03-28 17:50:32 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS"
|
2008-07-12 17:40:22 +00:00
|
|
|
RuntimeLibrary="0"
|
2008-08-24 15:46:08 +00:00
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableEnhancedInstructionSet="2"
|
2008-10-08 19:31:59 +00:00
|
|
|
FloatingPointModel="0"
|
|
|
|
RuntimeTypeInfo="false"
|
2009-03-28 17:50:32 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
2009-03-28 17:50:32 +00:00
|
|
|
ForcedIncludeFiles="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
AdditionalDependencies="wsock32.lib"
|
|
|
|
OutputFile="$(OutDir)/Common.lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-10-08 19:31:59 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2008-09-07 16:12:56 +00:00
|
|
|
CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TargetEnvironment="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-10-08 19:31:59 +00:00
|
|
|
Optimization="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
2008-12-12 11:27:50 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs"
|
2009-03-28 17:50:32 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
|
2008-07-12 17:40:22 +00:00
|
|
|
StringPooling="true"
|
2008-10-08 19:31:59 +00:00
|
|
|
RuntimeLibrary="0"
|
2008-07-12 17:40:22 +00:00
|
|
|
BufferSecurityCheck="false"
|
2008-10-08 19:31:59 +00:00
|
|
|
EnableEnhancedInstructionSet="0"
|
2008-08-24 15:46:08 +00:00
|
|
|
FloatingPointModel="0"
|
2009-03-28 17:50:32 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
2009-03-28 17:50:32 +00:00
|
|
|
ForcedIncludeFiles="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2009-01-24 00:45:46 +00:00
|
|
|
AdditionalDependencies="winmm.lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputFile="$(OutDir)/Common.lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-10-08 19:31:59 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2008-09-07 16:12:56 +00:00
|
|
|
CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-10-08 19:31:59 +00:00
|
|
|
Optimization="3"
|
2008-07-12 17:40:22 +00:00
|
|
|
FavorSizeOrSpeed="1"
|
2008-12-12 11:27:50 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs"
|
2009-03-28 17:50:32 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;DEBUGFAST;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
|
2008-07-12 17:40:22 +00:00
|
|
|
RuntimeLibrary="0"
|
2008-08-23 15:28:24 +00:00
|
|
|
BufferSecurityCheck="false"
|
2008-10-08 19:31:59 +00:00
|
|
|
EnableEnhancedInstructionSet="2"
|
2009-03-28 17:50:32 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
2009-03-28 17:50:32 +00:00
|
|
|
ForcedIncludeFiles="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2008-10-08 19:31:59 +00:00
|
|
|
AdditionalDependencies="wsock32.lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputFile="$(OutDir)/Common.lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2008-09-07 16:12:56 +00:00
|
|
|
CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TargetEnvironment="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="3"
|
|
|
|
FavorSizeOrSpeed="1"
|
2008-12-12 11:27:50 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs"
|
2009-03-28 17:50:32 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;DEBUGFAST;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
|
2008-07-12 17:40:22 +00:00
|
|
|
RuntimeLibrary="0"
|
2008-08-24 15:46:08 +00:00
|
|
|
FloatingPointModel="0"
|
2009-03-28 17:50:32 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
2009-03-28 17:50:32 +00:00
|
|
|
ForcedIncludeFiles="stdafx.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
AdditionalDependencies="wsock32.lib"
|
|
|
|
OutputFile="$(OutDir)/Common.lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
2009-01-17 08:05:11 +00:00
|
|
|
<Filter
|
|
|
|
Name="Plugins"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Plugin.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Plugin.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PluginDSP.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PluginDSP.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PluginPAD.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PluginPAD.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PluginVideo.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PluginVideo.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PluginWiimote.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PluginWiimote.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<Filter
|
|
|
|
Name="Specs"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\PluginSpecs\ExportEpilog.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\PluginSpecs\ExportProlog.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\PluginSpecs\PluginSpecs.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\PluginSpecs\pluginspecs_dsp.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\PluginSpecs\pluginspecs_pad.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\PluginSpecs\pluginspecs_video.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\PluginSpecs\pluginspecs_wiimote.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
2009-03-18 17:17:58 +00:00
|
|
|
<Filter
|
|
|
|
Name="Logging"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ConsoleListener.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-27 23:07:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Log.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-18 17:17:58 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\LogManager.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\LogManager.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2008-07-31 20:22:35 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ABI.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ABI.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-02-28 01:26:56 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\CDUtils.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\CDUtils.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-21 23:28:07 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ChunkFile.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ChunkFile.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-02-22 12:43:25 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ColorUtil.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ColorUtil.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:40:22 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Common.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-01-17 14:28:09 +00:00
|
|
|
<File
|
2009-02-28 01:26:56 +00:00
|
|
|
RelativePath=".\Src\CommonFuncs.h"
|
2009-01-17 14:28:09 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-02-28 01:26:56 +00:00
|
|
|
RelativePath=".\Src\CommonPaths.h"
|
2009-01-17 14:28:09 +00:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:40:22 +00:00
|
|
|
<File
|
2009-02-28 01:26:56 +00:00
|
|
|
RelativePath=".\Src\CommonTypes.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
</File>
|
2008-09-17 23:25:35 +00:00
|
|
|
<File
|
2009-02-28 01:26:56 +00:00
|
|
|
RelativePath=".\Src\CPUDetect.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\CPUDetect.h"
|
2008-09-17 23:25:35 +00:00
|
|
|
>
|
|
|
|
</File>
|
2009-02-21 12:07:03 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\DynamicLibrary.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\DynamicLibrary.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-06 13:41:44 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ExtendedTrace.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ExtendedTrace.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-10-31 22:31:24 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\FileSearch.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\FileSearch.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-16 20:50:16 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\FileUtil.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\FileUtil.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-28 17:35:57 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\FixedSizeQueue.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:40:22 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Hash.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Hash.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\IniFile.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\IniFile.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\MappedFile.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\MappedFile.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\MathUtil.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\MathUtil.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\MemArena.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\MemArena.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\MemoryUtil.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\MemoryUtil.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-02-28 01:26:56 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Misc.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-18 16:06:27 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\MsgHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-12 04:54:17 +00:00
|
|
|
<File
|
2009-02-28 01:26:56 +00:00
|
|
|
RelativePath=".\Src\MsgHandler.h"
|
2008-11-12 04:54:17 +00:00
|
|
|
>
|
|
|
|
</File>
|
2008-07-31 20:22:35 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\SConscript"
|
|
|
|
>
|
|
|
|
</File>
|
2009-04-22 17:03:46 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\SDCardUtil.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\SDCardUtil.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-02-10 17:41:38 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Setup.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-28 17:50:32 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\stdafx.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\stdafx.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:40:22 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\StringUtil.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\StringUtil.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Thread.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Thread.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-12 20:05:45 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Thunk.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Thunk.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-12 17:40:22 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Timer.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AssemblerOutput="2"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Timer.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\x64Analyzer.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\x64Analyzer.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\x64Emitter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\x64Emitter.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|