recrownedathenaeum/RecrownedAthenaeum/RecrownedAthenaeum.csproj

102 lines
5.1 KiB
XML
Raw Normal View History

2018-11-30 02:19:08 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{95A926DC-1482-4368-91DA-8D30AC04740A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RecrownedAthenaeum</RootNamespace>
<AssemblyName>RecrownedAthenaeum</AssemblyName>
2018-11-30 02:19:08 +00:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
2018-11-30 02:19:08 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2019-01-15 23:03:17 +00:00
<DocumentationFile>bin\Debug\RecrownedAthenaeum.xml</DocumentationFile>
2018-11-30 02:19:08 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2019-01-14 06:34:35 +00:00
<DocumentationFile>bin\Release\RecrownedAthenaeum.xml</DocumentationFile>
2018-11-30 02:19:08 +00:00
</PropertyGroup>
<ItemGroup>
2018-12-14 20:25:14 +00:00
<Reference Include="MonoGame.Framework, Version=3.7.1.189, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoGame.Framework.Portable.3.7.1.189\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
2018-11-30 02:19:08 +00:00
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
2019-02-25 04:44:02 +00:00
<Compile Include="View\Camera3D.cs" />
<Compile Include="View\Camera2D.cs" />
2019-01-20 07:31:01 +00:00
<Compile Include="ContentSystem\ContentData.cs" />
<Compile Include="ContentSystem\ContentManagerController.cs" />
2019-01-22 05:38:50 +00:00
<Compile Include="ContentSystem\IContentPathResolver.cs" />
2019-01-22 04:18:22 +00:00
<Compile Include="Configuration.cs" />
2019-01-22 05:38:50 +00:00
<Compile Include="ContentSystem\NormalContentResolver.cs" />
2019-01-15 23:33:55 +00:00
<Compile Include="SpecialTypes\ISpecialDrawable.cs" />
<Compile Include="SpecialTypes\NinePatch.cs" />
<Compile Include="SpecialTypes\Resolution.cs" />
<Compile Include="SpecialTypes\TextureAtlas.cs" />
<Compile Include="Input\IInputListener.cs" />
<Compile Include="Input\InputListener.cs" />
<Compile Include="Input\InputUtilities.cs" />
<Compile Include="ParticleSystem\Particle.cs" />
<Compile Include="Persistence\PreferencesManager.cs" />
<Compile Include="Data\NinePatchData.cs" />
2019-01-21 03:45:15 +00:00
<Compile Include="ContentReaders\NinePatchDataReader.cs" />
<Compile Include="Data\TextureAtlasData.cs" />
2019-01-21 03:45:15 +00:00
<Compile Include="ContentReaders\TextureAtlasDataReader.cs" />
2018-11-30 02:19:08 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
2019-01-12 06:47:17 +00:00
<Compile Include="Render\RectangleRenderer.cs" />
2019-01-12 04:09:42 +00:00
<Compile Include="Render\PrimitiveBatch.cs" />
<Compile Include="ScreenSystem\ITransition.cs" />
<Compile Include="ScreenSystem\LoadingScreen.cs" />
<Compile Include="ScreenSystem\Screen.cs" />
<Compile Include="ScreenSystem\ScreenManager.cs" />
2019-01-27 23:39:18 +00:00
<Compile Include="UI\BookSystem\Book.cs" />
<Compile Include="UI\BookSystem\Page.cs" />
<Compile Include="UI\Modular\Modules\Image.cs" />
<Compile Include="UI\Modular\Modules\Interactive\Button.cs" />
<Compile Include="UI\Modular\Modules\Interactive\TextButton.cs" />
2018-12-11 07:12:34 +00:00
<Compile Include="UI\Modular\Modules\Text.cs" />
<Compile Include="UI\Modular\UIModule.cs" />
<Compile Include="UI\Modular\UIModuleGroup.cs" />
2019-01-27 23:39:18 +00:00
<Compile Include="UI\SkinSystem\Definitions\ButtonSkinDefinition.cs" />
2019-01-29 22:22:14 +00:00
<Compile Include="UI\SkinSystem\Definitions\SkinDefinition.cs" />
2019-01-27 23:39:18 +00:00
<Compile Include="UI\SkinSystem\Definitions\TextButtonSkinDefinition.cs" />
<Compile Include="UI\SkinSystem\ISkin.cs" />
<Compile Include="UI\SkinSystem\Skin.cs" />
<Compile Include="Data\SkinData.cs" />
2019-01-27 23:39:18 +00:00
<Compile Include="UI\SkinSystem\SkinManager.cs" />
<Compile Include="UI\SkinSystem\MergedSkin.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
2018-11-30 02:19:08 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>