ModelViewerDemoContentLibrary.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{F5BA2FF8-EA85-45F5-ABA4-76C2A1A3AADE}</ProjectGuid>
  5. <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">Windows Phone</Platform>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ModelViewerLibrary</RootNamespace>
  11. <AssemblyName>ModelViewerLibrary</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  14. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  15. <XnaPlatform>Windows Phone</XnaPlatform>
  16. <XnaProfile>Reach</XnaProfile>
  17. <XnaCrossPlatformGroupID>3d26ee52-fd59-4dc5-8411-3172795fde9a</XnaCrossPlatformGroupID>
  18. <XnaOutputType>Library</XnaOutputType>
  19. <XnaRefreshLevel>1</XnaRefreshLevel>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Windows Phone' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Windows Phone\Debug</OutputPath>
  26. <DefineConstants>DEBUG;TRACE;WINDOWS_PHONE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <NoStdLib>true</NoStdLib>
  30. <UseVSHostingProcess>false</UseVSHostingProcess>
  31. <XnaCompressContent>false</XnaCompressContent>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Windows Phone' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Windows Phone\Release</OutputPath>
  37. <DefineConstants>TRACE;WINDOWS_PHONE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <NoStdLib>true</NoStdLib>
  41. <UseVSHostingProcess>false</UseVSHostingProcess>
  42. <XnaCompressContent>false</XnaCompressContent>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="Microsoft.Xna.Framework">
  46. <Private>False</Private>
  47. </Reference>
  48. <Reference Include="Microsoft.Xna.Framework.Game">
  49. <Private>False</Private>
  50. </Reference>
  51. <Reference Include="Microsoft.Xna.Framework.Graphics">
  52. <Private>False</Private>
  53. </Reference>
  54. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  55. <Private>False</Private>
  56. </Reference>
  57. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  58. <Private>False</Private>
  59. </Reference>
  60. <Reference Include="mscorlib">
  61. <Private>False</Private>
  62. </Reference>
  63. <Reference Include="System">
  64. <Private>False</Private>
  65. </Reference>
  66. <Reference Include="System.Xml">
  67. <Private>False</Private>
  68. </Reference>
  69. <Reference Include="System.Core">
  70. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  71. <Private>False</Private>
  72. </Reference>
  73. <Reference Include="System.Xml.Linq">
  74. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  75. <Private>False</Private>
  76. </Reference>
  77. <Reference Include="System.Net">
  78. <Private>False</Private>
  79. </Reference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\ModelViewerDemoContent\ModelViewerDemoContent.contentproj">
  86. <Project>{6592CDBA-85E9-4939-92C6-F44E0A019F8D}</Project>
  87. <Name>ModelViewerDemoContent</Name>
  88. <XnaReferenceType>Content</XnaReferenceType>
  89. </ProjectReference>
  90. </ItemGroup>
  91. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  92. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  93. <!--
  94. To modify your build process, add your task inside one of the targets below and uncomment it.
  95. Other similar extension points exist, see Microsoft.Common.targets.
  96. <Target Name="BeforeBuild">
  97. </Target>
  98. <Target Name="AfterBuild">
  99. </Target>
  100. -->
  101. </Project>