@@ -80,7 +80,7 @@ | |||
<ItemGroup> | |||
<ProjectReference Include="caca-sharp.csproj"> | |||
<Project>{046BD004-7B02-4521-BF01-9D9042F19AD5}</Project> | |||
<Name>caca-sharp</Name> | |||
<Name>caca-sharp %28caca-sharp\caca-sharp%29</Name> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="blit" | |||
ProjectGUID="{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}" | |||
RootNamespace="blit" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/blit.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/blit.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/blit.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/blit.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/blit.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/blit.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="blit.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="colors" | |||
ProjectGUID="{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}" | |||
RootNamespace="colors" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/colors.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/colors.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/colors.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/colors.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/colors.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/colors.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="colors.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -20,6 +20,10 @@ | |||
# include <stdio.h> | |||
#endif | |||
#ifndef M_PI | |||
# define M_PI 3.14159265358979323846 | |||
#endif | |||
#include "caca.h" | |||
static void display_menu(void); | |||
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="demo" | |||
ProjectGUID="{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}" | |||
RootNamespace="demo" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/demo.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/demo.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/demo.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/demo.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/demo.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/demo.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="demo.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="dithering" | |||
ProjectGUID="{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}" | |||
RootNamespace="dithering" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/dithering.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/dithering.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/dithering.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/dithering.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/dithering.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/dithering.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="dithering.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="driver" | |||
ProjectGUID="{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}" | |||
RootNamespace="driver" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/driver.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/driver.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/driver.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/driver.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/driver.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/driver.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="driver.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="event" | |||
ProjectGUID="{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}" | |||
RootNamespace="event" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/event.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/event.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/event.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/event.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/event.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/event.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="event.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="font" | |||
ProjectGUID="{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}" | |||
RootNamespace="font" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/font.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/font.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/font.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/font.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/font.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/font.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="font.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="frames" | |||
ProjectGUID="{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}" | |||
RootNamespace="frames" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/frames.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/frames.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/frames.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/frames.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/frames.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/frames.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="frames.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="fullwidth" | |||
ProjectGUID="{CC0E6EB2-9630-43E1-872F-721B8D7C0825}" | |||
RootNamespace="fullwidth" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/fullwidth.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/fullwidth.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/fullwidth.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/fullwidth.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/fullwidth.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/fullwidth.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="fullwidth.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="gamma" | |||
ProjectGUID="{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}" | |||
RootNamespace="gamma" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/gamma.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/gamma.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/gamma.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/gamma.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/gamma.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/gamma.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="gamma.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="hsv" | |||
ProjectGUID="{4559999D-DA0F-4D16-ADD7-FCCC455A1446}" | |||
RootNamespace="hsv" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/hsv.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/hsv.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/hsv.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/hsv.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/hsv.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/hsv.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="hsv.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="import" | |||
ProjectGUID="{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}" | |||
RootNamespace="import" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/import.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/import.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/import.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/import.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/import.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/import.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="import.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="input" | |||
ProjectGUID="{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}" | |||
RootNamespace="input" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/input.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/input.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/input.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/input.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/input.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/input.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="input.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="transform" | |||
ProjectGUID="{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}" | |||
RootNamespace="transform" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/transform.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/transform.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/transform.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/transform.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/transform.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/transform.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="transform.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="truecolor" | |||
ProjectGUID="{78BCD01C-9994-41A7-9618-29602C8644ED}" | |||
RootNamespace="truecolor" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/truecolor.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/truecolor.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/truecolor.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/truecolor.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/truecolor.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/truecolor.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="truecolor.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,371 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="unicode" | |||
ProjectGUID="{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}" | |||
RootNamespace="unicode" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/unicode.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/unicode.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Debug|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/unicode.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/unicode.pdb" | |||
SubSystem="1" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|Win32" | |||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
IntermediateDirectory="$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/unicode.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Release|x64" | |||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |||
ConfigurationType="1" | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
TargetEnvironment="3" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\win32;..\caca" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/unicode.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
RandomizedBaseAddress="1" | |||
DataExecutionPrevention="0" | |||
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 | |||
Name="Header Files" | |||
> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
</Filter> | |||
<File | |||
RelativePath="unicode.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -31,14 +31,106 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-cxx", "cxx\test-cxx.vc | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacaview", "src\cacaview.vcproj", "{62E567BD-73B7-4C1E-9919-6423C8A8F72E}" | |||
EndProject | |||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AA6407AD-FBEC-4E73-9B1F-D9F582C68B33}" | |||
EndProject | |||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "caca-sharp", "caca-sharp", "{277A4F8F-0CDB-4962-8247-8AA839DFDAA4}" | |||
EndProject | |||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cxx", "cxx", "{5B207DC7-7AC3-4C51-889F-36C504812ECE}" | |||
EndProject | |||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{44C085D0-3AA8-41E0-A3B3-416C5BDE44E4}" | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "blit", "examples\blit.vcproj", "{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "colors", "examples\colors.vcproj", "{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo", "examples\demo.vcproj", "{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dithering", "examples\dithering.vcproj", "{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "driver", "examples\driver.vcproj", "{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "event", "examples\event.vcproj", "{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "font", "examples\font.vcproj", "{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "frames", "examples\frames.vcproj", "{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullwidth", "examples\fullwidth.vcproj", "{CC0E6EB2-9630-43E1-872F-721B8D7C0825}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gamma", "examples\gamma.vcproj", "{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hsv", "examples\hsv.vcproj", "{4559999D-DA0F-4D16-ADD7-FCCC455A1446}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "import", "examples\import.vcproj", "{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "input", "examples\input.vcproj", "{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "transform", "examples\transform.vcproj", "{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "truecolor", "examples\truecolor.vcproj", "{78BCD01C-9994-41A7-9618-29602C8644ED}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unicode", "examples\unicode.vcproj", "{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Global | |||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | |||
Debug|Any CPU = Debug|Any CPU | |||
Debug|Win32 = Debug|Win32 | |||
Debug|Win64 = Debug|Win64 | |||
Debug|x64 = Debug|x64 | |||
Debug|x86 = Debug|x86 | |||
Release|Any CPU = Release|Any CPU | |||
Release|Win32 = Release|Win32 | |||
Release|Win64 = Release|Win64 | |||
Release|x64 = Release|x64 | |||
Release|x86 = Release|x86 | |||
EndGlobalSection | |||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
@@ -46,87 +138,418 @@ Global | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|Win32.Build.0 = Debug|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|Win64.Build.0 = Debug|x64 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|x64.ActiveCfg = Debug|x64 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|x64.Build.0 = Debug|x64 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|x86.ActiveCfg = Debug|x64 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release|Any CPU.ActiveCfg = Release|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release|Win32.ActiveCfg = Release|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release|Win32.Build.0 = Release|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release|Win64.ActiveCfg = Release|x64 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release|Win64.Build.0 = Release|x64 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release|x64.ActiveCfg = Release|x64 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release|x64.Build.0 = Release|x64 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release|x86.ActiveCfg = Release|x64 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|Win32.Build.0 = Debug|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|Win64.Build.0 = Debug|x64 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|x64.ActiveCfg = Debug|x64 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|x64.Build.0 = Debug|x64 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|x86.ActiveCfg = Debug|x64 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release|Any CPU.ActiveCfg = Release|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release|Win32.ActiveCfg = Release|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release|Win32.Build.0 = Release|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release|Win64.ActiveCfg = Release|x64 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release|Win64.Build.0 = Release|x64 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release|x64.ActiveCfg = Release|x64 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release|x64.Build.0 = Release|x64 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release|x86.ActiveCfg = Release|x64 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Debug|Win32.Build.0 = Debug|Win32 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Debug|Win64.Build.0 = Debug|x64 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Debug|x64.ActiveCfg = Debug|x64 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Debug|x64.Build.0 = Debug|x64 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Debug|x86.ActiveCfg = Debug|x64 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Release|Any CPU.ActiveCfg = Release|Win32 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Release|Win32.ActiveCfg = Release|Win32 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Release|Win32.Build.0 = Release|Win32 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Release|Win64.ActiveCfg = Release|x64 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Release|Win64.Build.0 = Release|x64 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Release|x64.ActiveCfg = Release|x64 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Release|x64.Build.0 = Release|x64 | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B}.Release|x86.ActiveCfg = Release|x64 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|Win32.ActiveCfg = Debug|Any CPU | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|Win32.Build.0 = Debug|Any CPU | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|Win64.Build.0 = Debug|x64 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|x64.ActiveCfg = Debug|x64 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|x64.Build.0 = Debug|x64 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|x86.ActiveCfg = Debug|x86 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|x86.Build.0 = Debug|x86 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|Any CPU.Build.0 = Release|Any CPU | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|Win32.ActiveCfg = Release|Any CPU | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|Win32.Build.0 = Release|Any CPU | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|Win64.ActiveCfg = Release|x64 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|Win64.Build.0 = Release|x64 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|x64.ActiveCfg = Release|x64 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|x64.Build.0 = Release|x64 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|x86.ActiveCfg = Release|x86 | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|x86.Build.0 = Release|x86 | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|Win32.ActiveCfg = Debug|Any CPU | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|Win32.Build.0 = Debug|Any CPU | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|Win64.Build.0 = Debug|x64 | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|x64.ActiveCfg = Debug|x64 | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|x64.Build.0 = Debug|x64 | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|x86.ActiveCfg = Debug|x64 | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|Any CPU.Build.0 = Release|Any CPU | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|Win32.ActiveCfg = Release|Any CPU | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|Win32.Build.0 = Release|Any CPU | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|Win64.ActiveCfg = Release|x64 | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|Win64.Build.0 = Release|x64 | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|x64.ActiveCfg = Release|x64 | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|x64.Build.0 = Release|x64 | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|x86.ActiveCfg = Release|x64 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Debug|Win32.Build.0 = Debug|Win32 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Debug|Win64.Build.0 = Debug|x64 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Debug|x64.ActiveCfg = Debug|x64 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Debug|x64.Build.0 = Debug|x64 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Debug|x86.ActiveCfg = Debug|x64 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Release|Any CPU.ActiveCfg = Release|Win32 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Release|Win32.ActiveCfg = Release|Win32 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Release|Win32.Build.0 = Release|Win32 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Release|Win64.ActiveCfg = Release|x64 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Release|Win64.Build.0 = Release|x64 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Release|x64.ActiveCfg = Release|x64 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Release|x64.Build.0 = Release|x64 | |||
{5AAFB727-094F-4104-A765-A94B32497C7D}.Release|x86.ActiveCfg = Release|x64 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Debug|Win32.Build.0 = Debug|Win32 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Debug|Win64.Build.0 = Debug|x64 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Debug|x64.ActiveCfg = Debug|x64 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Debug|x64.Build.0 = Debug|x64 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Debug|x86.ActiveCfg = Debug|x64 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Release|Any CPU.ActiveCfg = Release|Win32 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Release|Win32.ActiveCfg = Release|Win32 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Release|Win32.Build.0 = Release|Win32 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Release|Win64.ActiveCfg = Release|x64 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Release|Win64.Build.0 = Release|x64 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Release|x64.ActiveCfg = Release|x64 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Release|x64.Build.0 = Release|x64 | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Release|x86.ActiveCfg = Release|x64 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug|Win32.Build.0 = Debug|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug|Win64.Build.0 = Debug|x64 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug|x64.ActiveCfg = Debug|x64 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug|x64.Build.0 = Debug|x64 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug|x86.ActiveCfg = Debug|x64 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|Any CPU.ActiveCfg = Release|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|Win32.ActiveCfg = Release|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|Win32.Build.0 = Release|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|Win64.ActiveCfg = Release|x64 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|Win64.Build.0 = Release|x64 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|Win64.ActiveCfg = Release|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|Win64.Build.0 = Release|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|x64.ActiveCfg = Release|x64 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|x64.Build.0 = Release|x64 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|x86.ActiveCfg = Release|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Debug|Win32.Build.0 = Debug|Win32 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Debug|Win64.Build.0 = Debug|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Debug|x64.ActiveCfg = Debug|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Debug|x64.Build.0 = Debug|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Debug|x86.ActiveCfg = Debug|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Release|Win32.ActiveCfg = Release|Win32 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Release|Win32.Build.0 = Release|Win32 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Release|Win64.ActiveCfg = Release|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Release|Win64.Build.0 = Release|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Release|x64.ActiveCfg = Release|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Release|x64.Build.0 = Release|x64 | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Release|x86.ActiveCfg = Release|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Debug|Win32.Build.0 = Debug|Win32 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Debug|Win64.Build.0 = Debug|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Debug|x64.ActiveCfg = Debug|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Debug|x64.Build.0 = Debug|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Debug|x86.ActiveCfg = Debug|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Release|Win32.ActiveCfg = Release|Win32 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Release|Win32.Build.0 = Release|Win32 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Release|Win64.ActiveCfg = Release|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Release|Win64.Build.0 = Release|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Release|x64.ActiveCfg = Release|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Release|x64.Build.0 = Release|x64 | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Release|x86.ActiveCfg = Release|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Debug|Win32.Build.0 = Debug|Win32 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Debug|Win64.Build.0 = Debug|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Debug|x64.ActiveCfg = Debug|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Debug|x64.Build.0 = Debug|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Debug|x86.ActiveCfg = Debug|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Release|Win32.ActiveCfg = Release|Win32 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Release|Win32.Build.0 = Release|Win32 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Release|Win64.ActiveCfg = Release|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Release|Win64.Build.0 = Release|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Release|x64.ActiveCfg = Release|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Release|x64.Build.0 = Release|x64 | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Release|x86.ActiveCfg = Release|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Debug|Win32.Build.0 = Debug|Win32 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Debug|Win64.Build.0 = Debug|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Debug|x64.ActiveCfg = Debug|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Debug|x64.Build.0 = Debug|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Debug|x86.ActiveCfg = Debug|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Release|Win32.ActiveCfg = Release|Win32 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Release|Win32.Build.0 = Release|Win32 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Release|Win64.ActiveCfg = Release|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Release|Win64.Build.0 = Release|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Release|x64.ActiveCfg = Release|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Release|x64.Build.0 = Release|x64 | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Release|x86.ActiveCfg = Release|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Debug|Win32.Build.0 = Debug|Win32 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Debug|Win64.Build.0 = Debug|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Debug|x64.ActiveCfg = Debug|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Debug|x64.Build.0 = Debug|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Debug|x86.ActiveCfg = Debug|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Release|Win32.ActiveCfg = Release|Win32 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Release|Win32.Build.0 = Release|Win32 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Release|Win64.ActiveCfg = Release|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Release|Win64.Build.0 = Release|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Release|x64.ActiveCfg = Release|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Release|x64.Build.0 = Release|x64 | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Release|x86.ActiveCfg = Release|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Debug|Win32.Build.0 = Debug|Win32 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Debug|Win64.Build.0 = Debug|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Debug|x64.ActiveCfg = Debug|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Debug|x64.Build.0 = Debug|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Debug|x86.ActiveCfg = Debug|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Release|Win32.ActiveCfg = Release|Win32 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Release|Win32.Build.0 = Release|Win32 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Release|Win64.ActiveCfg = Release|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Release|Win64.Build.0 = Release|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Release|x64.ActiveCfg = Release|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Release|x64.Build.0 = Release|x64 | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Release|x86.ActiveCfg = Release|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Debug|Win32.Build.0 = Debug|Win32 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Debug|Win64.Build.0 = Debug|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Debug|x64.ActiveCfg = Debug|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Debug|x64.Build.0 = Debug|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Debug|x86.ActiveCfg = Debug|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Release|Win32.ActiveCfg = Release|Win32 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Release|Win32.Build.0 = Release|Win32 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Release|Win64.ActiveCfg = Release|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Release|Win64.Build.0 = Release|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Release|x64.ActiveCfg = Release|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Release|x64.Build.0 = Release|x64 | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Release|x86.ActiveCfg = Release|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Debug|Win32.Build.0 = Debug|Win32 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Debug|Win64.Build.0 = Debug|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Debug|x64.ActiveCfg = Debug|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Debug|x64.Build.0 = Debug|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Debug|x86.ActiveCfg = Debug|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Release|Win32.ActiveCfg = Release|Win32 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Release|Win32.Build.0 = Release|Win32 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Release|Win64.ActiveCfg = Release|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Release|Win64.Build.0 = Release|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Release|x64.ActiveCfg = Release|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Release|x64.Build.0 = Release|x64 | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Release|x86.ActiveCfg = Release|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Debug|Win32.Build.0 = Debug|Win32 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Debug|Win64.Build.0 = Debug|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Debug|x64.ActiveCfg = Debug|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Debug|x64.Build.0 = Debug|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Debug|x86.ActiveCfg = Debug|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Release|Win32.ActiveCfg = Release|Win32 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Release|Win32.Build.0 = Release|Win32 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Release|Win64.ActiveCfg = Release|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Release|Win64.Build.0 = Release|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Release|x64.ActiveCfg = Release|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Release|x64.Build.0 = Release|x64 | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Release|x86.ActiveCfg = Release|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Debug|Win32.Build.0 = Debug|Win32 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Debug|Win64.Build.0 = Debug|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Debug|x64.ActiveCfg = Debug|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Debug|x64.Build.0 = Debug|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Debug|x86.ActiveCfg = Debug|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Release|Win32.ActiveCfg = Release|Win32 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Release|Win32.Build.0 = Release|Win32 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Release|Win64.ActiveCfg = Release|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Release|Win64.Build.0 = Release|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Release|x64.ActiveCfg = Release|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Release|x64.Build.0 = Release|x64 | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Release|x86.ActiveCfg = Release|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Debug|Win32.Build.0 = Debug|Win32 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Debug|Win64.Build.0 = Debug|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Debug|x64.ActiveCfg = Debug|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Debug|x64.Build.0 = Debug|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Debug|x86.ActiveCfg = Debug|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Release|Win32.ActiveCfg = Release|Win32 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Release|Win32.Build.0 = Release|Win32 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Release|Win64.ActiveCfg = Release|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Release|Win64.Build.0 = Release|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Release|x64.ActiveCfg = Release|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Release|x64.Build.0 = Release|x64 | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Release|x86.ActiveCfg = Release|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Debug|Win32.Build.0 = Debug|Win32 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Debug|Win64.Build.0 = Debug|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Debug|x64.ActiveCfg = Debug|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Debug|x64.Build.0 = Debug|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Debug|x86.ActiveCfg = Debug|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Release|Win32.ActiveCfg = Release|Win32 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Release|Win32.Build.0 = Release|Win32 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Release|Win64.ActiveCfg = Release|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Release|Win64.Build.0 = Release|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Release|x64.ActiveCfg = Release|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Release|x64.Build.0 = Release|x64 | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Release|x86.ActiveCfg = Release|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Debug|Win32.Build.0 = Debug|Win32 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Debug|Win64.Build.0 = Debug|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Debug|x64.ActiveCfg = Debug|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Debug|x64.Build.0 = Debug|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Debug|x86.ActiveCfg = Debug|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Release|Win32.ActiveCfg = Release|Win32 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Release|Win32.Build.0 = Release|Win32 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Release|Win64.ActiveCfg = Release|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Release|Win64.Build.0 = Release|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Release|x64.ActiveCfg = Release|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Release|x64.Build.0 = Release|x64 | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Release|x86.ActiveCfg = Release|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Debug|Win32.Build.0 = Debug|Win32 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Debug|Win64.Build.0 = Debug|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Debug|x64.ActiveCfg = Debug|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Debug|x64.Build.0 = Debug|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Debug|x86.ActiveCfg = Debug|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Release|Win32.ActiveCfg = Release|Win32 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Release|Win32.Build.0 = Release|Win32 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Release|Win64.ActiveCfg = Release|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Release|Win64.Build.0 = Release|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Release|x64.ActiveCfg = Release|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Release|x64.Build.0 = Release|x64 | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Release|x86.ActiveCfg = Release|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Debug|Win32.Build.0 = Debug|Win32 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Debug|Win64.Build.0 = Debug|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Debug|x64.ActiveCfg = Debug|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Debug|x64.Build.0 = Debug|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Debug|x86.ActiveCfg = Debug|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Release|Win32.ActiveCfg = Release|Win32 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Release|Win32.Build.0 = Release|Win32 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Release|Win64.ActiveCfg = Release|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Release|Win64.Build.0 = Release|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Release|x64.ActiveCfg = Release|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Release|x64.Build.0 = Release|x64 | |||
{78BCD01C-9994-41A7-9618-29602C8644ED}.Release|x86.ActiveCfg = Release|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Debug|Win32.Build.0 = Debug|Win32 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Debug|Win64.ActiveCfg = Debug|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Debug|Win64.Build.0 = Debug|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Debug|x64.ActiveCfg = Debug|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Debug|x64.Build.0 = Debug|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Debug|x86.ActiveCfg = Debug|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Release|Win32.ActiveCfg = Release|Win32 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Release|Win32.Build.0 = Release|Win32 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Release|Win64.ActiveCfg = Release|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Release|Win64.Build.0 = Release|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Release|x64.ActiveCfg = Release|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Release|x64.Build.0 = Release|x64 | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Release|x86.ActiveCfg = Release|x64 | |||
EndGlobalSection | |||
GlobalSection(SolutionProperties) = preSolution | |||
HideSolutionNode = FALSE | |||
EndGlobalSection | |||
GlobalSection(NestedProjects) = preSolution | |||
{EE082122-5ECD-4DB4-93C7-145392074F8B} = {AA6407AD-FBEC-4E73-9B1F-D9F582C68B33} | |||
{F25D1237-9ED8-4343-B958-308C95FE392F} = {AA6407AD-FBEC-4E73-9B1F-D9F582C68B33} | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E} = {AA6407AD-FBEC-4E73-9B1F-D9F582C68B33} | |||
{046BD004-7B02-4521-BF01-9D9042F19AD5} = {277A4F8F-0CDB-4962-8247-8AA839DFDAA4} | |||
{6EB34142-45E0-4BF3-8F75-81F4F604EAAA} = {277A4F8F-0CDB-4962-8247-8AA839DFDAA4} | |||
{5AAFB727-094F-4104-A765-A94B32497C7D} = {5B207DC7-7AC3-4C51-889F-36C504812ECE} | |||
{F2530E59-7ADB-4D3C-8873-6D110788B8F7} = {5B207DC7-7AC3-4C51-889F-36C504812ECE} | |||
{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{47789F1D-3B1A-4F77-BDF3-4078887ED9FB} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{9002BB07-D372-40AE-BB60-7D7BDD2C2C84} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{CC0E6EB2-9630-43E1-872F-721B8D7C0825} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{4559999D-DA0F-4D16-ADD7-FCCC455A1446} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{FCDECEF5-B23F-4CA7-A79F-07E8241812A6} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{8338282A-BB63-40D5-B0C0-EA9A94D2EC17} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{78BCD01C-9994-41A7-9618-29602C8644ED} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
EndGlobalSection | |||
EndGlobal |