2018-11-22 00:18:42 -05: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>{B743160E-A0BB-45DC-9998-967A85E50562}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>OpenDiablo2.Common</RootNamespace>
|
|
|
|
|
<AssemblyName>OpenDiablo2.Common</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
</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>
|
|
|
|
|
</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>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="DotNetZip, Version=1.12.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\DotNetZip.1.12.0\lib\net20\DotNetZip.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
|
|
|
|
|
<HintPath>..\packages\NetSword.Common.ICSharpCode.SharpZipLib.0.84.0\lib\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
|
|
|
</Reference>
|
2018-11-22 20:23:00 -05:00
|
|
|
|
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
|
|
|
|
|
</Reference>
|
2018-11-22 00:18:42 -05:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<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>
|
|
|
|
|
<Compile Include="Attributes\SceneAttribute.cs" />
|
2018-11-22 22:53:05 -05:00
|
|
|
|
<Compile Include="Enums\eButtonType.cs" />
|
2018-11-22 00:18:42 -05:00
|
|
|
|
<Compile Include="Enums\eMPQFormatVersion.cs" />
|
2018-11-22 14:30:37 -05:00
|
|
|
|
<Compile Include="Interfaces\IFont.cs" />
|
2018-11-22 00:18:42 -05:00
|
|
|
|
<Compile Include="Interfaces\IGameEngine.cs" />
|
2018-11-22 16:22:39 -05:00
|
|
|
|
<Compile Include="Interfaces\ILabel.cs" />
|
2018-11-22 00:18:42 -05:00
|
|
|
|
<Compile Include="Interfaces\IMPQProvider.cs" />
|
2018-11-22 02:24:55 -05:00
|
|
|
|
<Compile Include="Interfaces\IMusicProvider.cs" />
|
2018-11-22 00:18:42 -05:00
|
|
|
|
<Compile Include="Interfaces\IPaletteProvider.cs" />
|
|
|
|
|
<Compile Include="Interfaces\IRenderTarget.cs" />
|
|
|
|
|
<Compile Include="Interfaces\IRenderWindow.cs" />
|
2018-11-22 22:53:05 -05:00
|
|
|
|
<Compile Include="Interfaces\IResourceManager.cs" />
|
2018-11-22 00:18:42 -05:00
|
|
|
|
<Compile Include="Interfaces\IScene.cs" />
|
2018-11-22 20:23:00 -05:00
|
|
|
|
<Compile Include="Interfaces\ISceneManager.cs" />
|
2018-11-22 00:18:42 -05:00
|
|
|
|
<Compile Include="Interfaces\ISprite.cs" />
|
2018-11-22 00:56:36 -05:00
|
|
|
|
<Compile Include="Interfaces\IMouseInfoProvider.cs" />
|
|
|
|
|
<Compile Include="Interfaces\ITextLabel.cs" />
|
2018-11-22 00:18:42 -05:00
|
|
|
|
<Compile Include="Models\BitStream.cs" />
|
2018-11-22 22:53:05 -05:00
|
|
|
|
<Compile Include="Models\ButtonLayout.cs" />
|
2018-11-22 16:22:39 -05:00
|
|
|
|
<Compile Include="Models\MPQFont.cs" />
|
2018-11-22 00:18:42 -05:00
|
|
|
|
<Compile Include="Models\GlobalConfiguration.cs" />
|
|
|
|
|
<Compile Include="Models\ImageSet.cs" />
|
|
|
|
|
<Compile Include="Models\MPQ.cs" />
|
|
|
|
|
<Compile Include="Models\MPQHuffman.cs" />
|
|
|
|
|
<Compile Include="Models\MPQStream.cs" />
|
|
|
|
|
<Compile Include="Models\MPQWavCompression.cs" />
|
|
|
|
|
<Compile Include="Models\Palette.cs" />
|
|
|
|
|
<Compile Include="Models\PKLibDecompress.cs" />
|
|
|
|
|
<Compile Include="Models\SoundEntry.cs" />
|
2018-11-22 14:30:37 -05:00
|
|
|
|
<Compile Include="Palettes.cs" />
|
2018-11-22 00:18:42 -05:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2018-11-22 14:30:37 -05:00
|
|
|
|
<Compile Include="ResourcePaths.cs" />
|
2018-11-22 00:18:42 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|