"Initial commit to Gerrit"
[profile/ivi/cogl.git] / build / win32 / vs9 / cogl-sdl-hello.vcproj
1 <?xml version="1.0" encoding="big5"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="cogl-sdl-hello"
6         ProjectGUID="{0B5D144D-1872-42CD-8437-FFDCDD08C03E}"
7         RootNamespace="coglsdlhello"
8         Keyword="Win32Proj"
9         TargetFrameworkVersion="196613"
10         >
11         <Platforms>
12                 <Platform
13                         Name="Win32"
14                 />
15                 <Platform
16                         Name="x64"
17                 />
18         </Platforms>
19         <ToolFiles>
20         </ToolFiles>
21         <Configurations>
22                 <Configuration
23                         Name="Debug|Win32"
24                         InheritedPropertySheets=".\cogl.vsprops"
25                         ConfigurationType="1"
26                         CharacterSet="1"
27                         >
28                         <Tool
29                                 Name="VCPreBuildEventTool"
30                         />
31                         <Tool
32                                 Name="VCCLCompilerTool"
33                                 Optimization="0"
34                                 PreprocessorDefinitions="_DEBUG;COGL_ENABLE_EXPERIMENTAL_2_0_API;$(BaseBuildDefines)"
35                                 MinimalRebuild="true"
36                                 BasicRuntimeChecks="3"
37                                 RuntimeLibrary="3"
38                                 UsePrecompiledHeader="0"
39                                 WarningLevel="3"
40                                 DebugInformationFormat="4"
41                         />
42                         <Tool
43                                 Name="VCLinkerTool"
44                                 AdditionalDependencies="SDL.lib SDLmain.lib"
45                                 LinkIncremental="2"
46                                 GenerateDebugInformation="true"
47                                 SubSystem="1"
48                                 TargetMachine="1"
49                         />
50                 </Configuration>
51                 <Configuration
52                         Name="Debug|x64"
53                         ConfigurationType="1"
54                         InheritedPropertySheets=".\cogl.vsprops"
55                         CharacterSet="2"
56                         >
57                         <Tool
58                                 Name="VCPreBuildEventTool"
59                         />
60                         <Tool
61                                 Name="VCCLCompilerTool"
62                                 Optimization="0"
63                                 PreprocessorDefinitions="_DEBUG;COGL_ENABLE_EXPERIMENTAL_2_0_API;$(BaseBuildDefines)"
64                                 MinimalRebuild="true"
65                                 BasicRuntimeChecks="3"
66                                 RuntimeLibrary="3"
67                                 UsePrecompiledHeader="0"
68                                 WarningLevel="3"
69                                 DebugInformationFormat="3"
70                                 CompileAs="1"
71                         />
72                         <Tool
73                                 Name="VCLinkerTool"
74                                 AdditionalDependencies="SDL.lib SDLmain.lib"
75                                 LinkIncremental="2"
76                                 GenerateDebugInformation="true"
77                                 SubSystem="1"
78                                 RandomizedBaseAddress="1"
79                                 DataExecutionPrevention="0"
80                                 TargetMachine="17"
81                         />
82                 </Configuration>
83                 <Configuration
84                         Name="Release|Win32"
85                         InheritedPropertySheets=".\cogl.vsprops"
86                         ConfigurationType="1"
87                         CharacterSet="1"
88                         WholeProgramOptimization="1"
89                         >
90                         <Tool
91                                 Name="VCPreBuildEventTool"
92                         />
93                         <Tool
94                                 Name="VCCLCompilerTool"
95                                 Optimization="2"
96                                 EnableIntrinsicFunctions="true"
97                                 PreprocessorDefinitions="COGL_ENABLE_EXPERIMENTAL_2_0_API;$(BaseBuildDefines)"
98                                 RuntimeLibrary="2"
99                                 EnableFunctionLevelLinking="true"
100                                 UsePrecompiledHeader="0"
101                                 WarningLevel="3"
102                                 DebugInformationFormat="3"
103                         />
104                         <Tool
105                                 Name="VCLinkerTool"
106                                 AdditionalDependencies="SDL.lib SDLmain.lib"
107                                 LinkIncremental="1"
108                                 GenerateDebugInformation="true"
109                                 SubSystem="1"
110                                 OptimizeReferences="2"
111                                 EnableCOMDATFolding="2"
112                                 TargetMachine="1"
113                         />
114                 </Configuration>
115                 <Configuration
116                         Name="Release|x64"
117                         ConfigurationType="1"
118                         InheritedPropertySheets=".\cogl.vsprops"
119                         CharacterSet="2"
120                         WholeProgramOptimization="1"
121                         >
122                         <Tool
123                                 Name="VCPreBuildEventTool"
124                         />
125                         <Tool
126                                 Name="VCCLCompilerTool"
127                                 PreprocessorDefinitions="COGL_ENABLE_EXPERIMENTAL_2_0_API;$(BaseBuildDefines)"
128                                 RuntimeLibrary="2"
129                                 UsePrecompiledHeader="0"
130                                 WarningLevel="3"
131                                 DebugInformationFormat="3"
132                                 CompileAs="1"
133                         />
134                         <Tool
135                                 Name="VCLinkerTool"
136                                 AdditionalDependencies="SDL.lib SDLmain.lib"
137                                 LinkIncremental="1"
138                                 GenerateDebugInformation="true"
139                                 SubSystem="1"
140                                 OptimizeReferences="2"
141                                 EnableCOMDATFolding="2"
142                                 RandomizedBaseAddress="1"
143                                 DataExecutionPrevention="0"
144                                 TargetMachine="17"
145                         />
146                 </Configuration>
147         </Configurations>
148         <References>
149         </References>
150         <Files>
151                 <Filter
152                         Name="Sources"
153                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
154                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
155                         >
156                         <File RelativePath="..\..\..\examples\cogl-sdl-hello.c" />
157                 </Filter>
158         </Files>
159         <Globals>
160         </Globals>
161 </VisualStudioProject>