"Initial commit to Gerrit"
[profile/ivi/cogl.git] / build / win32 / vs10 / test-conformance-cogl.vcxproj
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="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{0F08F253-DE1A-40CB-A890-93AE3CA23ADE}</ProjectGuid>
23     <RootNamespace>testconformancecogl</RootNamespace>
24     <Keyword>Win32Proj</Keyword>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28     <ConfigurationType>Application</ConfigurationType>
29     <CharacterSet>Unicode</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>Application</ConfigurationType>
34     <CharacterSet>Unicode</CharacterSet>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37     <ConfigurationType>Application</ConfigurationType>
38     <CharacterSet>MultiByte</CharacterSet>
39     <WholeProgramOptimization>true</WholeProgramOptimization>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42     <ConfigurationType>Application</ConfigurationType>
43     <CharacterSet>MultiByte</CharacterSet>
44   </PropertyGroup>
45   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46   <ImportGroup Label="ExtensionSettings">
47   </ImportGroup>
48   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50     <Import Project="cogl.props" />
51   </ImportGroup>
52   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
53     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54     <Import Project="cogl.props" />
55   </ImportGroup>
56   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58     <Import Project="cogl.props" />
59   </ImportGroup>
60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62     <Import Project="cogl.props" />
63   </ImportGroup>
64   <PropertyGroup Label="UserMacros" />
65   <PropertyGroup>
66     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
67     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
68     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
70   </PropertyGroup>
71   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
72     <ClCompile>
73       <Optimization>Disabled</Optimization>
74       <PreprocessorDefinitions>_DEBUG;COGL_ENABLE_EXPERIMENTAL_API;$(TestProgDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
75       <MinimalRebuild>true</MinimalRebuild>
76       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
77       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
78       <PrecompiledHeader>
79       </PrecompiledHeader>
80       <WarningLevel>Level3</WarningLevel>
81       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
82     </ClCompile>
83     <Link>
84       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
85       <GenerateDebugInformation>true</GenerateDebugInformation>
86       <SubSystem>Console</SubSystem>
87       <TargetMachine>MachineX86</TargetMachine>
88     </Link>
89   </ItemDefinitionGroup>
90   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
91     <ClCompile>
92       <Optimization>Disabled</Optimization>
93       <PreprocessorDefinitions>_DEBUG;COGL_ENABLE_EXPERIMENTAL_API;$(TestProgDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
94       <MinimalRebuild>true</MinimalRebuild>
95       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
96       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
97       <PrecompiledHeader>
98       </PrecompiledHeader>
99       <WarningLevel>Level3</WarningLevel>
100       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
101       <CompileAs>CompileAsC</CompileAs>
102     </ClCompile>
103     <Link>
104       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
105       <GenerateDebugInformation>true</GenerateDebugInformation>
106       <SubSystem>Console</SubSystem>
107       <RandomizedBaseAddress>false</RandomizedBaseAddress>
108       <DataExecutionPrevention>
109       </DataExecutionPrevention>
110       <TargetMachine>MachineX64</TargetMachine>
111     </Link>
112   </ItemDefinitionGroup>
113   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
114     <ClCompile>
115       <Optimization>MaxSpeed</Optimization>
116       <IntrinsicFunctions>true</IntrinsicFunctions>
117       <PreprocessorDefinitions>COGL_ENABLE_EXPERIMENTAL_API;$(TestProgDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
118       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
119       <FunctionLevelLinking>true</FunctionLevelLinking>
120       <PrecompiledHeader>
121       </PrecompiledHeader>
122       <WarningLevel>Level3</WarningLevel>
123       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
124     </ClCompile>
125     <Link>
126       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
127       <GenerateDebugInformation>true</GenerateDebugInformation>
128       <SubSystem>Console</SubSystem>
129       <OptimizeReferences>true</OptimizeReferences>
130       <EnableCOMDATFolding>true</EnableCOMDATFolding>
131       <TargetMachine>MachineX86</TargetMachine>
132     </Link>
133   </ItemDefinitionGroup>
134   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
135     <ClCompile>
136       <PreprocessorDefinitions>COGL_ENABLE_EXPERIMENTAL_API;$(TestProgDef);%(PreprocessorDefinitions)</PreprocessorDefinitions>
137       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
138       <PrecompiledHeader>
139       </PrecompiledHeader>
140       <WarningLevel>Level3</WarningLevel>
141       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
142       <CompileAs>CompileAsC</CompileAs>
143     </ClCompile>
144     <Link>
145       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
146       <GenerateDebugInformation>true</GenerateDebugInformation>
147       <SubSystem>Console</SubSystem>
148       <OptimizeReferences>true</OptimizeReferences>
149       <EnableCOMDATFolding>true</EnableCOMDATFolding>
150       <RandomizedBaseAddress>false</RandomizedBaseAddress>
151       <DataExecutionPrevention>
152       </DataExecutionPrevention>
153       <TargetMachine>MachineX64</TargetMachine>
154     </Link>
155   </ItemDefinitionGroup>
156   <ItemGroup>
157     <ClCompile Include="..\..\..\tests\conform\test-utils.c" />
158     <ClCompile Include="..\..\..\tests\conform\test-conform-main.c" />
159     <ClCompile Include="..\..\..\tests\conform\test-bitmask.c" />
160     <ClCompile Include="..\..\..\tests\conform\test-blend-strings.c" />
161     <ClCompile Include="..\..\..\tests\conform\test-depth-test.c" />
162     <ClCompile Include="..\..\..\tests\conform\test-color-mask.c" />
163     <ClCompile Include="..\..\..\tests\conform\test-backface-culling.c" />
164     <ClCompile Include="..\..\..\tests\conform\test-just-vertex-shader.c" />
165     <ClCompile Include="..\..\..\tests\conform\test-path.c" />
166     <ClCompile Include="..\..\..\tests\conform\test-pipeline-user-matrix.c" />
167     <ClCompile Include="..\..\..\tests\conform\test-pipeline-uniforms.c" />
168     <ClCompile Include="..\..\..\tests\conform\test-pixel-buffer.c" />
169     <ClCompile Include="..\..\..\tests\conform\test-snippets.c" />
170     <ClCompile Include="..\..\..\tests\conform\test-wrap-modes.c" />
171     <ClCompile Include="..\..\..\tests\conform\test-sub-texture.c" />
172     <ClCompile Include="..\..\..\tests\conform\test-custom-attributes.c" />
173     <ClCompile Include="..\..\..\tests\conform\test-offscreen.c" />
174     <ClCompile Include="..\..\..\tests\conform\test-primitive.c" />
175     <ClCompile Include="..\..\..\tests\conform\test-texture-3d.c" />
176     <ClCompile Include="..\..\..\tests\conform\test-sparse-pipeline.c" />
177     <ClCompile Include="..\..\..\tests\conform\test-read-texture-formats.c" />
178     <ClCompile Include="..\..\..\tests\conform\test-write-texture-formats.c" />
179     <ClCompile Include="..\..\..\tests\conform\test-point-size.c" />
180     <ClCompile Include="..\..\..\tests\conform\test-point-sprite.c" />
181   </ItemGroup>
182   <ItemGroup>
183     <ProjectReference Include="cogl.vcxproj">
184       <Project>{ea036190-0950-4640-84f9-d459a33b33a8}</Project>
185       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
186     </ProjectReference>
187  <ProjectReference Include="cogl-pango.vcxproj">
188       <Project>{fe5abd0f-91e8-4aa5-9c1c-408427d5f768}</Project>
189       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
190     </ProjectReference>
191   </ItemGroup>
192   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
193   <ImportGroup Label="ExtensionTargets">
194   </ImportGroup>
195 </Project>