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|ARM"> 9 <Configuration>Debug</Configuration> 10 <Platform>ARM</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|ARM"> 17 <Configuration>Release</Configuration> 18 <Platform>ARM</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{C0F94AFA-466F-4FC4-B5C1-6CD955F3FF88}</ProjectGuid> 23 <RootNamespace>PhoneXamlDirect3DApp1Comp</RootNamespace> 24 <DefaultLanguage>en-US</DefaultLanguage> 25 <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> 26 <WinMDAssembly>true</WinMDAssembly> 27 </PropertyGroup> 28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 29 <PropertyGroup> 30 <!-- If OutDir was set outside of the project file, then we will append ProjectName --> 31 <OutDir Condition="'$(OutDirWasSpecified)' == 'true'">$(OutDir)\$(MSBuildProjectName)\</OutDir> 32 <!-- else, OutDir needs to have project specific directory in order to handle files with unique names --> 33 <OutDir Condition="'$(OutDirWasSpecified)' != 'true' and '$(Platform)' == 'Win32'">$(SolutionDir)$(Configuration)\$(MSBuildProjectName)\</OutDir> 34 <OutDir Condition="'$(OutDirWasSpecified)' != 'true' and '$(Platform)' != 'Win32'">$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutDir> 35 <!-- After OutDir has been fixed, disable Microsoft.common.targets from fixing it again --> 36 <OutDirWasSpecified>false</OutDirWasSpecified> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 39 <ConfigurationType>DynamicLibrary</ConfigurationType> 40 <UseDebugLibraries>true</UseDebugLibraries> 41 <PlatformToolset>v110_wp80</PlatformToolset> 42 </PropertyGroup> 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 44 <ConfigurationType>DynamicLibrary</ConfigurationType> 45 <UseDebugLibraries>true</UseDebugLibraries> 46 <PlatformToolset>v110_wp80</PlatformToolset> 47 </PropertyGroup> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 49 <ConfigurationType>DynamicLibrary</ConfigurationType> 50 <UseDebugLibraries>false</UseDebugLibraries> 51 <WholeProgramOptimization>true</WholeProgramOptimization> 52 <PlatformToolset>v110_wp80</PlatformToolset> 53 </PropertyGroup> 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 55 <ConfigurationType>DynamicLibrary</ConfigurationType> 56 <UseDebugLibraries>false</UseDebugLibraries> 57 <WholeProgramOptimization>true</WholeProgramOptimization> 58 <PlatformToolset>v110_wp80</PlatformToolset> 59 </PropertyGroup> 60 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 61 <ImportGroup Label="PropertySheets"> 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 </ImportGroup> 64 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 65 <Import Project="opencv.props" /> 66 </ImportGroup> 67 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 68 <Import Project="opencv.props" /> 69 </ImportGroup> 70 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 71 <Import Project="opencv.props" /> 72 </ImportGroup> 73 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 74 <Import Project="opencv.props" /> 75 </ImportGroup> 76 <PropertyGroup Label="UserMacros" /> 77 <PropertyGroup> 78 <GenerateManifest>false</GenerateManifest> 79 </PropertyGroup> 80 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> 81 <ClCompile> 82 <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 83 <PrecompiledHeader>Use</PrecompiledHeader> 84 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> 85 <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> 86 <CompileAsWinRT>true</CompileAsWinRT> 87 </ClCompile> 88 <Link> 89 <SubSystem>Console</SubSystem> 90 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 91 <IgnoreSpecificDefaultLibraries>ole32.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> 92 <GenerateWindowsMetadata>true</GenerateWindowsMetadata> 93 </Link> 94 </ItemDefinitionGroup> 95 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> 96 <ClCompile> 97 <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 98 <PrecompiledHeader>Use</PrecompiledHeader> 99 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> 100 <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> 101 <CompileAsWinRT>true</CompileAsWinRT> 102 </ClCompile> 103 <Link> 104 <SubSystem>Console</SubSystem> 105 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 106 <IgnoreSpecificDefaultLibraries>ole32.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> 107 <GenerateWindowsMetadata>true</GenerateWindowsMetadata> 108 </Link> 109 </ItemDefinitionGroup> 110 <ItemGroup> 111 <Reference Include="platform.winmd"> 112 <IsWinMDFile>true</IsWinMDFile> 113 <Private>false</Private> 114 </Reference> 115 </ItemGroup> 116 <ItemGroup> 117 <ClInclude Include="BasicTimer.h" /> 118 <ClInclude Include="Direct3DInterop.h" /> 119 <ClInclude Include="CubeRenderer.h" /> 120 <ClInclude Include="DirectXHelper.h" /> 121 <ClInclude Include="Direct3DBase.h" /> 122 <ClInclude Include="Direct3DContentProvider.h" /> 123 <ClInclude Include="pch.h" /> 124 </ItemGroup> 125 <ItemGroup> 126 <ClCompile Include="Direct3DInterop.cpp" /> 127 <ClCompile Include="CubeRenderer.cpp" /> 128 <ClCompile Include="Direct3DBase.cpp" /> 129 <ClCompile Include="Direct3DContentProvider.cpp" /> 130 <ClCompile Include="pch.cpp"> 131 <PrecompiledHeader>Create</PrecompiledHeader> 132 </ClCompile> 133 </ItemGroup> 134 <ItemGroup> 135 <FxCompile Include="SimplePixelShader.hlsl"> 136 <ShaderType>Pixel</ShaderType> 137 <ShaderModel>4.0_level_9_3</ShaderModel> 138 </FxCompile> 139 <FxCompile Include="SimpleVertexShader.hlsl"> 140 <ShaderType>Vertex</ShaderType> 141 <ShaderModel>4.0_level_9_3</ShaderModel> 142 </FxCompile> 143 </ItemGroup> 144 <ItemGroup> 145 <None Include="packages.config" /> 146 </ItemGroup> 147 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 148 <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsPhone\v$(TargetPlatformVersion)\Microsoft.Cpp.WindowsPhone.$(TargetPlatformVersion).targets" /> 149 <ImportGroup Label="ExtensionTargets"> 150 <Import Project="..\..\packages\NokiaImagingSDK.1.0.272.0\build\native\NokiaImagingSDK.targets" Condition="Exists('..\..\packages\NokiaImagingSDK.1.0.272.0\build\native\NokiaImagingSDK.targets')" /> 151 </ImportGroup> 152 </Project>