Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / examples / tutorials / vs2010 / playback-tutorial-5 / playback-tutorial-5.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="..\..\playback-tutorial-5.c" />
23   </ItemGroup>
24   <PropertyGroup Label="Globals">
25     <Keyword>Win32Proj</Keyword>
26     <ProjectGuid>{57F94395-E9A1-430E-AF28-165FD9BE0872}</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\libs\gstreamer-video-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-video-1.0.props')" />
48     <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')" />
49   </ImportGroup>
50   <ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
51     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52     <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')" />
53     <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-video-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-video-1.0.props')" />
54     <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')" />
55   </ImportGroup>
56   <PropertyGroup Label="UserMacros" />
57   <PropertyGroup Condition="'$(Configuration)'=='Debug'">
58     <LinkIncremental>true</LinkIncremental>
59   </PropertyGroup>
60   <PropertyGroup Condition="'$(Configuration)'=='Release'">
61     <LinkIncremental>false</LinkIncremental>
62   </PropertyGroup>
63   <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
64     <ClCompile>
65       <PrecompiledHeader>
66       </PrecompiledHeader>
67       <WarningLevel>Level3</WarningLevel>
68       <Optimization>Disabled</Optimization>
69       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
70     </ClCompile>
71     <Link>
72       <SubSystem>Console</SubSystem>
73       <GenerateDebugInformation>true</GenerateDebugInformation>
74       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
75       <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
76     </Link>
77   </ItemDefinitionGroup>
78   <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
79     <ClCompile>
80       <WarningLevel>Level3</WarningLevel>
81       <PrecompiledHeader>
82       </PrecompiledHeader>
83       <Optimization>MaxSpeed</Optimization>
84       <FunctionLevelLinking>true</FunctionLevelLinking>
85       <IntrinsicFunctions>true</IntrinsicFunctions>
86       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87     </ClCompile>
88     <Link>
89       <SubSystem>Console</SubSystem>
90       <GenerateDebugInformation>false</GenerateDebugInformation>
91       <EnableCOMDATFolding>true</EnableCOMDATFolding>
92     </Link>
93   </ItemDefinitionGroup>
94   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
95   <ImportGroup Label="ExtensionTargets">
96   </ImportGroup>
97 </Project>