Merge pull request #26354 from ksooo/pvr-fix-listitem-titleextrainfo
[xbmc.git] / lib / libUPnP / Platinum / Build / Targets / x86-microsoft-win32-vs2010 / FrameStreamer / FrameStreamer.vcxproj
bloba41b897ddace3256416d3a83a872856877b9c265
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="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{6C33AA12-1309-4FCA-BCE8-C3A9520AA9BF}</ProjectGuid>
15     <RootNamespace>FrameStreamer</RootNamespace>
16     <Keyword>Win32Proj</Keyword>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20     <ConfigurationType>Application</ConfigurationType>
21     <CharacterSet>MultiByte</CharacterSet>
22     <WholeProgramOptimization>true</WholeProgramOptimization>
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25     <ConfigurationType>Application</ConfigurationType>
26     <CharacterSet>MultiByte</CharacterSet>
27   </PropertyGroup>
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29   <ImportGroup Label="ExtensionSettings">
30   </ImportGroup>
31   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33   </ImportGroup>
34   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36   </ImportGroup>
37   <PropertyGroup Label="UserMacros" />
38   <PropertyGroup>
39     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
40     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
41     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
42     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
43     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
44     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
45     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
46   </PropertyGroup>
47   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48     <ClCompile>
49       <Optimization>Disabled</Optimization>
50       <AdditionalIncludeDirectories>..\..\..\..\Source\Platinum;..\..\..\..\Source\Core;..\..\..\..\Source\Extras;..\..\..\..\Source\Devices\MediaConnect;..\..\..\..\Source\Devices\MediaServer;..\..\..\..\Source\Devices\MediaRenderer;..\..\..\..\..\Neptune\Source\Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
51       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;NPT_CONFIG_ENABLE_LOGGING;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
52       <MinimalRebuild>true</MinimalRebuild>
53       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
54       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
55       <PrecompiledHeader>
56       </PrecompiledHeader>
57       <WarningLevel>Level3</WarningLevel>
58       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
59     </ClCompile>
60     <Link>
61       <GenerateDebugInformation>true</GenerateDebugInformation>
62       <SubSystem>Console</SubSystem>
63       <TargetMachine>MachineX86</TargetMachine>
64     </Link>
65     <PostBuildEvent>
66       <Command>mkdir "$(ProjectDir)..\..\..\..\Targets\x86-microsoft-win32-vs2010\Debug"
67 copy "$(TargetPath)" "$(ProjectDir)..\..\..\..\Targets\x86-microsoft-win32-vs2010\Debug\$(TargetFileName)"
68 </Command>
69     </PostBuildEvent>
70   </ItemDefinitionGroup>
71   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72     <ClCompile>
73       <Optimization>MaxSpeed</Optimization>
74       <IntrinsicFunctions>true</IntrinsicFunctions>
75       <AdditionalIncludeDirectories>..\..\..\..\Source\Platinum;..\..\..\..\Source\Core;..\..\..\..\Source\Extras;..\..\..\..\Source\Devices\MediaConnect;..\..\..\..\Source\Devices\MediaServer;..\..\..\..\Source\Devices\MediaRenderer;..\..\..\..\..\Neptune\Source\Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
76       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;NPT_CONFIG_ENABLE_LOGGING;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
78       <FunctionLevelLinking>true</FunctionLevelLinking>
79       <PrecompiledHeader>
80       </PrecompiledHeader>
81       <WarningLevel>Level3</WarningLevel>
82       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
83     </ClCompile>
84     <Link>
85       <GenerateDebugInformation>true</GenerateDebugInformation>
86       <SubSystem>Console</SubSystem>
87       <OptimizeReferences>true</OptimizeReferences>
88       <EnableCOMDATFolding>true</EnableCOMDATFolding>
89       <TargetMachine>MachineX86</TargetMachine>
90     </Link>
91     <PostBuildEvent>
92       <Command>mkdir "$(ProjectDir)..\..\..\..\Targets\x86-microsoft-win32-vs2010\Release"
93 copy "$(TargetPath)" "$(ProjectDir)\..\..\..\..\Targets\x86-microsoft-win32-vs2010\Release\$(TargetFileName)"</Command>
94     </PostBuildEvent>
95   </ItemDefinitionGroup>
96   <ItemGroup>
97     <ClCompile Include="..\..\..\..\Source\Apps\FrameStreamer\main.cpp" />
98   </ItemGroup>
99   <ItemGroup>
100     <ProjectReference Include="..\..\..\..\..\Neptune\Build\Targets\x86-microsoft-win32-vs2010\Neptune\Neptune.vcxproj">
101       <Project>{12aff2e5-6d95-4809-9728-9551677c078a}</Project>
102     </ProjectReference>
103     <ProjectReference Include="..\Platinum\Platinum.vcxproj">
104       <Project>{568611d3-afa7-4294-99c1-e9aed0d8057e}</Project>
105       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
106     </ProjectReference>
107   </ItemGroup>
108   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109   <ImportGroup Label="ExtensionTargets">
110   </ImportGroup>
111 </Project>