diff options
Diffstat (limited to 'mak.vc9/glut_capture.vcproj')
-rw-r--r-- | mak.vc9/glut_capture.vcproj | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/mak.vc9/glut_capture.vcproj b/mak.vc9/glut_capture.vcproj deleted file mode 100644 index 82ff606..0000000 --- a/mak.vc9/glut_capture.vcproj +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9.0" - Name="glut_capture" - ProjectGUID="{A2B0F595-B494-49DD-A978-0E70CF27F2AD}" - SccProjectName=""$/glut_capture", VAAAAAAA" - SccLocalPath="." - Keyword="MFCProj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="..\bin" - IntermediateDirectory="..\obj\$(ProjectName)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\include;D:\LNG\glut\include" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" - BasicRuntimeChecks="3" - RuntimeLibrary="4" - UsePrecompiledHeader="0" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="4"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="glut32.lib vfw32.lib strmiids.lib im.lib im_capture.lib im_avi.lib im_process.lib" - OutputFile="$(OutDir)/glut_capture.exe" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="D:\LNG\glut\lib;..\lib" - IgnoreAllDefaultLibraries="FALSE" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="$(OutDir)/glut_capture.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_AFXDLL;_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="sources" - Filter=""> - <File - RelativePath="..\test\glut_capture.c"> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |