Update theme submodule
[platform/upstream/gstreamer.git] / examples / tutorials / vs2010 / basic-tutorial-12 / basic-tutorial-12.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   <ItemGroup>
22     <ClCompile Include="..\..\basic-tutorial-12.c" />
23   </ItemGroup>
24   <PropertyGroup Label="Globals">
25     <Keyword>Win32Proj</Keyword>
26     <ProjectGuid>{A2E63C29-3375-4930-B7D3-2F23EC824EAF}</ProjectGuid>
27     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
28   </PropertyGroup>
29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30   <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
31     <ConfigurationType>Application</ConfigurationType>
32     <UseDebugLibraries>true</UseDebugLibraries>
33     <CharacterSet>Unicode</CharacterSet>
34   </PropertyGroup>
35   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
36     <ConfigurationType>Application</ConfigurationType>
37     <UseDebugLibraries>false</UseDebugLibraries>
38     <WholeProgramOptimization>true</WholeProgramOptimization>
39     <CharacterSet>Unicode</CharacterSet>
40   </PropertyGroup>
41   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
42   <ImportGroup Label="ExtensionSettings">
43   </ImportGroup>
44   <ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
45     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46     <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
47     <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
48   </ImportGroup>
49   <ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
50     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51     <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
52     <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
53   </ImportGroup>
54   <PropertyGroup Label="UserMacros" />
55   <PropertyGroup Condition="'$(Configuration)'=='Debug'">
56     <LinkIncremental>true</LinkIncremental>
57   </PropertyGroup>
58   <PropertyGroup Condition="'$(Configuration)'=='Release'">
59     <LinkIncremental>false</LinkIncremental>
60   </PropertyGroup>
61   <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
62     <ClCompile>
63       <PrecompiledHeader>
64       </PrecompiledHeader>
65       <WarningLevel>Level3</WarningLevel>
66       <Optimization>Disabled</Optimization>
67       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
68     </ClCompile>
69     <Link>
70       <SubSystem>Console</SubSystem>
71       <GenerateDebugInformation>true</GenerateDebugInformation>
72       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
73       <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
74     </Link>
75   </ItemDefinitionGroup>
76   <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
77     <ClCompile>
78       <WarningLevel>Level3</WarningLevel>
79       <PrecompiledHeader>
80       </PrecompiledHeader>
81       <Optimization>MaxSpeed</Optimization>
82       <FunctionLevelLinking>true</FunctionLevelLinking>
83       <IntrinsicFunctions>true</IntrinsicFunctions>
84       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85     </ClCompile>
86     <Link>
87       <SubSystem>Console</SubSystem>
88       <GenerateDebugInformation>false</GenerateDebugInformation>
89       <EnableCOMDATFolding>true</EnableCOMDATFolding>
90     </Link>
91   </ItemDefinitionGroup>
92   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
93   <ImportGroup Label="ExtensionTargets">
94   </ImportGroup>
95 </Project>