SavingEmbeddedImages.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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>{C903F56C-7B47-4828-B3E7-BFF3B5178615}</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>SavingEmbeddedImages</RootNamespace>
  11. <AssemblyName>SavingEmbeddedImages</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>63e32a9e-0401-4db6-baf5-669118fa67c3</XnaCrossPlatformGroupID>
  18. <XnaOutputType>Game</XnaOutputType>
  19. <XapFilename>$(AssemblyName).xap</XapFilename>
  20. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  21. <XnaWindowsPhoneManifestTemplate>Properties\WMAppManifest.xml</XnaWindowsPhoneManifestTemplate>
  22. <TileImage>TileBackground.png</TileImage>
  23. <TileTitle>SavingEmbeddedImages</TileTitle>
  24. <ApplicationIcon>Game.ico</ApplicationIcon>
  25. <Thumbnail>GameThumbnail.png</Thumbnail>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Windows Phone' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Windows Phone\Debug</OutputPath>
  32. <DefineConstants>DEBUG;TRACE;WINDOWS_PHONE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <NoStdLib>true</NoStdLib>
  36. <UseVSHostingProcess>false</UseVSHostingProcess>
  37. <XnaCompressContent>false</XnaCompressContent>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Windows Phone' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\Windows Phone\Release</OutputPath>
  43. <DefineConstants>TRACE;WINDOWS_PHONE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <NoStdLib>true</NoStdLib>
  47. <UseVSHostingProcess>false</UseVSHostingProcess>
  48. <XnaCompressContent>false</XnaCompressContent>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Microsoft.Xna.Framework">
  52. <Private>False</Private>
  53. </Reference>
  54. <Reference Include="Microsoft.Xna.Framework.Game">
  55. <Private>False</Private>
  56. </Reference>
  57. <Reference Include="Microsoft.Xna.Framework.Graphics">
  58. <Private>False</Private>
  59. </Reference>
  60. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  61. <Private>False</Private>
  62. </Reference>
  63. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  64. <Private>False</Private>
  65. </Reference>
  66. <Reference Include="mscorlib">
  67. <Private>False</Private>
  68. </Reference>
  69. <Reference Include="System">
  70. <Private>False</Private>
  71. </Reference>
  72. <Reference Include="System.Xml">
  73. <Private>False</Private>
  74. </Reference>
  75. <Reference Include="System.Core">
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="System.Xml.Linq">
  79. <Private>False</Private>
  80. </Reference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. <Compile Include="SavingImagesGame.cs" />
  85. <None Include="Properties\AppManifest.xml">
  86. <XnaPlatformSpecific>true</XnaPlatformSpecific>
  87. </None>
  88. <None Include="Properties\WMAppManifest.xml">
  89. <XnaPlatformSpecific>true</XnaPlatformSpecific>
  90. </None>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Content Include="Game.ico" />
  94. <Content Include="GameProjectImage.jpg">
  95. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  96. </Content>
  97. <Content Include="GameThumbnail.png" />
  98. <Content Include="TileBackground.png" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\SavingEmbeddedImagesContent\SavingEmbeddedImagesContent.contentproj">
  102. <Name>SavingEmbeddedImagesContent</Name>
  103. <XnaReferenceType>Content</XnaReferenceType>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  107. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  108. <!--
  109. To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. </Project>