diff options
author | scuri <scuri> | 2009-06-23 03:18:33 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-06-23 03:18:33 +0000 |
commit | 0610dd4f3064220a2e8fb1d8dc120044eb6c64a8 (patch) | |
tree | a5d0d3b6c79e967cd4e80c7668b906e8b422f902 /test/cdtest/cdtest.vcproj | |
parent | 09be96e0606d05b056f82b5f9254208a2d0e4c88 (diff) |
*** empty log message ***
Diffstat (limited to 'test/cdtest/cdtest.vcproj')
-rw-r--r-- | test/cdtest/cdtest.vcproj | 161 |
1 files changed, 0 insertions, 161 deletions
diff --git a/test/cdtest/cdtest.vcproj b/test/cdtest/cdtest.vcproj deleted file mode 100644 index 2323676..0000000 --- a/test/cdtest/cdtest.vcproj +++ /dev/null @@ -1,161 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="cdtest" - ProjectGUID="{A7E49FB8-700A-45EC-9174-FB1C2C7E83C9}" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="..\bin" - IntermediateDirectory="..\obj\cdtest" - 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" - TypeLibraryName="..\bin/cdtest.tlb" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\include,..\..\..\iup\include" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;CDTEST_WIN32;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="1" - PrecompiledHeaderFile="..\obj/cdtest.pch" - AssemblerListingLocation="" - ObjectFile="$(IntDir)/" - ProgramDataBaseFileName="..\obj/cdtest" - WarningLevel="3" - SuppressStartupBanner="true" - DebugInformationFormat="1" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1046" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalOptions="/MACHINE:I386" - AdditionalDependencies="comctl32.lib cd.lib cdiup.lib cdgdiplus.lib iup.lib gdiplus.lib cdpdflib.lib" - OutputFile="..\bin/cdtest.exe" - LinkIncremental="2" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\lib,..\..\..\iup\lib" - GenerateDebugInformation="true" - ProgramDatabaseFile="..\bin/cdtest.pdb" - SubSystem="2" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <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="Cdtest.c" - > - </File> - <File - RelativePath=".\cdtest.led" - > - </File> - <File - RelativePath="cdtest.rc" - > - </File> - <File - RelativePath="cdtest_led.c" - > - </File> - <File - RelativePath="Colorbar.c" - > - </File> - <File - RelativePath="Drivers.c" - > - </File> - <File - RelativePath="List.c" - > - </File> - <File - RelativePath="Rubber.c" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl" - > - <File - RelativePath="Cdtest.h" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |