2015-07-02 12:57:43 -04: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>{8CB44F28-2956-4C2A-9314-72727262EDD4}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Filtration.Common</RootNamespace>
|
|
|
|
|
<AssemblyName>Filtration.Common</AssemblyName>
|
2015-12-13 14:45:01 -05:00
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
2015-07-02 12:57:43 -04:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2015-12-13 14:45:01 -05:00
|
|
|
|
<TargetFrameworkProfile />
|
2015-07-02 12:57:43 -04: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>
|
|
|
|
|
</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>
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
|
2015-07-02 12:57:43 -04:00
|
|
|
|
</Reference>
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="Castle.Windsor, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Castle.Windsor.4.1.1\lib\net45\Castle.Windsor.dll</HintPath>
|
2015-07-02 12:57:43 -04:00
|
|
|
|
</Reference>
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll</HintPath>
|
2015-07-02 12:57:43 -04:00
|
|
|
|
</Reference>
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="GalaSoft.MvvmLight, Version=5.4.1.0, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll</HintPath>
|
2015-07-02 12:57:43 -04:00
|
|
|
|
</Reference>
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="GalaSoft.MvvmLight.Extras, Version=5.4.1.0, Culture=neutral, PublicKeyToken=669f0b5e8f868abf, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll</HintPath>
|
2015-07-02 12:57:43 -04:00
|
|
|
|
</Reference>
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="GalaSoft.MvvmLight.Platform, Version=5.4.1.0, Culture=neutral, PublicKeyToken=5f873c45e98af8a1, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath>
|
2015-07-02 12:57:43 -04:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="PresentationCore" />
|
2015-07-04 12:28:34 -04:00
|
|
|
|
<Reference Include="PresentationFramework" />
|
2015-07-02 12:57:43 -04:00
|
|
|
|
<Reference Include="System" />
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2015-07-02 12:57:43 -04:00
|
|
|
|
<Reference Include="System.Core" />
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="System.Runtime.Remoting" />
|
|
|
|
|
<Reference Include="System.Web" />
|
2015-07-02 12:57:43 -04:00
|
|
|
|
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
2015-07-02 12:57:43 -04:00
|
|
|
|
</Reference>
|
2015-07-04 12:28:34 -04:00
|
|
|
|
<Reference Include="System.Xaml" />
|
2015-07-02 12:57:43 -04:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-07-06 08:41:46 -04:00
|
|
|
|
<Compile Include="Converters\BooleanInverterConverter.cs" />
|
2015-07-06 07:01:48 -04:00
|
|
|
|
<Compile Include="Converters\BooleanVisibilityConverter.cs" />
|
2015-07-06 08:41:46 -04:00
|
|
|
|
<Compile Include="Converters\ColorToSolidColorBrushConverter.cs" />
|
|
|
|
|
<Compile Include="Converters\InverseBooleanVisibilityConverter.cs" />
|
|
|
|
|
<Compile Include="Converters\StringToVisibilityConverter.cs" />
|
2018-08-29 13:12:02 -04:00
|
|
|
|
<Compile Include="Extensions\EnumerationExtension.cs" />
|
|
|
|
|
<Compile Include="Extensions\HyperlinkExtensions.cs" />
|
2015-07-06 08:41:46 -04:00
|
|
|
|
<Compile Include="Messages\ThemeClosedMessage.cs" />
|
2015-07-02 12:57:43 -04:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Services\FileSystemService.cs" />
|
2015-07-04 12:28:34 -04:00
|
|
|
|
<Compile Include="Services\MessageBoxService.cs" />
|
2016-01-31 05:51:53 -05:00
|
|
|
|
<Compile Include="Utilities\LineReader.cs" />
|
2015-07-02 12:57:43 -04:00
|
|
|
|
<Compile Include="ViewModels\PaneViewModel.cs" />
|
|
|
|
|
<Compile Include="WindsorInstallers\ServicesInstaller.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<None Include="app.config" />
|
2015-07-02 12:57:43 -04:00
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Filtration.ObjectModel\Filtration.ObjectModel.csproj">
|
|
|
|
|
<Project>{4AAC3BEB-1DC1-483E-9D11-0E9334E80227}</Project>
|
|
|
|
|
<Name>Filtration.ObjectModel</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2015-07-06 08:41:46 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Page Include="Styles\SharedResourcesDictionary.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
2015-07-02 12:57:43 -04:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>
|