Mercurial > sdl-ios-xcode
comparison EXCLUDE/GLTSF/GLTSF.vcxproj @ 4730:6032ada8b9e5
Adding GLTSF (somewhat based on SFML, no actual TSF code yet)
author | dewyatt |
---|---|
date | Tue, 25 May 2010 18:53:09 -0400 |
parents | |
children | bfc8ad7234b6 |
comparison
equal
deleted
inserted
replaced
4464:fa77a6429698 | 4730:6032ada8b9e5 |
---|---|
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>{790D58BA-E5F6-4286-A9C6-0DC28779789D}</ProjectGuid> | |
15 <Keyword>Win32Proj</Keyword> | |
16 <RootNamespace>GLTSF</RootNamespace> | |
17 </PropertyGroup> | |
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
20 <ConfigurationType>Application</ConfigurationType> | |
21 <UseDebugLibraries>true</UseDebugLibraries> | |
22 <CharacterSet>Unicode</CharacterSet> | |
23 </PropertyGroup> | |
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
25 <ConfigurationType>Application</ConfigurationType> | |
26 <UseDebugLibraries>false</UseDebugLibraries> | |
27 <WholeProgramOptimization>true</WholeProgramOptimization> | |
28 <CharacterSet>Unicode</CharacterSet> | |
29 </PropertyGroup> | |
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
31 <ImportGroup Label="ExtensionSettings"> | |
32 </ImportGroup> | |
33 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
35 </ImportGroup> | |
36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
38 </ImportGroup> | |
39 <PropertyGroup Label="UserMacros" /> | |
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
41 <LinkIncremental>true</LinkIncremental> | |
42 <OutDir>$(SolutionDir)bin\</OutDir> | |
43 <IntDir>obj\$(Configuration)\</IntDir> | |
44 </PropertyGroup> | |
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
46 <LinkIncremental>false</LinkIncremental> | |
47 <OutDir>$(SolutionDir)bin\</OutDir> | |
48 <IntDir>obj\$(Configuration)\</IntDir> | |
49 </PropertyGroup> | |
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
51 <ClCompile> | |
52 <PrecompiledHeader> | |
53 </PrecompiledHeader> | |
54 <WarningLevel>Level3</WarningLevel> | |
55 <Optimization>Disabled</Optimization> | |
56 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
57 <AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
58 </ClCompile> | |
59 <Link> | |
60 <SubSystem>Console</SubSystem> | |
61 <GenerateDebugInformation>true</GenerateDebugInformation> | |
62 </Link> | |
63 </ItemDefinitionGroup> | |
64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
65 <ClCompile> | |
66 <WarningLevel>Level3</WarningLevel> | |
67 <PrecompiledHeader> | |
68 </PrecompiledHeader> | |
69 <Optimization>MaxSpeed</Optimization> | |
70 <FunctionLevelLinking>true</FunctionLevelLinking> | |
71 <IntrinsicFunctions>true</IntrinsicFunctions> | |
72 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
73 <AdditionalIncludeDirectories>include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
74 </ClCompile> | |
75 <Link> | |
76 <SubSystem>Console</SubSystem> | |
77 <GenerateDebugInformation>true</GenerateDebugInformation> | |
78 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
79 <OptimizeReferences>true</OptimizeReferences> | |
80 </Link> | |
81 </ItemDefinitionGroup> | |
82 <ItemGroup> | |
83 <ClInclude Include="include\App.hpp" /> | |
84 <ClInclude Include="include\Video_Mode.hpp" /> | |
85 <ClInclude Include="include\Window.hpp" /> | |
86 <ClInclude Include="include\Window_Listener.hpp" /> | |
87 </ItemGroup> | |
88 <ItemGroup> | |
89 <ClCompile Include="src\App.cpp" /> | |
90 <ClCompile Include="src\Main.cpp" /> | |
91 <ClCompile Include="src\Video_Mode.cpp" /> | |
92 <ClCompile Include="src\Window.cpp" /> | |
93 </ItemGroup> | |
94 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
95 <ImportGroup Label="ExtensionTargets"> | |
96 </ImportGroup> | |
97 </Project> |