diff options
Diffstat (limited to 'MSVC/mogltk/mogltk.vcproj')
-rw-r--r-- | MSVC/mogltk/mogltk.vcproj | 200 |
1 files changed, 200 insertions, 0 deletions
diff --git a/MSVC/mogltk/mogltk.vcproj b/MSVC/mogltk/mogltk.vcproj new file mode 100644 index 0000000..05f2719 --- /dev/null +++ b/MSVC/mogltk/mogltk.vcproj @@ -0,0 +1,200 @@ +<?xml version="1.0" encoding = "Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.00" + Name="mogltk" + ProjectGUID="{34BCDA3E-D3E2-4A8D-BF73-7D770EE6966A}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="4" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="5" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="4"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/mogltk.lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="4" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + InlineFunctionExpansion="1" + OmitFramePointers="TRUE" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + StringPooling="TRUE" + RuntimeLibrary="4" + EnableFunctionLevelLinking="TRUE" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/mogltk.lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + </Configuration> + </Configurations> + <Files> + <Filter + Name="widgets" + Filter=""> + <File + RelativePath="..\..\mogltk\lib\glwidgets.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\glwidgets.h"> + </File> + <File + RelativePath="..\..\mogltk\lib\widgets.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\widgets.h"> + </File> + </Filter> + <Filter + Name="texture" + Filter=""> + <File + RelativePath="..\..\mogltk\lib\texture.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\texture.h"> + </File> + </Filter> + <Filter + Name="sprite" + Filter=""> + <File + RelativePath="..\..\mogltk\lib\glsprite.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\glsprite.h"> + </File> + <File + RelativePath="..\..\mogltk\lib\sprite.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\sprite.h"> + </File> + </Filter> + <Filter + Name="shape" + Filter=""> + <File + RelativePath="..\..\mogltk\lib\glshape.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\glshape.h"> + </File> + <File + RelativePath="..\..\mogltk\lib\shape.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\shape.h"> + </File> + </Filter> + <Filter + Name="mcolor" + Filter=""> + <File + RelativePath="..\..\mogltk\lib\mcolor.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\mcolor.h"> + </File> + </Filter> + <Filter + Name="font" + Filter=""> + <File + RelativePath="..\..\mogltk\lib\font.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\font.h"> + </File> + <File + RelativePath="..\..\mogltk\lib\glfont.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\glfont.h"> + </File> + </Filter> + <Filter + Name="base" + Filter=""> + <File + RelativePath="..\..\mogltk\lib\base.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\base.h"> + </File> + <File + RelativePath="..\..\mogltk\lib\glbase.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\glbase.h"> + </File> + </Filter> + <Filter + Name="engine" + Filter=""> + <File + RelativePath="..\..\mogltk\lib\engine.cc"> + </File> + <File + RelativePath="..\..\mogltk\include\engine.h"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |