Samples.Animation.WP8.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">ARM</Platform>
  7. <ProductVersion>10.0.20506</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{6CFAB910-02C9-49B5-AE60-D96FFB83FBE1}</ProjectGuid>
  10. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Samples.Animation</RootNamespace>
  14. <AssemblyName>Samples.Animation</AssemblyName>
  15. <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
  16. <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
  17. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  18. <SilverlightApplication>true</SilverlightApplication>
  19. <SupportedCultures>
  20. </SupportedCultures>
  21. <XapOutputs>true</XapOutputs>
  22. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  23. <XapFilename>Samples.Animation_$(Configuration)_$(Platform).xap</XapFilename>
  24. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  25. <SilverlightAppEntry>Samples.Animation.App</SilverlightAppEntry>
  26. <ValidateXaml>true</ValidateXaml>
  27. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  28. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  29. <MonoGamePlatform>WindowsPhone8</MonoGamePlatform>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\$(Configuration)\WP8\$(Platform)\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  37. <NoStdLib>true</NoStdLib>
  38. <NoConfig>true</NoConfig>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\$(Configuration)\WP8\$(Platform)\</OutputPath>
  46. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  47. <NoStdLib>true</NoStdLib>
  48. <NoConfig>true</NoConfig>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
  53. <DebugSymbols>true</DebugSymbols>
  54. <DebugType>full</DebugType>
  55. <Optimize>false</Optimize>
  56. <OutputPath>bin\$(Configuration)\WP8\$(Platform)\</OutputPath>
  57. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  58. <NoStdLib>true</NoStdLib>
  59. <NoConfig>true</NoConfig>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. </PropertyGroup>
  63. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
  64. <DebugType>pdbonly</DebugType>
  65. <Optimize>true</Optimize>
  66. <OutputPath>bin\$(Configuration)\WP8\$(Platform)\</OutputPath>
  67. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  68. <NoStdLib>true</NoStdLib>
  69. <NoConfig>true</NoConfig>
  70. <ErrorReport>prompt</ErrorReport>
  71. <WarningLevel>4</WarningLevel>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <Compile Include="App.WP8.xaml.cs">
  75. <DependentUpon>App.WP8.xaml</DependentUpon>
  76. </Compile>
  77. <Compile Include="GamePage.WP8.xaml.cs">
  78. <DependentUpon>GamePage.WP8.xaml</DependentUpon>
  79. </Compile>
  80. <Compile Include="Game1.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ApplicationDefinition Include="App.WP8.xaml">
  85. <SubType>Designer</SubType>
  86. <Generator>MSBuild:Compile</Generator>
  87. </ApplicationDefinition>
  88. <Page Include="GamePage.WP8.xaml">
  89. <SubType>Designer</SubType>
  90. <Generator>MSBuild:Compile</Generator>
  91. </Page>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include="Properties\AppManifest.xml" />
  95. <None Include="Properties\WMAppManifest.xml">
  96. <SubType>Designer</SubType>
  97. </None>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Content Include="Assets.WP8\ApplicationIcon.png">
  101. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  102. </Content>
  103. <Content Include="Assets.WP8\Tiles\FlipCycleTileLarge.png">
  104. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  105. </Content>
  106. <Content Include="Assets.WP8\Tiles\FlipCycleTileMedium.png">
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </Content>
  109. <Content Include="Assets.WP8\Tiles\FlipCycleTileSmall.png">
  110. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  111. </Content>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <MonoGameContentReference Include="..\AnimationContent\Content.mgcb">
  115. <Link>Content\Content.mgcb</Link>
  116. </MonoGameContentReference>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  120. <Reference Include="MonoGame.Framework" Condition=" '$(Platform)' == 'ARM' ">
  121. <HintPath>..\Libraries\MonoGame 3.5.1.9000\WindowsPhone8.0\ARM\MonoGame.Framework.dll</HintPath>
  122. </Reference>
  123. <Reference Include="MonoGame.Framework" Condition=" '$(Platform)' == 'x86' ">
  124. <HintPath>..\Libraries\MonoGame 3.5.1.9000\WindowsPhone8.0\x86\MonoGame.Framework.dll</HintPath>
  125. </Reference>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ProjectReference Include="..\..\Animation\Aether.Animation.WP8.csproj">
  129. <Project>{8029b300-3608-4c01-bef5-3f7bc3f9e58e}</Project>
  130. <Name>Aether.Animation.WP8</Name>
  131. </ProjectReference>
  132. </ItemGroup>
  133. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
  134. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
  135. <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
  136. <Target Name="MonoGame_RemoveXnaAssemblies" AfterTargets="ImplicitlyExpandTargetFramework">
  137. <Message Text="MonoGame - Removing XNA Assembly references!" Importance="normal" />
  138. <ItemGroup>
  139. <ReferencePath Remove="@(ReferencePath)" Condition="'%(Filename)%(Extension)'=='Microsoft.Xna.Framework.dll'" />
  140. <ReferencePath Remove="@(ReferencePath)" Condition="'%(Filename)%(Extension)'=='Microsoft.Xna.Framework.GamerServices.dll'" />
  141. <ReferencePath Remove="@(ReferencePath)" Condition="'%(Filename)%(Extension)'=='Microsoft.Xna.Framework.GamerServicesExtensions.dll'" />
  142. <ReferencePath Remove="@(ReferencePath)" Condition="'%(Filename)%(Extension)'=='Microsoft.Xna.Framework.Input.Touch.dll'" />
  143. <ReferencePath Remove="@(ReferencePath)" Condition="'%(Filename)%(Extension)'=='Microsoft.Xna.Framework.MediaLibraryExtensions.dll'" />
  144. </ItemGroup>
  145. </Target>
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. <ProjectExtensions />
  154. </Project>