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" />
|
2018-08-29 06:11:41 -04:00
|
|
|
|
<Reference Include="PresentationFramework" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Reference Include="System.Core" />
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="System.Runtime.Remoting" />
|
|
|
|
|
<Reference Include="System.Web" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<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" />
|
2018-08-22 13:20:12 -04:00
|
|
|
|
<Compile Include="BlockItemBaseTypes\ColorBooleanBlockItem.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="BlockItemBaseTypes\DualIntegerBlockItem.cs" />
|
2018-08-29 13:12:02 -04:00
|
|
|
|
<Compile Include="BlockItemBaseTypes\EffectColorBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemBaseTypes\IconBlockItem.cs" />
|
2018-12-05 11:42:59 -05:00
|
|
|
|
<Compile Include="BlockItemBaseTypes\NilBlockItem.cs" />
|
2018-08-21 10:03:42 -04:00
|
|
|
|
<Compile Include="BlockItemBaseTypes\StringBlockItem.cs" />
|
2018-08-26 13:24:13 -04:00
|
|
|
|
<Compile Include="BlockItemBaseTypes\StrIntBlockItem.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="BlockItemBaseTypes\IntegerBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemBaseTypes\NumericFilterPredicateBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemBaseTypes\StringListBlockItem.cs" />
|
2019-03-18 13:27:21 -04:00
|
|
|
|
<Compile Include="BlockItemTypes\AnyEnchantmentBlockItem.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="BlockItemTypes\BackgroundColorBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\BaseTypeBlockItem.cs" />
|
2019-03-18 13:27:21 -04:00
|
|
|
|
<Compile Include="BlockItemTypes\FracturedItemBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\HasEnchantmentBlockItem.cs" />
|
2018-08-29 13:12:02 -04:00
|
|
|
|
<Compile Include="BlockItemTypes\MapTierBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\PlayEffectBlockItem.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="BlockItemTypes\BorderColorBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\ClassBlockItem.cs" />
|
2018-08-27 15:43:01 -04:00
|
|
|
|
<Compile Include="BlockItemTypes\CustomSoundBlockItem.cs" />
|
2018-08-20 14:19:18 -04:00
|
|
|
|
<Compile Include="BlockItemTypes\DisableDropSoundBlockItem.cs" />
|
2018-08-12 04:15:45 -04:00
|
|
|
|
<Compile Include="BlockItemTypes\ElderMapBlockItem.cs" />
|
2018-08-09 09:48:11 -04:00
|
|
|
|
<Compile Include="BlockItemTypes\GemLevelBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\HasExplicitModBlockItem.cs" />
|
2018-08-29 13:12:02 -04:00
|
|
|
|
<Compile Include="BlockItemTypes\MapIconBlockItem.cs" />
|
2018-12-05 01:59:10 -05:00
|
|
|
|
<Compile Include="BlockItemTypes\ProphecyBlockItem.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="BlockItemTypes\ShapedMapBlockItem.cs" />
|
2019-03-18 13:27:21 -04:00
|
|
|
|
<Compile Include="BlockItemTypes\SynthesisedItemBlockItem.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<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" />
|
2018-08-09 09:48:11 -04:00
|
|
|
|
<Compile Include="BlockItemTypes\StackSizeBlockItem.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="BlockItemTypes\TextColorBlockItem.cs" />
|
|
|
|
|
<Compile Include="BlockItemTypes\WidthBlockItem.cs" />
|
2018-08-09 09:48:11 -04:00
|
|
|
|
<Compile Include="Commands\CommandManager.cs" />
|
2017-12-07 14:16:47 -05:00
|
|
|
|
<Compile Include="Commands\ICommand.cs" />
|
2018-12-05 07:31:47 -05:00
|
|
|
|
<Compile Include="Commands\ItemFilterScript\AddBlockItemToBlocksCommand.cs" />
|
2018-09-13 10:34:16 -04:00
|
|
|
|
<Compile Include="Commands\ItemFilterScript\MoveBlocksToIndexCommand.cs" />
|
|
|
|
|
<Compile Include="Commands\ItemFilterScript\MoveBlocksToBottomCommand.cs" />
|
2017-12-07 14:16:47 -05:00
|
|
|
|
<Compile Include="Commands\ItemFilterScript\AddCommentBlockCommand.cs" />
|
2018-09-13 10:34:16 -04:00
|
|
|
|
<Compile Include="Commands\ItemFilterScript\MoveBlocksToTopCommand.cs" />
|
|
|
|
|
<Compile Include="Commands\ItemFilterScript\PasteBlocksCommand.cs" />
|
2018-12-05 07:31:47 -05:00
|
|
|
|
<Compile Include="Commands\ItemFilterScript\RemoveBlockItemFromBlocksCommand.cs" />
|
2018-09-13 10:34:16 -04:00
|
|
|
|
<Compile Include="Commands\ItemFilterScript\RemoveBlocksCommand.cs" />
|
2017-12-07 14:16:47 -05:00
|
|
|
|
<Compile Include="Commands\ItemFilterScript\SetScriptDescriptionCommand.cs" />
|
|
|
|
|
<Compile Include="Commands\ItemFilterScript\AddBlockCommand.cs" />
|
|
|
|
|
<Compile Include="Commands\IUndoableCommand.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="Enums\BlockAction.cs" />
|
2018-12-05 01:59:10 -05:00
|
|
|
|
<Compile Include="Enums\BlockItemOrdering.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="Enums\BlockItemType.cs" />
|
2018-08-29 13:12:02 -04:00
|
|
|
|
<Compile Include="Enums\EffectColor.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="Enums\FilterPredicateOperator.cs" />
|
|
|
|
|
<Compile Include="Enums\FilterType.cs" />
|
2018-08-29 13:12:02 -04:00
|
|
|
|
<Compile Include="Enums\IconColor.cs" />
|
|
|
|
|
<Compile Include="Enums\IconShape.cs" />
|
|
|
|
|
<Compile Include="Enums\IconSize.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<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" />
|
2018-08-09 09:48:11 -04:00
|
|
|
|
<Compile Include="Factories\IItemFilterScriptFactory.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="FilteredItem.cs" />
|
|
|
|
|
<Compile Include="IAudioVisualBlockItem.cs" />
|
2018-08-25 08:52:16 -04:00
|
|
|
|
<Compile Include="IBlockItemWithTheme.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="IItemFilterBlockItem.cs" />
|
|
|
|
|
<Compile Include="Item.cs" />
|
|
|
|
|
<Compile Include="ItemFilterBlock.cs" />
|
|
|
|
|
<Compile Include="ItemFilterBlockGroup.cs" />
|
|
|
|
|
<Compile Include="ItemFilterScript.cs" />
|
2018-08-09 09:48:11 -04:00
|
|
|
|
<Compile Include="ItemFilterScriptSettings.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<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" />
|
2018-08-29 13:12:02 -04:00
|
|
|
|
<Compile Include="ThemeEditor\EffectColorThemeComponent.cs" />
|
|
|
|
|
<Compile Include="ThemeEditor\IconThemeComponent.cs" />
|
2018-08-29 06:11:41 -04:00
|
|
|
|
<Compile Include="ThemeEditor\StringThemeComponent.cs" />
|
2018-08-26 13:24:13 -04:00
|
|
|
|
<Compile Include="ThemeEditor\StrIntThemeComponent.cs" />
|
2018-08-25 08:52:16 -04:00
|
|
|
|
<Compile Include="ThemeEditor\IntegerThemeComponent.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="ThemeEditor\Theme.cs" />
|
2018-08-24 15:07:24 -04:00
|
|
|
|
<Compile Include="ThemeEditor\ColorThemeComponent.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<Compile Include="ThemeEditor\ThemeComponent.cs" />
|
|
|
|
|
<Compile Include="ThemeEditor\ThemeComponentCollection.cs" />
|
2017-12-07 14:16:47 -05:00
|
|
|
|
<Compile Include="WindsorInstallers\CommandsInstaller.cs" />
|
|
|
|
|
<Compile Include="WindsorInstallers\ModelsInstaller.cs" />
|
2017-12-06 23:03:46 -05:00
|
|
|
|
</ItemGroup>
|
2018-08-29 06:11:41 -04:00
|
|
|
|
<ItemGroup>
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<None Include="app.config" />
|
2019-04-10 16:15:15 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Castle.Core">
|
|
|
|
|
<Version>4.4.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Castle.Windsor">
|
|
|
|
|
<Version>5.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="CommonServiceLocator">
|
|
|
|
|
<Version>2.0.4</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="MvvmLightLibs">
|
|
|
|
|
<Version>5.4.1.1</Version>
|
|
|
|
|
</PackageReference>
|
2018-08-29 06:11:41 -04:00
|
|
|
|
</ItemGroup>
|
2017-12-06 23:03:46 -05:00
|
|
|
|
<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>
|