diff options
Diffstat (limited to 'mak.vc9')
-rw-r--r-- | mak.vc9/cd.sln | 20 | ||||
-rw-r--r-- | mak.vc9/cdcore.vcproj | 598 | ||||
-rw-r--r-- | mak.vc9/cdsimple.vcproj | 2 | ||||
-rw-r--r-- | mak.vc9/cdtestgdk.vcproj | 160 | ||||
-rw-r--r-- | mak.vc9/cdtestplus.vcproj | 160 |
5 files changed, 938 insertions, 2 deletions
diff --git a/mak.vc9/cd.sln b/mak.vc9/cd.sln index d3a7047..165a240 100644 --- a/mak.vc9/cd.sln +++ b/mak.vc9/cd.sln @@ -2,6 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdwin", "cd.vcproj", "{01818D2C-65AF-4D5C-9452-4DFF401C6461}" ProjectSection(ProjectDependencies) = postProject + {01818D2C-1234-4D5C-ABCD-4DFF401C6461} = {01818D2C-1234-4D5C-ABCD-4DFF401C6461} {01818D2C-65AF-AFDC-4356-1234401C6461} = {01818D2C-65AF-AFDC-4356-1234401C6461} EndProjectSection EndProject @@ -71,7 +72,6 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdtest", "cdtest.vcproj", "{A7E49FB8-700A-45EC-9174-FB1C2C7E83C9}" ProjectSection(ProjectDependencies) = postProject {01818D2C-65AF-4D5C-9452-4DFF401C6461} = {01818D2C-65AF-4D5C-9452-4DFF401C6461} - {51A96255-7EAB-4F36-A6E5-1BAF6245FA18} = {51A96255-7EAB-4F36-A6E5-1BAF6245FA18} {8441F69D-7135-43B2-974F-45C6123C8467} = {8441F69D-7135-43B2-974F-45C6123C8467} EndProjectSection EndProject @@ -95,6 +95,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdsimplegdk", "cdsimplegdk. EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdcore", "cdcore.vcproj", "{01818D2C-1234-4D5C-ABCD-4DFF401C6461}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdtestgdk", "cdtestgdk.vcproj", "{A7E49FB8-0000-45EC-1234-ABCDC7E83C00}" + ProjectSection(ProjectDependencies) = postProject + {01818D2C-AAAA-4D5C-ABCD-1234401C6461} = {01818D2C-AAAA-4D5C-ABCD-1234401C6461} + {8441F69D-7135-43B2-974F-45C6123C8467} = {8441F69D-7135-43B2-974F-45C6123C8467} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdtestplus", "cdtestplus.vcproj", "{A7E49FB8-5467-45EC-2211-FFAB7E83C100}" + ProjectSection(ProjectDependencies) = postProject + {51A96255-7EAB-4F36-A6E5-1BAF6245FA18} = {51A96255-7EAB-4F36-A6E5-1BAF6245FA18} + {8441F69D-7135-43B2-974F-45C6123C8467} = {8441F69D-7135-43B2-974F-45C6123C8467} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -134,6 +146,10 @@ Global {82BC36B1-DDDD-41D4-ABCD-A12312378CE6}.Debug|Win32.Build.0 = Debug|Win32 {01818D2C-1234-4D5C-ABCD-4DFF401C6461}.Debug|Win32.ActiveCfg = Debug|Win32 {01818D2C-1234-4D5C-ABCD-4DFF401C6461}.Debug|Win32.Build.0 = Debug|Win32 + {A7E49FB8-0000-45EC-1234-ABCDC7E83C00}.Debug|Win32.ActiveCfg = Debug|Win32 + {A7E49FB8-0000-45EC-1234-ABCDC7E83C00}.Debug|Win32.Build.0 = Debug|Win32 + {A7E49FB8-5467-45EC-2211-FFAB7E83C100}.Debug|Win32.ActiveCfg = Debug|Win32 + {A7E49FB8-5467-45EC-2211-FFAB7E83C100}.Debug|Win32.Build.0 = Debug|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -148,6 +164,8 @@ Global {A7E49FB8-700A-45EC-9174-FB1C2C7E83C9} = {162715BD-4DB3-4007-8B50-725C0BD11878} {82BC36B1-9F7A-41D4-A24F-DBE012378CE6} = {162715BD-4DB3-4007-8B50-725C0BD11878} {82BC36B1-DDDD-41D4-ABCD-A12312378CE6} = {162715BD-4DB3-4007-8B50-725C0BD11878} + {A7E49FB8-0000-45EC-1234-ABCDC7E83C00} = {162715BD-4DB3-4007-8B50-725C0BD11878} + {A7E49FB8-5467-45EC-2211-FFAB7E83C100} = {162715BD-4DB3-4007-8B50-725C0BD11878} EndGlobalSection GlobalSection(DevPartner Solution Properties) = postSolution EndGlobalSection diff --git a/mak.vc9/cdcore.vcproj b/mak.vc9/cdcore.vcproj new file mode 100644 index 0000000..ad3ac36 --- /dev/null +++ b/mak.vc9/cdcore.vcproj @@ -0,0 +1,598 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="cdcore" + ProjectGUID="{01818D2C-1234-4D5C-ABCD-4DFF401C6461}" + TargetFrameworkVersion="0" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\lib" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\include,..\src,..\src\drv,..\src\freetype2,..\src\intcgm,..\src\iup,..\src\sim" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;CD_NO_OLD_INTERFACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + AssemblerListingLocation="" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" + WarningLevel="4" + SuppressStartupBanner="true" + DebugInformationFormat="1" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + Culture="1046" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/$(ProjectName).lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="INTCGM" + > + <File + RelativePath="..\src\intcgm\bparse.c" + > + </File> + <File + RelativePath="..\src\intcgm\circle.c" + > + </File> + <File + RelativePath="..\src\intcgm\ellipse.c" + > + </File> + <File + RelativePath="..\src\intcgm\intcgm1.c" + > + </File> + <File + RelativePath="..\src\intcgm\intcgm2.c" + > + </File> + <File + RelativePath="..\src\intcgm\intcgm4.c" + > + </File> + <File + RelativePath="..\src\intcgm\intcgm6.c" + > + </File> + <File + RelativePath="..\src\intcgm\list.c" + > + </File> + <File + RelativePath="..\src\intcgm\sism.c" + > + </File> + <File + RelativePath="..\src\intcgm\tparse.c" + > + </File> + <Filter + Name="INC" + > + <File + RelativePath="..\src\intcgm\bparse.h" + > + </File> + <File + RelativePath="..\src\intcgm\circle.h" + > + </File> + <File + RelativePath="..\src\intcgm\ellipse.h" + > + </File> + <File + RelativePath="..\src\intcgm\intcgm.h" + > + </File> + <File + RelativePath="..\src\intcgm\intcgm2.h" + > + </File> + <File + RelativePath="..\src\intcgm\intcgm4.h" + > + </File> + <File + RelativePath="..\src\intcgm\intcgm6.h" + > + </File> + <File + RelativePath="..\src\intcgm\list.h" + > + </File> + <File + RelativePath="..\src\intcgm\sism.h" + > + </File> + <File + RelativePath="..\src\intcgm\tparse.h" + > + </File> + <File + RelativePath="..\src\intcgm\types.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="SIM" + > + <File + RelativePath="..\src\sim\cd_truetype.c" + > + </File> + <File + RelativePath="..\src\sim\cdfontex.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\sim\sim.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\sim\sim.h" + > + </File> + <File + RelativePath="..\src\sim\sim_linepolyfill.c" + > + </File> + <File + RelativePath="..\src\sim\sim_other.c" + > + </File> + <File + RelativePath="..\src\sim\sim_primitives.c" + > + </File> + <File + RelativePath="..\src\sim\sim_text.c" + > + </File> + <File + RelativePath="..\src\sim\truetype.h" + > + </File> + </Filter> + <Filter + Name="DRV" + > + <File + RelativePath="..\src\drv\cdcgm.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\drv\cddebug.c" + > + </File> + <File + RelativePath="..\src\drv\cddgn.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\drv\cddxf.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\drv\cdirgb.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\drv\cdmf.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\drv\cdpicture.c" + > + </File> + <File + RelativePath="..\src\drv\cdps.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\svg\cdsvg.c" + > + </File> + <File + RelativePath="..\src\drv\cgm.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\drv\cgm.h" + > + </File> + <Filter + Name="SVG" + > + <File + RelativePath="..\src\svg\base64.c" + > + </File> + <File + RelativePath="..\src\svg\base64.h" + > + </File> + <File + RelativePath="..\src\svg\lodepng.c" + > + </File> + <File + RelativePath="..\src\svg\lodepng.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="include" + > + <File + RelativePath="..\include\cd.h" + > + </File> + <File + RelativePath="..\include\cd_old.h" + > + </File> + <File + RelativePath="..\include\cd_private.h" + > + </File> + <File + RelativePath="..\include\cdcgm.h" + > + </File> + <File + RelativePath="..\include\cdclipbd.h" + > + </File> + <File + RelativePath="..\include\cddbuf.h" + > + </File> + <File + RelativePath="..\include\cddebug.h" + > + </File> + <File + RelativePath="..\include\cddgn.h" + > + </File> + <File + RelativePath="..\include\cddxf.h" + > + </File> + <File + RelativePath="..\include\cdemf.h" + > + </File> + <File + RelativePath="..\include\cdimage.h" + > + </File> + <File + RelativePath="..\include\cdirgb.h" + > + </File> + <File + RelativePath="..\include\cdmf.h" + > + </File> + <File + RelativePath="..\include\cdmf_private.h" + > + </File> + <File + RelativePath="..\include\cdnative.h" + > + </File> + <File + RelativePath="..\include\cdprint.h" + > + </File> + <File + RelativePath="..\include\cdps.h" + > + </File> + <File + RelativePath="..\include\cdwmf.h" + > + </File> + <File + RelativePath="..\include\wd.h" + > + </File> + <File + RelativePath="..\include\wd_old.h" + > + </File> + </Filter> + <File + RelativePath="..\src\cd.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\cd.def" + > + </File> + <File + RelativePath="..\src\cd_active.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\cd_attributes.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\cd_bitmap.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\cd_image.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\cd_primitives.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\cd_text.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\cd_util.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\cd_vectortext.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\rgb2map.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\wd.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\src\wdhdcpy.c" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + WarningLevel="4" + /> + </FileConfiguration> + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/mak.vc9/cdsimple.vcproj b/mak.vc9/cdsimple.vcproj index 64edbe8..0afcf41 100644 --- a/mak.vc9/cdsimple.vcproj +++ b/mak.vc9/cdsimple.vcproj @@ -44,7 +44,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\include,..\..\iup\include" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;__CD__;simple;_CRT_SECURE_NO_DEPRECATE" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;__CD__;simple;_CRT_SECURE_NO_DEPRECATE;USE_CONTEXTPLUS" BasicRuntimeChecks="3" RuntimeLibrary="1" PrecompiledHeaderFile=".\..\obj\cdsimple/cdsimple.pch" diff --git a/mak.vc9/cdtestgdk.vcproj b/mak.vc9/cdtestgdk.vcproj new file mode 100644 index 0000000..e9bd027 --- /dev/null +++ b/mak.vc9/cdtestgdk.vcproj @@ -0,0 +1,160 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="cdtestgdk" + ProjectGUID="{A7E49FB8-0000-45EC-1234-ABCDC7E83C00}" + TargetFrameworkVersion="0" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\bin" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\include,..\..\iup\include" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;CDTEST_WIN32;_CRT_SECURE_NO_DEPRECATE" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + AssemblerListingLocation="" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" + WarningLevel="4" + SuppressStartupBanner="true" + DebugInformationFormat="1" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1046" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="freetype6.lib comctl32.lib cd.lib iupcd.lib cdcontextplus.lib iup.lib gdiplus.lib cdpdf.lib pdflib.lib" + OutputFile="$(OutDir)\$(ProjectName).exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="..\lib,..\..\iup\lib" + GenerateManifest="false" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" + SubSystem="1" + /> + <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="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath="..\test\cdtest\cdtest.c" + > + </File> + <File + RelativePath="..\test\cdtest\cdtest.led" + > + </File> + <File + RelativePath="..\test\cdtest\cdtest.rc" + > + </File> + <File + RelativePath="..\test\cdtest\cdtest_led.c" + > + </File> + <File + RelativePath="..\test\cdtest\colorbar.c" + > + </File> + <File + RelativePath="..\test\cdtest\drivers.c" + > + </File> + <File + RelativePath="..\test\cdtest\list.c" + > + </File> + <File + RelativePath="..\test\cdtest\rubber.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + <File + RelativePath="..\test\cdtest\cdtest.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/mak.vc9/cdtestplus.vcproj b/mak.vc9/cdtestplus.vcproj new file mode 100644 index 0000000..dc3a9ad --- /dev/null +++ b/mak.vc9/cdtestplus.vcproj @@ -0,0 +1,160 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="cdtestplus" + ProjectGUID="{A7E49FB8-5467-45EC-2211-FFAB7E83C100}" + TargetFrameworkVersion="0" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\bin" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\include,..\..\iup\include" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;CDTEST_WIN32;_CRT_SECURE_NO_DEPRECATE;USE_CONTEXTPLUS" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + AssemblerListingLocation="" + ObjectFile="$(IntDir)\" + ProgramDataBaseFileName="$(IntDir)\vc90.pdb" + WarningLevel="4" + SuppressStartupBanner="true" + DebugInformationFormat="1" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1046" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="freetype6.lib comctl32.lib cd.lib iupcd.lib cdcontextplus.lib iup.lib gdiplus.lib cdpdf.lib pdflib.lib" + OutputFile="$(OutDir)\$(ProjectName).exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="..\lib,..\..\iup\lib" + GenerateManifest="false" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" + SubSystem="1" + /> + <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="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath="..\test\cdtest\cdtest.c" + > + </File> + <File + RelativePath="..\test\cdtest\cdtest.led" + > + </File> + <File + RelativePath="..\test\cdtest\cdtest.rc" + > + </File> + <File + RelativePath="..\test\cdtest\cdtest_led.c" + > + </File> + <File + RelativePath="..\test\cdtest\colorbar.c" + > + </File> + <File + RelativePath="..\test\cdtest\drivers.c" + > + </File> + <File + RelativePath="..\test\cdtest\list.c" + > + </File> + <File + RelativePath="..\test\cdtest\rubber.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + <File + RelativePath="..\test\cdtest\cdtest.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |