2017-12-06 23:03:46 -05:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{4AAC3BEB-1DC1-483E-9D11-0E9334E80227}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Filtration.ObjectModel</RootNamespace>
|
|
|
|
|
<AssemblyName>Filtration.ObjectModel</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</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>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
|
<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.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="BlockItemBaseTypes\ActionBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemBaseTypes\BlockItemBase.cs" />
|
|
|
|
|
<Compile Include="BlockItemBaseTypes\BooleanBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemBaseTypes\ColorBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemBaseTypes\DualIntegerBlockItem.cs" />
|
2017-12-07 06:49:25 -05:00
|
|
|
|
<Compile Include="BlockItemBaseTypes\StringIntBlockItem.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="BlockItemBaseTypes\IntegerBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemBaseTypes\NumericFilterPredicateBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemBaseTypes\StringListBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\BackgroundColorBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\BaseTypeBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\BorderColorBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\ClassBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\ShapedMapBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\ShaperItemBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\ElderItemBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\CorruptedBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\DropLevelBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\FontSizeBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\HeightBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\IdentifiedBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\ItemLevelBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\LinkedSocketsBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\QualityBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\RarityBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\SocketGroupBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\SocketsBlockItem.cs" />
|
2017-12-07 06:49:25 -05:00
|
|
|
|
<Compile Include="BlockItemTypes\PositionalSoundBlockItem.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="BlockItemTypes\SoundBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\TextColorBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\WidthBlockItem.cs" />
|
|
|
|
|
<Compile Include="Enums\BlockAction.cs" />
|
|
|
|
|
<Compile Include="Enums\BlockItemType.cs" />
|
|
|
|
|
<Compile Include="Enums\FilterPredicateOperator.cs" />
|
|
|
|
|
<Compile Include="Enums\FilterType.cs" />
|
|
|
|
|
<Compile Include="Enums\ItemRarity.cs" />
|
|
|
|
|
<Compile Include="Enums\SocketColor.cs" />
|
|
|
|
|
<Compile Include="Enums\ThemeComponentType.cs" />
|
|
|
|
|
<Compile Include="Extensions\EnumHelper.cs" />
|
|
|
|
|
<Compile Include="Extensions\ItemRarityExtensions.cs" />
|
|
|
|
|
<Compile Include="FilteredItem.cs" />
|
|
|
|
|
<Compile Include="IAudioVisualBlockItem.cs" />
|
|
|
|
|
<Compile Include="IItemFilterBlockItem.cs" />
|
|
|
|
|
<Compile Include="Item.cs" />
|
|
|
|
|
<Compile Include="ItemFilterBlock.cs" />
|
|
|
|
|
<Compile Include="ItemFilterBlockGroup.cs" />
|
|
|
|
|
<Compile Include="ItemFilterScript.cs" />
|
|
|
|
|
<Compile Include="ItemFilterSection.cs" />
|
|
|
|
|
<Compile Include="ItemSet.cs" />
|
|
|
|
|
<Compile Include="NumericFilterPredicate.cs" />
|
|
|
|
|
<Compile Include="PathOfExileNamedColors.cs" />
|
|
|
|
|
<Compile Include="Enums\PathOfExileNamedColor.cs" />
|
|
|
|
|
<Compile Include="Properties\Annotations.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="ReplaceColorsParameterSet.cs" />
|
|
|
|
|
<Compile Include="Socket.cs" />
|
|
|
|
|
<Compile Include="SocketGroup.cs" />
|
|
|
|
|
<Compile Include="ThemeEditor\Theme.cs" />
|
|
|
|
|
<Compile Include="ThemeEditor\ThemeComponent.cs" />
|
|
|
|
|
<Compile Include="ThemeEditor\ThemeComponentCollection.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2015-06-24 14:57:16 -04:00
|
|
|
|
<!-- 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>
|
2017-12-06 23:03:46 -05:00
|
|
|
|
-->
|
2015-06-24 14:57:16 -04:00
|
|
|
|
</Project>
|