comparison VisualC/tests/testgl2/testgl2.vcxproj @ 4823:6547943feda9

Added VS2010 build files.
author egottlieb
date Mon, 02 Aug 2010 21:43:08 -0400
parents
children
comparison
equal deleted inserted replaced
4822:55f32099a4b5 4823:6547943feda9
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{8B5CFB38-CCBA-40A8-AD7A-89C57B070884}</ProjectGuid>
15 </PropertyGroup>
16 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
18 <ConfigurationType>Application</ConfigurationType>
19 <UseOfMfc>false</UseOfMfc>
20 </PropertyGroup>
21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
22 <ConfigurationType>Application</ConfigurationType>
23 <UseOfMfc>false</UseOfMfc>
24 </PropertyGroup>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
26 <ImportGroup Label="ExtensionSettings">
27 </ImportGroup>
28 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
29 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
30 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
31 </ImportGroup>
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
35 </ImportGroup>
36 <PropertyGroup Label="UserMacros" />
37 <PropertyGroup>
38 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
39 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
40 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
41 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>
44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
45 </PropertyGroup>
46 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
47 <Midl>
48 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
49 <MkTypLibCompatible>true</MkTypLibCompatible>
50 <SuppressStartupBanner>true</SuppressStartupBanner>
51 <TargetEnvironment>Win32</TargetEnvironment>
52 <TypeLibraryName>.\Debug/testgl2.tlb</TypeLibraryName>
53 </Midl>
54 <ClCompile>
55 <Optimization>Disabled</Optimization>
56 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
57 <PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
59 <PrecompiledHeader>
60 </PrecompiledHeader>
61 <PrecompiledHeaderOutputFile>.\Debug/testgl2.pch</PrecompiledHeaderOutputFile>
62 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
63 <ObjectFileName>.\Debug/</ObjectFileName>
64 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
65 <WarningLevel>Level3</WarningLevel>
66 <SuppressStartupBanner>true</SuppressStartupBanner>
67 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
68 <CompileAs>Default</CompileAs>
69 </ClCompile>
70 <ResourceCompile>
71 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
72 <Culture>0x0409</Culture>
73 </ResourceCompile>
74 <Link>
75 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
76 <AdditionalDependencies>opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
77 <OutputFile>.\Debug/testgl2.exe</OutputFile>
78 <SuppressStartupBanner>true</SuppressStartupBanner>
79 <GenerateDebugInformation>true</GenerateDebugInformation>
80 <ProgramDatabaseFile>.\Debug/testgl2.pdb</ProgramDatabaseFile>
81 <SubSystem>Windows</SubSystem>
82 </Link>
83 </ItemDefinitionGroup>
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85 <Midl>
86 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87 <MkTypLibCompatible>true</MkTypLibCompatible>
88 <SuppressStartupBanner>true</SuppressStartupBanner>
89 <TargetEnvironment>Win32</TargetEnvironment>
90 <TypeLibraryName>.\Release/testgl2.tlb</TypeLibraryName>
91 </Midl>
92 <ClCompile>
93 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
94 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
95 <PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96 <StringPooling>true</StringPooling>
97 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
98 <FunctionLevelLinking>true</FunctionLevelLinking>
99 <PrecompiledHeader>
100 </PrecompiledHeader>
101 <PrecompiledHeaderOutputFile>.\Release/testgl2.pch</PrecompiledHeaderOutputFile>
102 <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
103 <ObjectFileName>.\Release/</ObjectFileName>
104 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
105 <WarningLevel>Level3</WarningLevel>
106 <SuppressStartupBanner>true</SuppressStartupBanner>
107 <CompileAs>Default</CompileAs>
108 </ClCompile>
109 <ResourceCompile>
110 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111 <Culture>0x0409</Culture>
112 </ResourceCompile>
113 <Link>
114 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
115 <AdditionalDependencies>opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
116 <OutputFile>.\Release/testgl2.exe</OutputFile>
117 <SuppressStartupBanner>true</SuppressStartupBanner>
118 <ProgramDatabaseFile>.\Release/testgl2.pdb</ProgramDatabaseFile>
119 <SubSystem>Windows</SubSystem>
120 </Link>
121 </ItemDefinitionGroup>
122 <ItemGroup>
123 <ClCompile Include="..\..\..\test\common.c" />
124 <ClCompile Include="..\..\..\test\testgl2.c" />
125 </ItemGroup>
126 <ItemGroup>
127 <Library Include="..\..\Sdl\Debug\SDL.lib" />
128 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" />
129 </ItemGroup>
130 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
131 <ImportGroup Label="ExtensionTargets">
132 </ImportGroup>
133 </Project>