6e3b2f2f94
Also, added KeyboardInput
124 lines
5.3 KiB
XML
124 lines
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{433A77A2-DE52-4875-A4EF-232CF59C2DD3}</ProjectGuid>
|
|
<ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
|
|
<OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
|
|
<ContentRootDirectory>Content</ContentRootDirectory>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RootNamespace>DepthsBelowContent</RootNamespace>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="images\soldier.png">
|
|
<Name>soldier</Name>
|
|
<Importer>TextureImporter</Importer>
|
|
<Processor>TextureProcessor</Processor>
|
|
</Compile>
|
|
<Compile Include="maps\test.tmx">
|
|
<Name>test</Name>
|
|
<Importer>TmxImporter</Importer>
|
|
<Processor>MapProcessor</Processor>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\TiledLib\TiledLib\TiledLib.csproj">
|
|
<Project>{EC3F6988-459C-4783-89E9-F34C0CC731C7}</Project>
|
|
<Name>TiledLib</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DepthsBelowContentPipeline\DepthsBelowContentPipeline.csproj">
|
|
<Project>{D054E3A6-7E05-4255-984F-69FE40D9137F}</Project>
|
|
<Name>DepthsBelowContentPipeline</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="maps\tilesets\aztek.jpg">
|
|
<Name>aztek</Name>
|
|
<Importer>TextureImporter</Importer>
|
|
<Processor>TextureProcessor</Processor>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="images\soldier2.png">
|
|
<Name>soldier2</Name>
|
|
<Importer>TextureImporter</Importer>
|
|
<Processor>TextureProcessor</Processor>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="maps\tilesets\collision.png">
|
|
<Name>collision</Name>
|
|
<Importer>TextureImporter</Importer>
|
|
<Processor>TextureProcessor</Processor>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="maps\Cave.Level1.tmx">
|
|
<Name>Cave.Level1</Name>
|
|
<Processor>MapProcessor</Processor>
|
|
<Importer>TmxImporter</Importer>
|
|
<SubType>Designer</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="maps\tilesets\cave.png">
|
|
<Name>cave</Name>
|
|
<Importer>TextureImporter</Importer>
|
|
<Processor>TextureProcessor</Processor>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="images\Monster.png">
|
|
<Name>Monster</Name>
|
|
<Importer>TextureImporter</Importer>
|
|
<Processor>TextureProcessor</Processor>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="images\Enter.bmp">
|
|
<Name>Enter</Name>
|
|
<Importer>TextureImporter</Importer>
|
|
<Processor>TextureProcessor</Processor>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.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> |