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>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{052F76B5-2F71-4D6E-A507-2C2EBF9150F5}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <CharacterSet>MultiByte</CharacterSet>
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
23 <ConfigurationType>Application</ConfigurationType>
24 <CharacterSet>MultiByte</CharacterSet>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
27 <ImportGroup Label="ExtensionSettings">
29 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
30 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
31 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
37 <PropertyGroup Label="UserMacros" />
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>
47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49 <Optimization>Disabled</Optimization>
50 <AdditionalIncludeDirectories>..\..\..\..\Source\Platinum;..\..\..\..\Source\Core;..\..\..\..\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 <BufferSecurityCheck>true</BufferSecurityCheck>
58 <WarningLevel>Level3</WarningLevel>
59 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
62 <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
63 <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
64 <GenerateDebugInformation>true</GenerateDebugInformation>
65 <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
66 <SubSystem>Console</SubSystem>
67 <RandomizedBaseAddress>false</RandomizedBaseAddress>
68 <DataExecutionPrevention>
69 </DataExecutionPrevention>
70 <TargetMachine>MachineX86</TargetMachine>
73 <Command>mkdir "$(ProjectDir)..\..\..\..\Targets\x86-microsoft-win32-vs2010\Debug"
74 copy "$(TargetPath)" "$(ProjectDir)..\..\..\..\Targets\x86-microsoft-win32-vs2010\Debug\$(TargetFileName)"
77 </ItemDefinitionGroup>
78 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80 <AdditionalIncludeDirectories>..\..\..\..\Source\Platinum;..\..\..\..\Source\Core;..\..\..\..\Source\Devices\MediaRenderer;..\..\..\..\..\Neptune\Source\Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
81 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;NPT_CONFIG_ENABLE_LOGGING;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
82 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
85 <WarningLevel>Level3</WarningLevel>
86 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
89 <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
90 <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
91 <GenerateDebugInformation>true</GenerateDebugInformation>
92 <SubSystem>Console</SubSystem>
93 <OptimizeReferences>true</OptimizeReferences>
94 <EnableCOMDATFolding>true</EnableCOMDATFolding>
95 <RandomizedBaseAddress>false</RandomizedBaseAddress>
96 <DataExecutionPrevention>
97 </DataExecutionPrevention>
98 <TargetMachine>MachineX86</TargetMachine>
101 <Command>mkdir "$(ProjectDir)..\..\..\..\Targets\x86-microsoft-win32-vs2010\Release"
102 copy "$(TargetPath)" "$(ProjectDir)\..\..\..\..\Targets\x86-microsoft-win32-vs2010\Release\$(TargetFileName)"</Command>
104 </ItemDefinitionGroup>
106 <ClCompile Include="..\..\..\..\Source\Tests\MediaRenderer\MediaRendererTest.cpp" />
109 <ProjectReference Include="..\..\..\..\..\Neptune\Build\Targets\x86-microsoft-win32-vs2010\Neptune\Neptune.vcxproj">
110 <Project>{12aff2e5-6d95-4809-9728-9551677c078a}</Project>
112 <ProjectReference Include="..\Platinum\Platinum.vcxproj">
113 <Project>{568611d3-afa7-4294-99c1-e9aed0d8057e}</Project>
114 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
117 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
118 <ImportGroup Label="ExtensionTargets">