From 610c4814e21e551776233a03d388cbe0e49ce48a Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 30 Apr 2010 10:18:17 +0000 Subject: mesalib: added visual studio 2010 project files. --- .../glsl_apps_compile/glsl_apps_compile.vcxproj | 130 +++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj (limited to 'mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj') diff --git a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj new file mode 100644 index 000000000..cfd1197e9 --- /dev/null +++ b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {98AB3D51-1820-4D14-9195-75FCA6997784} + glsl_apps_compile + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + compile + compile + + + + Disabled + _DEBUG;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + true + Console + false + + + MachineX86 + + + copy "$(OutDir)compile.exe" ..\..\..\..\src\glsl\apps + + + + + NDEBUG;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + true + Console + true + true + false + + + MachineX86 + + + copy "$(OutDir)compile.exe" ..\..\..\..\src\glsl\apps + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3