<?xml version="1.0" encoding="utf-8"?>␍␊ |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">␍␊ |
<PropertyGroup>␍␊ |
<ProjectGuid>{DCD6AFFE-B920-4B3C-B01C-130DA3B69271}</ProjectGuid>␍␊ |
<ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>␍␊ |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>␍␊ |
<Platform Condition=" '$(Platform)' == '' ">Windows Phone</Platform>␍␊ |
<OutputType>Library</OutputType>␍␊ |
<AppDesignerFolder>Properties</AppDesignerFolder>␍␊ |
<RootNamespace>axios_snake</RootNamespace>␍␊ |
<AssemblyName>axios_snake</AssemblyName>␍␊ |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>␍␊ |
<TargetFrameworkProfile>Client</TargetFrameworkProfile>␍␊ |
<XnaFrameworkVersion>v4.0</XnaFrameworkVersion>␍␊ |
<XnaPlatform>Windows Phone</XnaPlatform>␍␊ |
<XnaProfile>Reach</XnaProfile>␍␊ |
<XnaCrossPlatformGroupID>ade2d9b7-dbb9-48bc-a588-b933b9042bfc</XnaCrossPlatformGroupID>␍␊ |
<XnaOutputType>Game</XnaOutputType>␍␊ |
<ApplicationIcon>Game.ico</ApplicationIcon>␍␊ |
<Thumbnail>GameThumbnail.png</Thumbnail>␍␊ |
<PublishUrl>publish\</PublishUrl>␍␊ |
<Install>true</Install>␍␊ |
<InstallFrom>Disk</InstallFrom>␍␊ |
<UpdateEnabled>false</UpdateEnabled>␍␊ |
<UpdateMode>Foreground</UpdateMode>␍␊ |
<UpdateInterval>7</UpdateInterval>␍␊ |
<UpdateIntervalUnits>Days</UpdateIntervalUnits>␍␊ |
<UpdatePeriodically>false</UpdatePeriodically>␍␊ |
<UpdateRequired>false</UpdateRequired>␍␊ |
<MapFileExtensions>true</MapFileExtensions>␍␊ |
<ApplicationRevision>0</ApplicationRevision>␍␊ |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>␍␊ |
<IsWebBootstrapper>false</IsWebBootstrapper>␍␊ |
<UseApplicationTrust>false</UseApplicationTrust>␍␊ |
<BootstrapperEnabled>true</BootstrapperEnabled>␍␊ |
<XnaRefreshLevel>1</XnaRefreshLevel>␍␊ |
<XapFilename Condition="$(XnaOutputType)=='Game'">$(AssemblyName).xap</XapFilename>␍␊ |
<SilverlightManifestTemplate Condition="$(XnaOutputType)=='Game'">Properties\AppManifest.xml</SilverlightManifestTemplate>␍␊ |
<XnaWindowsPhoneManifestTemplate Condition="$(XnaOutputType)=='Game'">Properties\WMAppManifest.xml</XnaWindowsPhoneManifestTemplate>␍␊ |
<TileImage Condition="$(XnaOutputType)=='Game'">Background.png</TileImage>␍␊ |
<TileTitle Condition="$(XnaOutputType)=='Game'">$(AssemblyName)</TileTitle>␍␊ |
<SupportedCultures />␍␊ |
</PropertyGroup>␍␊ |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Windows Phone' ">␍␊ |
<OutputPath>bin\Windows Phone\Release</OutputPath>␍␊ |
<ErrorReport>prompt</ErrorReport>␍␊ |
<WarningLevel>4</WarningLevel>␍␊ |
<NoStdLib>true</NoStdLib>␍␊ |
<UseVSHostingProcess>false</UseVSHostingProcess>␍␊ |
<DebugType>pdbonly</DebugType>␍␊ |
<Optimize>true</Optimize>␍␊ |
<DefineConstants>TRACE;WINDOWS_PHONE</DefineConstants>␍␊ |
<XnaCompressContent>false</XnaCompressContent>␍␊ |
</PropertyGroup>␍␊ |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Windows Phone' ">␍␊ |
<OutputPath>bin\Windows Phone\Debug</OutputPath>␍␊ |
<ErrorReport>prompt</ErrorReport>␍␊ |
<WarningLevel>4</WarningLevel>␍␊ |
<NoStdLib>true</NoStdLib>␍␊ |
<UseVSHostingProcess>false</UseVSHostingProcess>␍␊ |
<DebugSymbols>true</DebugSymbols>␍␊ |
<DebugType>full</DebugType>␍␊ |
<Optimize>false</Optimize>␍␊ |
<DefineConstants>DEBUG;TRACE;WINDOWS_PHONE</DefineConstants>␍␊ |
<XnaCompressContent>false</XnaCompressContent>␍␊ |
</PropertyGroup>␍␊ |
<ItemGroup>␍␊ |
<ProjectReference Include="..\axios_snakeContent\axios_snakeContent.contentproj">␍␊ |
<Name>axios_snakeContent %28Content%29</Name>␍␊ |
<XnaReferenceType>Content</XnaReferenceType>␍␊ |
<Project>{664607B5-E371-44CA-A2D0-A7ECF21237A7}</Project>␍␊ |
</ProjectReference>␍␊ |
</ItemGroup>␍␊ |
<ItemGroup>␍␊ |
<Compile Include="DifficultyMenu.cs" />␍␊ |
<Compile Include="Objects\Ball.cs" />␍␊ |
<Compile Include="Objects\Snake.cs" />␍␊ |
<Compile Include="Properties\AssemblyInfo.cs" />␍␊ |
<Compile Include="Program.cs" />␍␊ |
<Compile Include="Game1.cs" />␍␊ |
<Compile Include="SnakeScreen.cs" />␍␊ |
</ItemGroup>␍␊ |
<ItemGroup>␍␊ |
<Content Include="Axios.Windows.dll" />␍␊ |
<Content Include="Axios.WP7.dll" />␍␊ |
<Content Include="Axios.Xbox360.dll" />␍␊ |
<Content Include="Game.ico" />␍␊ |
</ItemGroup>␍␊ |
<ItemGroup>␍␊ |
<None Include="Background.png">␍␊ |
<XnaPlatformSpecific>true</XnaPlatformSpecific>␍␊ |
</None>␍␊ |
<None Include="PhoneGameThumb.png">␍␊ |
<XnaPlatformSpecific>true</XnaPlatformSpecific>␍␊ |
</None>␍␊ |
<None Include="Properties\AppManifest.xml">␍␊ |
<XnaPlatformSpecific>true</XnaPlatformSpecific>␍␊ |
</None>␍␊ |
<None Include="Properties\WMAppManifest.xml">␍␊ |
<XnaPlatformSpecific>true</XnaPlatformSpecific>␍␊ |
</None>␍␊ |
</ItemGroup>␍␊ |
<ItemGroup>␍␊ |
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">␍␊ |
<Visible>False</Visible>␍␊ |
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>␍␊ |
<Install>true</Install>␍␊ |
</BootstrapperPackage>␍␊ |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">␍␊ |
<Visible>False</Visible>␍␊ |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>␍␊ |
<Install>false</Install>␍␊ |
</BootstrapperPackage>␍␊ |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">␍␊ |
<Visible>False</Visible>␍␊ |
<ProductName>.NET Framework 3.5 SP1</ProductName>␍␊ |
<Install>false</Install>␍␊ |
</BootstrapperPackage>␍␊ |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">␍␊ |
<Visible>False</Visible>␍␊ |
<ProductName>Windows Installer 3.1</ProductName>␍␊ |
<Install>true</Install>␍␊ |
</BootstrapperPackage>␍␊ |
<BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">␍␊ |
<Visible>False</Visible>␍␊ |
<ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>␍␊ |
<Install>true</Install>␍␊ |
</BootstrapperPackage>␍␊ |
</ItemGroup>␍␊ |
<ItemGroup />␍␊ |
<ItemGroup>␍␊ |
<Reference Include="Axios.WP7, Version=1.0.1.6, Culture=neutral, processorArchitecture=MSIL" />␍␊ |
<Reference Include="Microsoft.Xna.Framework" />␍␊ |
<Reference Include="Microsoft.Xna.Framework.Game" />␍␊ |
<Reference Include="Microsoft.Xna.Framework.GamerServices" />␍␊ |
<Reference Include="Microsoft.Xna.Framework.Graphics" />␍␊ |
<Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />␍␊ |
<Reference Include="mscorlib" />␍␊ |
<Reference Include="System" />␍␊ |
<Reference Include="System.Core" />␍␊ |
<Reference Include="System.Net" />␍␊ |
<Reference Include="System.Xml" />␍␊ |
<Reference Include="System.Xml.Linq" />␍␊ |
</ItemGroup>␍␊ |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />␍␊ |
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />␍␊ |
<!--␍␊ |
To modify your build process, add your task inside one of the targets below and uncomment it. ␍␊ |
Other similar extension points exist, see Microsoft.Common.targets.␍␊ |
<Target Name="BeforeBuild">␍␊ |
</Target>␍␊ |
<Target Name="AfterBuild">␍␊ |
</Target>␍␊ |
-->␍␊ |
</Project> |