| @@ -1,4 +1,5 @@ | |||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | |||
| <PropertyGroup> | |||
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
| @@ -11,9 +12,14 @@ | |||
| <AssemblyName>caca-sharp</AssemblyName> | |||
| <FileUpgradeFlags> | |||
| </FileUpgradeFlags> | |||
| <OldToolsVersion>2.0</OldToolsVersion> | |||
| <OldToolsVersion>3.5</OldToolsVersion> | |||
| <UpgradeBackupLocation> | |||
| </UpgradeBackupLocation> | |||
| <IsWebBootstrapper>false</IsWebBootstrapper> | |||
| <OutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutputPath> | |||
| <BaseOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</BaseOutputPath> | |||
| <IntermediateOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</IntermediateOutputPath> | |||
| <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> | |||
| <PublishUrl>publish\</PublishUrl> | |||
| <Install>true</Install> | |||
| <InstallFrom>Disk</InstallFrom> | |||
| @@ -26,12 +32,8 @@ | |||
| <MapFileExtensions>true</MapFileExtensions> | |||
| <ApplicationRevision>0</ApplicationRevision> | |||
| <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |||
| <IsWebBootstrapper>false</IsWebBootstrapper> | |||
| <UseApplicationTrust>false</UseApplicationTrust> | |||
| <BootstrapperEnabled>true</BootstrapperEnabled> | |||
| <OutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutputPath> | |||
| <BaseOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</BaseOutputPath> | |||
| <IntermediateOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</IntermediateOutputPath> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
| <DebugSymbols>true</DebugSymbols> | |||
| @@ -40,7 +42,8 @@ | |||
| <DefineConstants>DEBUG;TRACE</DefineConstants> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <WarningLevel>4</WarningLevel> | |||
| <PlatformTarget>x86</PlatformTarget> | |||
| <PlatformTarget>AnyCPU</PlatformTarget> | |||
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
| <DebugType>pdbonly</DebugType> | |||
| @@ -48,7 +51,8 @@ | |||
| <DefineConstants>TRACE</DefineConstants> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <WarningLevel>4</WarningLevel> | |||
| <PlatformTarget>x86</PlatformTarget> | |||
| <PlatformTarget>AnyCPU</PlatformTarget> | |||
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> | |||
| <DebugSymbols>true</DebugSymbols> | |||
| @@ -56,6 +60,7 @@ | |||
| <DebugType>full</DebugType> | |||
| <PlatformTarget>x64</PlatformTarget> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> | |||
| <DefineConstants>TRACE</DefineConstants> | |||
| @@ -63,6 +68,7 @@ | |||
| <DebugType>pdbonly</DebugType> | |||
| <PlatformTarget>x64</PlatformTarget> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | |||
| <DebugSymbols>true</DebugSymbols> | |||
| @@ -70,6 +76,7 @@ | |||
| <DebugType>full</DebugType> | |||
| <PlatformTarget>x86</PlatformTarget> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | |||
| <DefineConstants>TRACE</DefineConstants> | |||
| @@ -77,6 +84,7 @@ | |||
| <DebugType>pdbonly</DebugType> | |||
| <PlatformTarget>x86</PlatformTarget> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
| </PropertyGroup> | |||
| <ItemGroup> | |||
| <Reference Include="System" /> | |||
| @@ -95,6 +103,11 @@ | |||
| <Compile Include="AssemblyInfo.cs" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | |||
| <Install>false</Install> | |||
| </BootstrapperPackage> | |||
| <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 2.0 %28x86%29</ProductName> | |||
| @@ -110,6 +123,11 @@ | |||
| <ProductName>.NET Framework 3.5</ProductName> | |||
| <Install>false</Install> | |||
| </BootstrapperPackage> | |||
| <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 3.5 SP1</ProductName> | |||
| <Install>false</Install> | |||
| </BootstrapperPackage> | |||
| </ItemGroup> | |||
| <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |||
| <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |||
| @@ -122,4 +140,4 @@ | |||
| <PropertyGroup> | |||
| <PreBuildEvent>rd /Q /S $(ProjectDir)\obj</PreBuildEvent> | |||
| </PropertyGroup> | |||
| </Project> | |||
| </Project> | |||
| @@ -1,5 +1,5 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> | |||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | |||
| <PropertyGroup> | |||
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
| @@ -12,9 +12,14 @@ | |||
| <AssemblyName>test-csharp</AssemblyName> | |||
| <FileUpgradeFlags> | |||
| </FileUpgradeFlags> | |||
| <OldToolsVersion>2.0</OldToolsVersion> | |||
| <OldToolsVersion>3.5</OldToolsVersion> | |||
| <UpgradeBackupLocation> | |||
| </UpgradeBackupLocation> | |||
| <IsWebBootstrapper>false</IsWebBootstrapper> | |||
| <OutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutputPath> | |||
| <BaseOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</BaseOutputPath> | |||
| <IntermediateOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</IntermediateOutputPath> | |||
| <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> | |||
| <PublishUrl>publish\</PublishUrl> | |||
| <Install>true</Install> | |||
| <InstallFrom>Disk</InstallFrom> | |||
| @@ -27,12 +32,8 @@ | |||
| <MapFileExtensions>true</MapFileExtensions> | |||
| <ApplicationRevision>0</ApplicationRevision> | |||
| <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |||
| <IsWebBootstrapper>false</IsWebBootstrapper> | |||
| <UseApplicationTrust>false</UseApplicationTrust> | |||
| <BootstrapperEnabled>true</BootstrapperEnabled> | |||
| <OutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutputPath> | |||
| <BaseOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</BaseOutputPath> | |||
| <IntermediateOutputPath>$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(AssemblyName)\</IntermediateOutputPath> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
| <DebugSymbols>true</DebugSymbols> | |||
| @@ -41,7 +42,8 @@ | |||
| <DefineConstants>DEBUG;TRACE</DefineConstants> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <WarningLevel>4</WarningLevel> | |||
| <PlatformTarget>x86</PlatformTarget> | |||
| <PlatformTarget>AnyCPU</PlatformTarget> | |||
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
| <DebugType>pdbonly</DebugType> | |||
| @@ -49,7 +51,8 @@ | |||
| <DefineConstants>TRACE</DefineConstants> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <WarningLevel>4</WarningLevel> | |||
| <PlatformTarget>x86</PlatformTarget> | |||
| <PlatformTarget>AnyCPU</PlatformTarget> | |||
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> | |||
| <DebugSymbols>true</DebugSymbols> | |||
| @@ -57,6 +60,7 @@ | |||
| <DebugType>full</DebugType> | |||
| <PlatformTarget>x64</PlatformTarget> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> | |||
| <DefineConstants>TRACE</DefineConstants> | |||
| @@ -64,6 +68,7 @@ | |||
| <DebugType>pdbonly</DebugType> | |||
| <PlatformTarget>x64</PlatformTarget> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |||
| <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |||
| @@ -82,13 +87,18 @@ | |||
| <ItemGroup> | |||
| <ProjectReference Include="caca-sharp.csproj"> | |||
| <Project>{046BD004-7B02-4521-BF01-9D9042F19AD5}</Project> | |||
| <Name>caca-sharp %28caca-sharp\caca-sharp%29</Name> | |||
| <Name>caca-sharp</Name> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <Reference Include="System.Drawing" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | |||
| <Install>false</Install> | |||
| </BootstrapperPackage> | |||
| <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 2.0 %28x86%29</ProductName> | |||
| @@ -104,5 +114,10 @@ | |||
| <ProductName>.NET Framework 3.5</ProductName> | |||
| <Install>false</Install> | |||
| </BootstrapperPackage> | |||
| <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 3.5 SP1</ProductName> | |||
| <Install>false</Install> | |||
| </BootstrapperPackage> | |||
| </ItemGroup> | |||
| </Project> | |||
| </Project> | |||
| @@ -1,514 +0,0 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="9.00" | |||
| Name="libcaca" | |||
| ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" | |||
| RootNamespace="libcaca" | |||
| 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="2" | |||
| CharacterSet="2" | |||
| > | |||
| <Tool | |||
| Name="VCPreBuildEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCustomBuildTool" | |||
| /> | |||
| <Tool | |||
| Name="VCXMLDataGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebServiceProxyGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCMIDLTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCLCompilerTool" | |||
| Optimization="0" | |||
| AdditionalIncludeDirectories="codec;..\win32;"$(projectDir)"" | |||
| PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__;DLL_EXPORT" | |||
| MinimalRebuild="true" | |||
| BasicRuntimeChecks="3" | |||
| RuntimeLibrary="3" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="4" | |||
| CompileAs="1" | |||
| DisableSpecificWarnings="4996;4142" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| ModuleDefinitionFile="libcaca.def" | |||
| GenerateDebugInformation="true" | |||
| 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="2" | |||
| 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="codec;..\win32;"$(projectDir)"" | |||
| PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__;DLL_EXPORT" | |||
| MinimalRebuild="true" | |||
| BasicRuntimeChecks="3" | |||
| RuntimeLibrary="3" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| CompileAs="1" | |||
| DisableSpecificWarnings="4996;4142" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| ModuleDefinitionFile="libcaca.def" | |||
| GenerateDebugInformation="true" | |||
| 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="2" | |||
| CharacterSet="2" | |||
| WholeProgramOptimization="1" | |||
| > | |||
| <Tool | |||
| Name="VCPreBuildEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCustomBuildTool" | |||
| /> | |||
| <Tool | |||
| Name="VCXMLDataGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebServiceProxyGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCMIDLTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCLCompilerTool" | |||
| AdditionalIncludeDirectories="codec;..\win32;"$(projectDir)"" | |||
| PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__;DLL_EXPORT" | |||
| RuntimeLibrary="2" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| CompileAs="1" | |||
| DisableSpecificWarnings="4996;4142" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| ModuleDefinitionFile="libcaca.def" | |||
| GenerateDebugInformation="true" | |||
| 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="2" | |||
| CharacterSet="2" | |||
| WholeProgramOptimization="1" | |||
| > | |||
| <Tool | |||
| Name="VCPreBuildEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCustomBuildTool" | |||
| /> | |||
| <Tool | |||
| Name="VCXMLDataGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebServiceProxyGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCMIDLTool" | |||
| TargetEnvironment="3" | |||
| /> | |||
| <Tool | |||
| Name="VCCLCompilerTool" | |||
| AdditionalIncludeDirectories="codec;..\win32;"$(projectDir)"" | |||
| PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__;DLL_EXPORT" | |||
| RuntimeLibrary="2" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| CompileAs="1" | |||
| DisableSpecificWarnings="4996;4142" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| ModuleDefinitionFile="libcaca.def" | |||
| GenerateDebugInformation="true" | |||
| 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="driver" | |||
| > | |||
| <File | |||
| RelativePath="driver\conio.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="driver\gl.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="driver\ncurses.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="driver\null.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="driver\raw.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="driver\slang.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="driver\vga.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="driver\win32.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="driver\x11.c" | |||
| > | |||
| </File> | |||
| </Filter> | |||
| <Filter | |||
| Name="codec" | |||
| > | |||
| <File | |||
| RelativePath="codec\codec.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="codec\export.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="codec\import.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="codec\text.c" | |||
| > | |||
| </File> | |||
| </Filter> | |||
| <File | |||
| RelativePath="attr.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="box.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca_conio.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca_conio.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca_debug.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca_internals.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca_prof.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca_stubs.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca_types.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="canvas.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="charset.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="conic.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="dirty.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="dither.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="event.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="figfont.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="file.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="font.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="frame.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="getopt.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="graphics.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="legacy.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="libcaca.def" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="line.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="prof.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="string.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="time.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="transform.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="triangle.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,229 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}</ProjectGuid> | |||
| <RootNamespace>libcaca</RootNamespace> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>DynamicLibrary</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>DynamicLibrary</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>DynamicLibrary</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>DynamicLibrary</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>codec;..\win32;$(projectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;__LIBCACA__;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <ModuleDefinitionFile>libcaca.def</ModuleDefinitionFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>codec;..\win32;$(projectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;__LIBCACA__;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <ModuleDefinitionFile>libcaca.def</ModuleDefinitionFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <AdditionalIncludeDirectories>codec;..\win32;$(projectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;__LIBCACA__;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <ModuleDefinitionFile>libcaca.def</ModuleDefinitionFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <AdditionalIncludeDirectories>codec;..\win32;$(projectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;__LIBCACA__;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <ModuleDefinitionFile>libcaca.def</ModuleDefinitionFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="driver\conio.c" /> | |||
| <ClCompile Include="driver\gl.c" /> | |||
| <ClCompile Include="driver\ncurses.c" /> | |||
| <ClCompile Include="driver\null.c" /> | |||
| <ClCompile Include="driver\raw.c" /> | |||
| <ClCompile Include="driver\slang.c" /> | |||
| <ClCompile Include="driver\vga.c" /> | |||
| <ClCompile Include="driver\win32.c" /> | |||
| <ClCompile Include="driver\x11.c" /> | |||
| <ClCompile Include="codec\export.c" /> | |||
| <ClCompile Include="codec\import.c" /> | |||
| <ClCompile Include="codec\text.c" /> | |||
| <ClCompile Include="attr.c" /> | |||
| <ClCompile Include="box.c" /> | |||
| <ClCompile Include="caca.c" /> | |||
| <ClCompile Include="caca_conio.c" /> | |||
| <ClCompile Include="canvas.c" /> | |||
| <ClCompile Include="charset.c" /> | |||
| <ClCompile Include="conic.c" /> | |||
| <ClCompile Include="dirty.c" /> | |||
| <ClCompile Include="dither.c" /> | |||
| <ClCompile Include="event.c" /> | |||
| <ClCompile Include="figfont.c" /> | |||
| <ClCompile Include="file.c" /> | |||
| <ClCompile Include="font.c" /> | |||
| <ClCompile Include="frame.c" /> | |||
| <ClCompile Include="getopt.c" /> | |||
| <ClCompile Include="graphics.c" /> | |||
| <ClCompile Include="legacy.c" /> | |||
| <ClCompile Include="line.c" /> | |||
| <ClCompile Include="prof.c" /> | |||
| <ClCompile Include="string.c" /> | |||
| <ClCompile Include="time.c" /> | |||
| <ClCompile Include="transform.c" /> | |||
| <ClCompile Include="triangle.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="codec\codec.h" /> | |||
| <ClInclude Include="caca.h" /> | |||
| <ClInclude Include="caca_conio.h" /> | |||
| <ClInclude Include="caca_debug.h" /> | |||
| <ClInclude Include="caca_internals.h" /> | |||
| <ClInclude Include="caca_prof.h" /> | |||
| <ClInclude Include="caca_stubs.h" /> | |||
| <ClInclude Include="caca_types.h" /> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <None Include="libcaca.def" /> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,341 +0,0 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="9.00" | |||
| Name="libcaca++" | |||
| ProjectGUID="{5AAFB727-094F-4104-A765-A94B32497C7D}" | |||
| 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="2" | |||
| 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="WIN32;_DEBUG;_LIB;__LIBCACA_PP__" | |||
| MinimalRebuild="true" | |||
| BasicRuntimeChecks="3" | |||
| RuntimeLibrary="3" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="4" | |||
| CompileAs="2" | |||
| DisableSpecificWarnings="4996;4142" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| ModuleDefinitionFile=".\libcaca++.def" | |||
| GenerateDebugInformation="true" | |||
| 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="2" | |||
| 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="WIN32;_DEBUG;_LIB;__LIBCACA_PP__" | |||
| MinimalRebuild="true" | |||
| BasicRuntimeChecks="3" | |||
| RuntimeLibrary="3" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| CompileAs="2" | |||
| DisableSpecificWarnings="4996;4142" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| ModuleDefinitionFile=".\libcaca++.def" | |||
| GenerateDebugInformation="true" | |||
| 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="2" | |||
| CharacterSet="2" | |||
| WholeProgramOptimization="1" | |||
| > | |||
| <Tool | |||
| Name="VCPreBuildEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCustomBuildTool" | |||
| /> | |||
| <Tool | |||
| Name="VCXMLDataGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebServiceProxyGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCMIDLTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCLCompilerTool" | |||
| AdditionalIncludeDirectories="..\win32;..\caca" | |||
| PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA_PP__" | |||
| RuntimeLibrary="2" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| CompileAs="2" | |||
| DisableSpecificWarnings="4996;4142" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| ModuleDefinitionFile=".\libcaca++.def" | |||
| GenerateDebugInformation="true" | |||
| 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="2" | |||
| CharacterSet="2" | |||
| WholeProgramOptimization="1" | |||
| > | |||
| <Tool | |||
| Name="VCPreBuildEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCustomBuildTool" | |||
| /> | |||
| <Tool | |||
| Name="VCXMLDataGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebServiceProxyGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCMIDLTool" | |||
| TargetEnvironment="3" | |||
| /> | |||
| <Tool | |||
| Name="VCCLCompilerTool" | |||
| AdditionalIncludeDirectories="..\win32;..\caca" | |||
| PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA_PP__" | |||
| RuntimeLibrary="2" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| CompileAs="2" | |||
| DisableSpecificWarnings="4996;4142" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| ModuleDefinitionFile=".\libcaca++.def" | |||
| GenerateDebugInformation="true" | |||
| 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="caca++.cpp" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca++.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\libcaca++.def" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,193 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{5AAFB727-094F-4104-A765-A94B32497C7D}</ProjectGuid> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>DynamicLibrary</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>DynamicLibrary</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>DynamicLibrary</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>DynamicLibrary</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;__LIBCACA_PP__;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsCpp</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <ModuleDefinitionFile>.\libcaca++.def</ModuleDefinitionFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;__LIBCACA_PP__;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsCpp</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <ModuleDefinitionFile>.\libcaca++.def</ModuleDefinitionFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;__LIBCACA_PP__;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsCpp</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <ModuleDefinitionFile>.\libcaca++.def</ModuleDefinitionFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;__LIBCACA_PP__;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsCpp</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <ModuleDefinitionFile>.\libcaca++.def</ModuleDefinitionFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="caca++.cpp" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="caca++.h" /> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <None Include="libcaca++.def" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,335 +0,0 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="9.00" | |||
| Name="test-cxx" | |||
| ProjectGUID="{F2530E59-7ADB-4D3C-8873-6D110788B8F7}" | |||
| RootNamespace="testcxx" | |||
| 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" | |||
| CharacterSet="1" | |||
| > | |||
| <Tool | |||
| Name="VCPreBuildEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCustomBuildTool" | |||
| /> | |||
| <Tool | |||
| Name="VCXMLDataGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebServiceProxyGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCMIDLTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCLCompilerTool" | |||
| Optimization="0" | |||
| AdditionalIncludeDirectories=".;..\win32;..\caca" | |||
| PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | |||
| MinimalRebuild="true" | |||
| BasicRuntimeChecks="3" | |||
| RuntimeLibrary="3" | |||
| UsePrecompiledHeader="0" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="4" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| LinkIncremental="2" | |||
| GenerateDebugInformation="true" | |||
| 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" | |||
| CharacterSet="1" | |||
| > | |||
| <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="WIN32;_DEBUG;_CONSOLE" | |||
| MinimalRebuild="true" | |||
| BasicRuntimeChecks="3" | |||
| RuntimeLibrary="3" | |||
| UsePrecompiledHeader="0" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| LinkIncremental="2" | |||
| GenerateDebugInformation="true" | |||
| 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" | |||
| CharacterSet="1" | |||
| WholeProgramOptimization="1" | |||
| > | |||
| <Tool | |||
| Name="VCPreBuildEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCustomBuildTool" | |||
| /> | |||
| <Tool | |||
| Name="VCXMLDataGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebServiceProxyGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCMIDLTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCLCompilerTool" | |||
| AdditionalIncludeDirectories=".;..\win32;..\caca" | |||
| PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |||
| RuntimeLibrary="2" | |||
| UsePrecompiledHeader="0" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| 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" | |||
| CharacterSet="1" | |||
| WholeProgramOptimization="1" | |||
| > | |||
| <Tool | |||
| Name="VCPreBuildEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCCustomBuildTool" | |||
| /> | |||
| <Tool | |||
| Name="VCXMLDataGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebServiceProxyGeneratorTool" | |||
| /> | |||
| <Tool | |||
| Name="VCMIDLTool" | |||
| TargetEnvironment="3" | |||
| /> | |||
| <Tool | |||
| Name="VCCLCompilerTool" | |||
| AdditionalIncludeDirectories=".;..\win32;..\caca" | |||
| PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |||
| RuntimeLibrary="2" | |||
| UsePrecompiledHeader="0" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| 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="cxxtest.cpp" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,195 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{F2530E59-7ADB-4D3C-8873-6D110788B8F7}</ProjectGuid> | |||
| <RootNamespace>testcxx</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>Unicode</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>Unicode</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>Unicode</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>Unicode</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>.;..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| </ClCompile> | |||
| <Link> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>.;..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| </ClCompile> | |||
| <Link> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <AdditionalIncludeDirectories>.;..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| </ClCompile> | |||
| <Link> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <AdditionalIncludeDirectories>.;..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| </ClCompile> | |||
| <Link> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="cxxtest.cpp" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="libcaca++.vcxproj"> | |||
| <Project>{5aafb727-094f-4104-a765-a94b32497c7d}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="blit.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}</ProjectGuid> | |||
| <RootNamespace>blit</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)blit.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)blit.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)blit.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)blit.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)blit.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)blit.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="blit.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="colors.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}</ProjectGuid> | |||
| <RootNamespace>colors</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)colors.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)colors.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)colors.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)colors.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)colors.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)colors.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="colors.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{687FE90A-6B2F-4136-BEBE-798A98B98FE8}</ProjectGuid> | |||
| <RootNamespace>conio-snake</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsCpp</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)conio-snake.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)conio-snake.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsCpp</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)conio-snake.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)conio-snake.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsCpp</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)conio-snake.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsCpp</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)conio-snake.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="conio-snake.cpp" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}</ProjectGuid> | |||
| <RootNamespace>conio</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)conio.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)conio.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)conio.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)conio.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)conio.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)conio.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="conio.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="demo.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}</ProjectGuid> | |||
| <RootNamespace>demo</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)demo.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)demo.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)demo.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)demo.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)demo.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)demo.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="demo.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="dithering.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}</ProjectGuid> | |||
| <RootNamespace>dithering</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)dithering.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)dithering.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)dithering.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)dithering.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)dithering.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)dithering.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="dithering.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="driver.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}</ProjectGuid> | |||
| <RootNamespace>driver</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)driver.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)driver.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)driver.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)driver.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)driver.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)driver.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="driver.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="event.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}</ProjectGuid> | |||
| <RootNamespace>event</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)event.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)event.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)event.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)event.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)event.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)event.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="event.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="font.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}</ProjectGuid> | |||
| <RootNamespace>font</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)font.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)font.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)font.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)font.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)font.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)font.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="font.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="frames.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}</ProjectGuid> | |||
| <RootNamespace>frames</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)frames.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)frames.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)frames.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)frames.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)frames.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)frames.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="frames.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="fullwidth.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{CC0E6EB2-9630-43E1-872F-721B8D7C0825}</ProjectGuid> | |||
| <RootNamespace>fullwidth</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)fullwidth.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)fullwidth.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)fullwidth.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)fullwidth.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)fullwidth.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)fullwidth.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="fullwidth.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="gamma.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}</ProjectGuid> | |||
| <RootNamespace>gamma</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)gamma.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)gamma.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)gamma.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)gamma.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)gamma.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)gamma.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="gamma.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="hsv.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{4559999D-DA0F-4D16-ADD7-FCCC455A1446}</ProjectGuid> | |||
| <RootNamespace>hsv</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)hsv.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)hsv.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)hsv.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)hsv.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)hsv.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)hsv.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="hsv.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="import.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}</ProjectGuid> | |||
| <RootNamespace>import</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)import.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)import.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)import.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)import.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)import.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)import.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="import.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="input.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}</ProjectGuid> | |||
| <RootNamespace>input</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)input.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)input.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)input.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)input.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)input.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)input.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="input.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,359 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="transform.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,220 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}</ProjectGuid> | |||
| <RootNamespace>transform</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)transform.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)transform.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)transform.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)transform.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)transform.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)transform.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="transform.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="truecolor.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{78BCD01C-9994-41A7-9618-29602C8644ED}</ProjectGuid> | |||
| <RootNamespace>truecolor</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)truecolor.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)truecolor.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)truecolor.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)truecolor.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)truecolor.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)truecolor.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="truecolor.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?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)\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)/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)\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)/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)\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)/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)\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)/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> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="unicode.c" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}</ProjectGuid> | |||
| <RootNamespace>unicode</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)unicode.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)unicode.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)unicode.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)unicode.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)unicode.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)unicode.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="unicode.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,140 +1,71 @@ | |||
| Microsoft Visual Studio Solution File, Format Version 10.00 | |||
| # Visual Studio 2008 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacafire", "src\cacafire.vcproj", "{F25D1237-9ED8-4343-B958-308C95FE392F}" | |||
| ProjectSection(ProjectDependencies) = postProject | |||
| {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
| EndProjectSection | |||
| Microsoft Visual Studio Solution File, Format Version 11.00 | |||
| # Visual Studio 2010 | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AA6407AD-FBEC-4E73-9B1F-D9F582C68B33}" | |||
| EndProject | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcaca", "caca\libcaca.vcproj", "{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "csharp", "csharp", "{277A4F8F-0CDB-4962-8247-8AA839DFDAA4}" | |||
| EndProject | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacademo", "src\cacademo.vcproj", "{EE082122-5ECD-4DB4-93C7-145392074F8B}" | |||
| ProjectSection(ProjectDependencies) = postProject | |||
| {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
| EndProjectSection | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cxx", "cxx", "{5B207DC7-7AC3-4C51-889F-36C504812ECE}" | |||
| EndProject | |||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "caca-sharp", "caca-sharp\caca-sharp.csproj", "{046BD004-7B02-4521-BF01-9D9042F19AD5}" | |||
| ProjectSection(ProjectDependencies) = postProject | |||
| {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
| EndProjectSection | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{44C085D0-3AA8-41E0-A3B3-416C5BDE44E4}" | |||
| EndProject | |||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test-csharp", "caca-sharp\test-csharp.csproj", "{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}" | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{11FAFB04-761F-4B93-B456-51AE124F1405}" | |||
| EndProject | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcaca++", "cxx\libcaca++.vcproj", "{5AAFB727-094F-4104-A765-A94B32497C7D}" | |||
| ProjectSection(ProjectDependencies) = postProject | |||
| {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
| EndProjectSection | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacafire", "src\cacafire.vcxproj", "{F25D1237-9ED8-4343-B958-308C95FE392F}" | |||
| EndProject | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-cxx", "cxx\test-cxx.vcproj", "{F2530E59-7ADB-4D3C-8873-6D110788B8F7}" | |||
| ProjectSection(ProjectDependencies) = postProject | |||
| {5AAFB727-094F-4104-A765-A94B32497C7D} = {5AAFB727-094F-4104-A765-A94B32497C7D} | |||
| EndProjectSection | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcaca", "caca\libcaca.vcxproj", "{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" | |||
| EndProject | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacaview", "src\cacaview.vcproj", "{62E567BD-73B7-4C1E-9919-6423C8A8F72E}" | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacademo", "src\cacademo.vcxproj", "{EE082122-5ECD-4DB4-93C7-145392074F8B}" | |||
| EndProject | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AA6407AD-FBEC-4E73-9B1F-D9F582C68B33}" | |||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "caca-sharp", "caca-sharp\caca-sharp.csproj", "{046BD004-7B02-4521-BF01-9D9042F19AD5}" | |||
| ProjectSection(ProjectDependencies) = postProject | |||
| {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
| EndProjectSection | |||
| EndProject | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "caca-sharp", "caca-sharp", "{277A4F8F-0CDB-4962-8247-8AA839DFDAA4}" | |||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test-csharp", "caca-sharp\test-csharp.csproj", "{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}" | |||
| EndProject | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cxx", "cxx", "{5B207DC7-7AC3-4C51-889F-36C504812ECE}" | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcaca++", "cxx\libcaca++.vcxproj", "{5AAFB727-094F-4104-A765-A94B32497C7D}" | |||
| EndProject | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{44C085D0-3AA8-41E0-A3B3-416C5BDE44E4}" | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-cxx", "cxx\test-cxx.vcxproj", "{F2530E59-7ADB-4D3C-8873-6D110788B8F7}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacaview", "src\cacaview.vcxproj", "{62E567BD-73B7-4C1E-9919-6423C8A8F72E}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "blit", "examples\blit.vcxproj", "{D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "colors", "examples\colors.vcxproj", "{E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo", "examples\demo.vcxproj", "{47789F1D-3B1A-4F77-BDF3-4078887ED9FB}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dithering", "examples\dithering.vcxproj", "{EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "driver", "examples\driver.vcxproj", "{225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "event", "examples\event.vcxproj", "{EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "font", "examples\font.vcxproj", "{9002BB07-D372-40AE-BB60-7D7BDD2C2C84}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "frames", "examples\frames.vcxproj", "{6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullwidth", "examples\fullwidth.vcxproj", "{CC0E6EB2-9630-43E1-872F-721B8D7C0825}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gamma", "examples\gamma.vcxproj", "{F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hsv", "examples\hsv.vcxproj", "{4559999D-DA0F-4D16-ADD7-FCCC455A1446}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "import", "examples\import.vcxproj", "{7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "input", "examples\input.vcxproj", "{FCDECEF5-B23F-4CA7-A79F-07E8241812A6}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "transform", "examples\transform.vcxproj", "{8338282A-BB63-40D5-B0C0-EA9A94D2EC17}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "truecolor", "examples\truecolor.vcxproj", "{78BCD01C-9994-41A7-9618-29602C8644ED}" | |||
| EndProject | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{11FAFB04-761F-4B93-B456-51AE124F1405}" | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unicode", "examples\unicode.vcxproj", "{C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "conio", "examples\conio.vcxproj", "{B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}" | |||
| 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 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "conio-snake", "examples\conio-snake.vcxproj", "{687FE90A-6B2F-4136-BEBE-798A98B98FE8}" | |||
| EndProject | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench", "test\bench.vcproj", "{3F5133B7-D65C-4BD4-B8CA-247C08A14081}" | |||
| ProjectSection(ProjectDependencies) = postProject | |||
| {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
| EndProjectSection | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench", "test\bench.vcxproj", "{3F5133B7-D65C-4BD4-B8CA-247C08A14081}" | |||
| EndProject | |||
| Global | |||
| GlobalSection(SolutionConfigurationPlatforms) = preSolution | |||
| @@ -148,394 +79,342 @@ Global | |||
| Release|x64 = Release|x64 | |||
| EndGlobalSection | |||
| GlobalSection(ProjectConfigurationPlatforms) = postSolution | |||
| {F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
| {F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|Any CPU.ActiveCfg = Release|Win32 | |||
| {F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
| {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|x64.ActiveCfg = Release|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 | |||
| {8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
| {8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {EE082122-5ECD-4DB4-93C7-145392074F8B}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
| {EE082122-5ECD-4DB4-93C7-145392074F8B}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {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|Any CPU.ActiveCfg = Release|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|Win64.ActiveCfg = Debug|Any CPU | |||
| {046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|Win64.Build.0 = Debug|Any CPU | |||
| {046BD004-7B02-4521-BF01-9D9042F19AD5}.Debug|x64.ActiveCfg = Release|x64 | |||
| {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|Win64.ActiveCfg = Release|Any CPU | |||
| {046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|Win64.Build.0 = Release|Any CPU | |||
| {046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|x64.ActiveCfg = Release|x64 | |||
| {046BD004-7B02-4521-BF01-9D9042F19AD5}.Release|x64.Build.0 = Release|x64 | |||
| {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|Any CPU.ActiveCfg = Release|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|Win64.ActiveCfg = Debug|Any CPU | |||
| {6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|Win64.Build.0 = Debug|Any CPU | |||
| {6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Debug|x64.ActiveCfg = Release|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|Win64.ActiveCfg = Release|Any CPU | |||
| {6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|Win64.Build.0 = Release|Any CPU | |||
| {6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|x64.ActiveCfg = Release|x64 | |||
| {6EB34142-45E0-4BF3-8F75-81F4F604EAAA}.Release|x64.Build.0 = Release|x64 | |||
| {5AAFB727-094F-4104-A765-A94B32497C7D}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
| {5AAFB727-094F-4104-A765-A94B32497C7D}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
| {F2530E59-7ADB-4D3C-8873-6D110788B8F7}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug|Any CPU.ActiveCfg = Debug|Win32 | |||
| {62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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|x64.ActiveCfg = Release|x64 | |||
| {62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release|x64.Build.0 = Release|x64 | |||
| {D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {D5379407-2DCA-4D67-94A9-86EEEF1E5C2D}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {E93DAC8E-1A80-4449-BF9B-36C6CDBB68CE}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {47789F1D-3B1A-4F77-BDF3-4078887ED9FB}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {EEBA3DE9-449E-4101-B5EC-5341EE8AA86A}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {225231EB-FFFE-40D3-805E-A6B4B6B5AE5C}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {EBCAAE35-5A61-4B43-B754-4F7200FC2A8F}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {9002BB07-D372-40AE-BB60-7D7BDD2C2C84}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {6B23C7A5-6B2F-4136-BEBE-B432F8AFF345}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {CC0E6EB2-9630-43E1-872F-721B8D7C0825}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {F49B6231-2C1C-4C76-BCAE-58ABBF66EBB8}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {4559999D-DA0F-4D16-ADD7-FCCC455A1446}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {7BB929A8-2F88-42E1-BB34-2A94CE56F4AE}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {FCDECEF5-B23F-4CA7-A79F-07E8241812A6}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {8338282A-BB63-40D5-B0C0-EA9A94D2EC17}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {78BCD01C-9994-41A7-9618-29602C8644ED}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {78BCD01C-9994-41A7-9618-29602C8644ED}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {C27F686B-6D72-4C5F-A5AA-C4A1924F14EC}.Debug|Any CPU.ActiveCfg = Release|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|x64.ActiveCfg = Release|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 | |||
| {B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Debug|Any CPU.ActiveCfg = Release|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}.Debug|Win64.ActiveCfg = Debug|x64 | |||
| {B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Debug|Win64.Build.0 = Debug|x64 | |||
| {B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Debug|x64.ActiveCfg = Release|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|Win64.ActiveCfg = Release|x64 | |||
| {B6327C5A-6B2F-4136-BEEB-38ABF32F44F5}.Release|Win64.Build.0 = Release|x64 | |||
| {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|Any CPU.ActiveCfg = Release|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}.Debug|Win64.ActiveCfg = Debug|x64 | |||
| {687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Debug|Win64.Build.0 = Debug|x64 | |||
| {687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Debug|x64.ActiveCfg = Release|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|Win64.ActiveCfg = Release|x64 | |||
| {687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Release|Win64.Build.0 = Release|x64 | |||
| {687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Release|x64.ActiveCfg = Release|x64 | |||
| {687FE90A-6B2F-4136-BEBE-798A98B98FE8}.Release|x64.Build.0 = Release|x64 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Debug|Any CPU.ActiveCfg = Debug|x64 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Debug|Any CPU.ActiveCfg = Release|x64 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Debug|Win32.Build.0 = Debug|Win32 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Debug|Win64.ActiveCfg = Debug|Win32 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Debug|x64.ActiveCfg = Debug|x64 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Debug|x64.Build.0 = Debug|x64 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Debug|Win64.ActiveCfg = Debug|x64 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Debug|Win64.Build.0 = Debug|x64 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Debug|x64.ActiveCfg = Release|x64 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Release|Any CPU.ActiveCfg = Release|x64 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Release|Win32.ActiveCfg = Release|Win32 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Release|Win32.Build.0 = Release|Win32 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Release|Win64.ActiveCfg = Release|Win32 | |||
| {3F5133B7-D65C-4BD4-B8CA-247C08A14081}.Release|Win64.ActiveCfg = Release|x64 | |||
| {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 | |||
| EndGlobalSection | |||
| GlobalSection(SolutionProperties) = preSolution | |||
| HideSolutionNode = FALSE | |||
| EndGlobalSection | |||
| GlobalSection(NestedProjects) = preSolution | |||
| {F25D1237-9ED8-4343-B958-308C95FE392F} = {AA6407AD-FBEC-4E73-9B1F-D9F582C68B33} | |||
| {EE082122-5ECD-4DB4-93C7-145392074F8B} = {AA6407AD-FBEC-4E73-9B1F-D9F582C68B33} | |||
| {62E567BD-73B7-4C1E-9919-6423C8A8F72E} = {AA6407AD-FBEC-4E73-9B1F-D9F582C68B33} | |||
| {F25D1237-9ED8-4343-B958-308C95FE392F} = {AA6407AD-FBEC-4E73-9B1F-D9F582C68B33} | |||
| {6EB34142-45E0-4BF3-8F75-81F4F604EAAA} = {277A4F8F-0CDB-4962-8247-8AA839DFDAA4} | |||
| {046BD004-7B02-4521-BF01-9D9042F19AD5} = {277A4F8F-0CDB-4962-8247-8AA839DFDAA4} | |||
| {F2530E59-7ADB-4D3C-8873-6D110788B8F7} = {5B207DC7-7AC3-4C51-889F-36C504812ECE} | |||
| {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} | |||
| @@ -1,363 +0,0 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="9.00" | |||
| Name="cacademo" | |||
| ProjectGUID="{EE082122-5ECD-4DB4-93C7-145392074F8B}" | |||
| RootNamespace="cacademo" | |||
| 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)/cacademo.exe" | |||
| LinkIncremental="2" | |||
| AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/cacademo.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)/cacademo.exe" | |||
| LinkIncremental="2" | |||
| AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/cacademo.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)/cacademo.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)/cacademo.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="cacademo.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{EE082122-5ECD-4DB4-93C7-145392074F8B}</ProjectGuid> | |||
| <RootNamespace>cacademo</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacademo.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)cacademo.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacademo.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)cacademo.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacademo.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacademo.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="cacademo.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,363 +0,0 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="9.00" | |||
| Name="cacafire" | |||
| ProjectGUID="{F25D1237-9ED8-4343-B958-308C95FE392F}" | |||
| RootNamespace="cacafire" | |||
| 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)/cacafire.exe" | |||
| LinkIncremental="2" | |||
| AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/cacafire.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)/cacafire.exe" | |||
| LinkIncremental="2" | |||
| AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/cacafire.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)/cacafire.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)/cacafire.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="aafire.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,223 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{F25D1237-9ED8-4343-B958-308C95FE392F}</ProjectGuid> | |||
| <RootNamespace>cacafire</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacafire.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)cacafire.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacafire.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)cacafire.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacafire.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacafire.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="aafire.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,366 +0,0 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="9.00" | |||
| Name="cacaview" | |||
| ProjectGUID="{62E567BD-73B7-4C1E-9919-6423C8A8F72E}" | |||
| 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="WIN32;_DEBUG;_CONSOLE" | |||
| MinimalRebuild="true" | |||
| BasicRuntimeChecks="3" | |||
| RuntimeLibrary="1" | |||
| UsePrecompiledHeader="0" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="4" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| OutputFile="$(OutDir)/cacaview.exe" | |||
| LinkIncremental="2" | |||
| AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/cacaview.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="WIN32;_DEBUG;_CONSOLE" | |||
| MinimalRebuild="true" | |||
| BasicRuntimeChecks="3" | |||
| RuntimeLibrary="1" | |||
| UsePrecompiledHeader="0" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| OutputFile="$(OutDir)/cacaview.exe" | |||
| LinkIncremental="2" | |||
| AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/cacaview.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="WIN32;NDEBUG;_CONSOLE" | |||
| StringPooling="true" | |||
| RuntimeLibrary="0" | |||
| EnableFunctionLevelLinking="true" | |||
| UsePrecompiledHeader="0" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| OutputFile="$(OutDir)/cacaview.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="WIN32;NDEBUG;_CONSOLE" | |||
| StringPooling="true" | |||
| RuntimeLibrary="0" | |||
| EnableFunctionLevelLinking="true" | |||
| UsePrecompiledHeader="0" | |||
| WarningLevel="3" | |||
| DebugInformationFormat="3" | |||
| /> | |||
| <Tool | |||
| Name="VCManagedResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCResourceCompilerTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPreLinkEventTool" | |||
| /> | |||
| <Tool | |||
| Name="VCLinkerTool" | |||
| OutputFile="$(OutDir)/cacaview.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> | |||
| <ProjectReference | |||
| ReferencedProjectIdentifier="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" | |||
| RelativePathToProject=".\caca\libcaca.vcproj" | |||
| /> | |||
| </References> | |||
| <Files> | |||
| <File | |||
| RelativePath="cacaview.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\common-image.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\common-image.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,217 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{62E567BD-73B7-4C1E-9919-6423C8A8F72E}</ProjectGuid> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacaview.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)cacaview.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacaview.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)cacaview.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacaview.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)cacaview.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> | |||
| <ReferenceOutputAssembly>true</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="cacaview.c" /> | |||
| <ClCompile Include="common-image.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="common-image.h" /> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||
| @@ -1,364 +0,0 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="9.00" | |||
| Name="bench" | |||
| ProjectGUID="{3F5133B7-D65C-4BD4-B8CA-247C08A14081}" | |||
| RootNamespace="bench" | |||
| 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)/bench.exe" | |||
| LinkIncremental="2" | |||
| AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/bench.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)/bench.exe" | |||
| LinkIncremental="2" | |||
| AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/bench.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" | |||
| WholeProgramOptimization="1" | |||
| > | |||
| <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)/bench.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)/bench.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="bench.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| </Files> | |||
| <Globals> | |||
| </Globals> | |||
| </VisualStudioProject> | |||
| @@ -0,0 +1,224 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <ItemGroup Label="ProjectConfigurations"> | |||
| <ProjectConfiguration Include="Debug|Win32"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Debug|x64"> | |||
| <Configuration>Debug</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|Win32"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>Win32</Platform> | |||
| </ProjectConfiguration> | |||
| <ProjectConfiguration Include="Release|x64"> | |||
| <Configuration>Release</Configuration> | |||
| <Platform>x64</Platform> | |||
| </ProjectConfiguration> | |||
| </ItemGroup> | |||
| <PropertyGroup Label="Globals"> | |||
| <ProjectGuid>{3F5133B7-D65C-4BD4-B8CA-247C08A14081}</ProjectGuid> | |||
| <RootNamespace>bench</RootNamespace> | |||
| <Keyword>Win32Proj</Keyword> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| <WholeProgramOptimization>true</WholeProgramOptimization> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
| <ConfigurationType>Application</ConfigurationType> | |||
| <CharacterSet>MultiByte</CharacterSet> | |||
| </PropertyGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
| <ImportGroup Label="ExtensionSettings"> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |||
| </ImportGroup> | |||
| <PropertyGroup Label="UserMacros" /> | |||
| <PropertyGroup> | |||
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |||
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\</OutDir> | |||
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\win32\$(Configuration)\$(Platform)\obj-$(ProjectName)\</IntDir> | |||
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |||
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |||
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |||
| </PropertyGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)bench.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)bench.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>Disabled</Optimization> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <MinimalRebuild>true</MinimalRebuild> | |||
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |||
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)bench.exe</OutputFile> | |||
| <AdditionalLibraryDirectories>C:\Program Files\Microsoft Platform SDK\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <ProgramDatabaseFile>$(OutDir)bench.pdb</ProgramDatabaseFile> | |||
| <SubSystem>Console</SubSystem> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)bench.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX86</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
| <Midl> | |||
| <TargetEnvironment>X64</TargetEnvironment> | |||
| </Midl> | |||
| <ClCompile> | |||
| <Optimization>MaxSpeed</Optimization> | |||
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
| <OmitFramePointers>true</OmitFramePointers> | |||
| <AdditionalIncludeDirectories>..\win32;..\caca;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
| <PreprocessorDefinitions>LIBCACA=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
| <StringPooling>true</StringPooling> | |||
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
| <FunctionLevelLinking>true</FunctionLevelLinking> | |||
| <PrecompiledHeader> | |||
| </PrecompiledHeader> | |||
| <WarningLevel>Level3</WarningLevel> | |||
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
| <CompileAs>CompileAsC</CompileAs> | |||
| <DisableSpecificWarnings>4996;4142;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |||
| </ClCompile> | |||
| <Link> | |||
| <OutputFile>$(OutDir)bench.exe</OutputFile> | |||
| <GenerateDebugInformation>true</GenerateDebugInformation> | |||
| <SubSystem>Console</SubSystem> | |||
| <OptimizeReferences>true</OptimizeReferences> | |||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
| <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
| <DataExecutionPrevention> | |||
| </DataExecutionPrevention> | |||
| <TargetMachine>MachineX64</TargetMachine> | |||
| </Link> | |||
| </ItemDefinitionGroup> | |||
| <ItemGroup> | |||
| <ClCompile Include="bench.c" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ClInclude Include="..\win32\config.h" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <ProjectReference Include="..\caca\libcaca.vcxproj"> | |||
| <Project>{8951ecb0-7cfe-41ab-a426-98d7c441bea4}</Project> | |||
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
| </ProjectReference> | |||
| </ItemGroup> | |||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
| <ImportGroup Label="ExtensionTargets"> | |||
| </ImportGroup> | |||
| </Project> | |||