Files
MonoGame.Extended/Source/Demos/Demo.SpriteSheetAnimations/Demo.SpriteSheetAnimatons.csproj
T

108 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B7965D5F-83D2-4C04-B9FE-7D5FBF365F93}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Demo.SpriteSheetAnimations</RootNamespace>
<AssemblyName>Demo.SpriteSheetAnimations</AssemblyName>
<MonoGamePlatform>DesktopGL</MonoGamePlatform>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Compile Include="Game1.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Zombie.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="MonoGame.Framework">
<HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\$(MonoGamePlatform)\MonoGame.Framework.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="Icon.ico" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Content\Fonts\courier-new-32.fnt" />
<None Include="Content\Sprites\zombie-animations.aa" />
<None Include="Content\Tilesets\free-tileset.json" />
<None Include="Content\Tilesets\isometric.tmx" />
<None Include="Content\Tilesets\level01.tmx" />
<None Include="Content\read-me.md" />
<None Include="Content\Sprites\fireball.png" />
<None Include="Content\Fonts\courier-new-32_0.png" />
<None Include="Content\Tilesets\free-tileset.png" />
<None Include="Content\Backgrounds\hills.png" />
<None Include="Content\Backgrounds\Hills_1.png" />
<None Include="Content\Backgrounds\Hills_2.png" />
<None Include="Content\Backgrounds\Hills_3.png" />
<None Include="Content\Backgrounds\Hills_4.png" />
<None Include="Content\Backgrounds\Hills_Couds.png" />
<None Include="Content\Backgrounds\Hills_Sky.png" />
<None Include="Content\Tilesets\isometric_tileset.png" />
<None Include="Content\Sprites\shadedDark42.png" />
<None Include="Content\Sprites\stump.png" />
<None Include="Content\Tilesets\test-tileset.png" />
<None Include="Content\Sprites\zombie.png" />
<None Include="Content\Tilesets\test-tileset-atlas.json" />
<None Include="Content\Tilesets\test-tileset-left-down.tmx" />
<None Include="Content\Tilesets\test-tileset-left-up.tmx" />
<None Include="Content\Tilesets\test-tileset-map1.tmx" />
<None Include="Content\Tilesets\test-tileset-right-down.tmx" />
<None Include="Content\Tilesets\test-tileset-right-up.tmx" />
<None Include="Content\Sprites\zombie-atlas.json" />
</ItemGroup>
<ItemGroup>
<MonoGameContentReference Include="Content\Content.mgcb" />
</ItemGroup>
<ItemGroup>
<Content Include="OpenTK.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MonoGame.Extended\MonoGame.Extended.csproj">
<Project>{41724c52-3d50-45bb-81eb-3c8a247eafd1}</Project>
<Name>MonoGame.Extended</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.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>