Link against msvcrt.dll using the right property sheet. Whitespacey.
[platform/upstream/gstreamer.git] / vs / 2010 / tutorials / basic-tutorial-3 / basic-tutorial-3.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <PropertyGroup Label="Globals">\r
14     <ProjectGuid>{D8595056-4F87-4767-A84C-07B7F67A6560}</ProjectGuid>\r
15     <Keyword>Win32Proj</Keyword>\r
16     <RootNamespace>basictutorial3</RootNamespace>\r
17   </PropertyGroup>\r
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
20     <ConfigurationType>Application</ConfigurationType>\r
21     <UseDebugLibraries>true</UseDebugLibraries>\r
22     <CharacterSet>Unicode</CharacterSet>\r
23   </PropertyGroup>\r
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
25     <ConfigurationType>Application</ConfigurationType>\r
26     <UseDebugLibraries>false</UseDebugLibraries>\r
27     <WholeProgramOptimization>true</WholeProgramOptimization>\r
28     <CharacterSet>Unicode</CharacterSet>\r
29   </PropertyGroup>\r
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
31   <ImportGroup Label="ExtensionSettings">\r
32   </ImportGroup>\r
33   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
35     <Import Project="..\..\libs\gstreamer-0.10.props" />\r
36     <Import Project="..\..\libs\msvc\x86.props" />\r
37   </ImportGroup>\r
38   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
39     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
40     <Import Project="..\..\libs\gstreamer-0.10.props" />\r
41     <Import Project="..\..\libs\msvc\x86.props" />\r
42   </ImportGroup>\r
43   <PropertyGroup Label="UserMacros" />\r
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
45     <LinkIncremental>true</LinkIncremental>\r
46   </PropertyGroup>\r
47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
48     <LinkIncremental>false</LinkIncremental>\r
49   </PropertyGroup>\r
50   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
51     <ClCompile>\r
52       <PrecompiledHeader>\r
53       </PrecompiledHeader>\r
54       <WarningLevel>Level3</WarningLevel>\r
55       <Optimization>Disabled</Optimization>\r
56       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
57     </ClCompile>\r
58     <Link>\r
59       <SubSystem>Console</SubSystem>\r
60       <GenerateDebugInformation>true</GenerateDebugInformation>\r
61     </Link>\r
62   </ItemDefinitionGroup>\r
63   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
64     <ClCompile>\r
65       <WarningLevel>Level3</WarningLevel>\r
66       <PrecompiledHeader>\r
67       </PrecompiledHeader>\r
68       <Optimization>MaxSpeed</Optimization>\r
69       <FunctionLevelLinking>true</FunctionLevelLinking>\r
70       <IntrinsicFunctions>true</IntrinsicFunctions>\r
71       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
72     </ClCompile>\r
73     <Link>\r
74       <SubSystem>Console</SubSystem>\r
75       <GenerateDebugInformation>true</GenerateDebugInformation>\r
76       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
77       <OptimizeReferences>true</OptimizeReferences>\r
78     </Link>\r
79   </ItemDefinitionGroup>\r
80   <ItemGroup>\r
81     <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-3.c" />\r
82   </ItemGroup>\r
83   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
84   <ImportGroup Label="ExtensionTargets">\r
85   </ImportGroup>\r
86 </Project>