@@ -323,6 +323,10 @@ | |||
<Filter | |||
Name="driver" | |||
> | |||
<File | |||
RelativePath=".\driver\conio.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath=".\driver\gl.c" | |||
> | |||
@@ -392,6 +396,14 @@ | |||
RelativePath="caca.h" | |||
> | |||
</File> | |||
<File | |||
RelativePath=".\caca_conio.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath=".\caca_conio.h" | |||
> | |||
</File> | |||
<File | |||
RelativePath="caca_internals.h" | |||
> | |||
@@ -420,10 +432,6 @@ | |||
RelativePath=".\conic.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath=".\driver\conio.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath=".\dirty.c" | |||
> | |||
@@ -0,0 +1,363 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="conio-snake" | |||
ProjectGUID="{687FE90A-6B2F-4136-BEBE-798A98B98FE8}" | |||
RootNamespace="conio-snake" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" | |||
IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" | |||
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" | |||
DebugInformationFormat="4" | |||
CompileAs="2" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/conio-snake.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/conio-snake.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)\win32\$(ConfigurationName)\$(PlatformName)" | |||
IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" | |||
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" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/conio-snake.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/conio-snake.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)\win32\$(ConfigurationName)\$(PlatformName)" | |||
IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" | |||
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" | |||
DebugInformationFormat="3" | |||
CompileAs="2" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/conio-snake.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)\win32\$(ConfigurationName)\$(PlatformName)" | |||
IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" | |||
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" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/conio-snake.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> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
<File | |||
RelativePath="conio-snake.cpp" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -0,0 +1,363 @@ | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="9.00" | |||
Name="conio" | |||
ProjectGUID="{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}" | |||
RootNamespace="conio" | |||
Keyword="Win32Proj" | |||
TargetFrameworkVersion="131072" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32" | |||
/> | |||
<Platform | |||
Name="x64" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" | |||
IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" | |||
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" | |||
DebugInformationFormat="4" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/conio.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/conio.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)\win32\$(ConfigurationName)\$(PlatformName)" | |||
IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" | |||
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" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/conio.exe" | |||
LinkIncremental="2" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/conio.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)\win32\$(ConfigurationName)\$(PlatformName)" | |||
IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" | |||
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" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/conio.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)\win32\$(ConfigurationName)\$(PlatformName)" | |||
IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" | |||
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" | |||
DebugInformationFormat="3" | |||
CompileAs="1" | |||
DisableSpecificWarnings="4996;4142" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/conio.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> | |||
<File | |||
RelativePath="..\win32\config.h" | |||
> | |||
</File> | |||
<File | |||
RelativePath="conio.c" | |||
> | |||
</File> | |||
</Files> | |||
<Globals> | |||
</Globals> | |||
</VisualStudioProject> |
@@ -126,6 +126,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench", "tests\bench.vcproj | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "conio", "examples\conio.vcproj", "{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "conio-snake", "examples\conio-snake.vcproj", "{687FE90A-6B2F-4136-BEBE-798A98B98FE8}" | |||
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 | |||
@@ -492,6 +502,30 @@ Global | |||
{3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Release|Win64.Build.0 = Release|x64 | |||
{3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Release|x64.ActiveCfg = Release|x64 | |||
{3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Release|x64.Build.0 = Release|x64 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Debug|Win32.Build.0 = Debug|Win32 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Debug|Win64.ActiveCfg = Debug|Win32 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Debug|x64.ActiveCfg = Debug|x64 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Debug|x64.Build.0 = Debug|x64 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Release|Win32.ActiveCfg = Release|Win32 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Release|Win32.Build.0 = Release|Win32 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Release|Win64.ActiveCfg = Release|Win32 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Release|x64.ActiveCfg = Release|x64 | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Release|x64.Build.0 = Release|x64 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Debug|Win32.Build.0 = Debug|Win32 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Debug|Win64.ActiveCfg = Debug|Win32 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Debug|x64.ActiveCfg = Debug|x64 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Debug|x64.Build.0 = Debug|x64 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Release|Any CPU.ActiveCfg = Release|x64 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Release|Win32.ActiveCfg = Release|Win32 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Release|Win32.Build.0 = Release|Win32 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Release|Win64.ActiveCfg = Release|Win32 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Release|x64.ActiveCfg = Release|x64 | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Release|x64.Build.0 = Release|x64 | |||
EndGlobalSection | |||
GlobalSection(SolutionProperties) = preSolution | |||
HideSolutionNode = FALSE | |||
@@ -520,6 +554,8 @@ Global | |||
{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} | |||
{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{687FE90A-6B2F-4136-BEBE-798A98B98FE8} = {44C085D0-3AA8-41E0-A3B3-416C5BDE44E4} | |||
{3F5133B7-D65C-4BD4-B8CA-247C08A14081} = {11FAFB04-761F-4B93-B456-51AE124F1405} | |||
EndGlobalSection | |||
EndGlobal |