2015-06-25 18:05:24 -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>{41B8F5C2-65AA-42F0-A20B-6F95B13A9F48}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Filtration.ThemeEditor</RootNamespace>
|
|
|
|
|
<AssemblyName>Filtration.ThemeEditor</AssemblyName>
|
2015-12-13 14:45:01 -05:00
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
2015-06-25 18:05:24 -04:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2015-12-13 14:45:01 -05:00
|
|
|
|
<TargetFrameworkProfile />
|
2015-06-25 18:05:24 -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>
|
|
|
|
|
<Reference Include="PresentationCore" />
|
2015-06-26 05:17:32 -04:00
|
|
|
|
<Reference Include="PresentationFramework" />
|
2015-06-25 18:05:24 -04:00
|
|
|
|
<Reference Include="System" />
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2015-06-25 18:05:24 -04:00
|
|
|
|
<Reference Include="System.Core" />
|
2015-06-26 05:17:32 -04:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.Runtime.Remoting" />
|
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
|
<Reference Include="System.Web" />
|
2015-06-26 05:17:32 -04:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xaml" />
|
2015-06-25 18:05:24 -04:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2015-06-26 05:17:32 -04:00
|
|
|
|
<Reference Include="WindowsBase" />
|
2015-06-25 18:05:24 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-06-26 12:42:20 -04:00
|
|
|
|
<Compile Include="Converters\ThemeComponentTypeToStringConverter.cs" />
|
2015-07-06 08:41:46 -04:00
|
|
|
|
<Compile Include="Messages\ThemeClosedMessage.cs" />
|
2015-06-25 18:05:24 -04:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2015-06-26 12:42:20 -04:00
|
|
|
|
<Compile Include="Providers\ThemeProvider.cs" />
|
|
|
|
|
<Compile Include="Services\ThemePersistenceService.cs" />
|
2015-06-26 16:54:20 -04:00
|
|
|
|
<Compile Include="Services\ThemeService.cs" />
|
2018-08-24 15:07:24 -04:00
|
|
|
|
<Compile Include="ViewModels\ColorThemeComponentViewModel.cs" />
|
2018-08-29 13:12:02 -04:00
|
|
|
|
<Compile Include="ViewModels\EffectColorThemeComponentViewModel.cs" />
|
|
|
|
|
<Compile Include="ViewModels\IconThemeComponentViewModel.cs" />
|
2018-08-29 06:11:41 -04:00
|
|
|
|
<Compile Include="ViewModels\StringThemeComponentViewModel.cs" />
|
2018-08-26 13:24:13 -04:00
|
|
|
|
<Compile Include="ViewModels\StrIntThemeComponentViewModel.cs" />
|
2018-08-25 08:52:16 -04:00
|
|
|
|
<Compile Include="ViewModels\IntegerThemeComponentViewModel.cs" />
|
2015-06-26 12:42:20 -04:00
|
|
|
|
<Compile Include="ViewModels\IThemeViewModelFactory.cs" />
|
|
|
|
|
<Compile Include="ViewModels\ThemeComponentViewModel.cs" />
|
2015-07-05 17:43:17 -04:00
|
|
|
|
<Compile Include="ViewModels\ThemeEditorViewModel.cs" />
|
2015-06-26 12:42:20 -04:00
|
|
|
|
<Compile Include="Views\ThemeComponentControl.xaml.cs">
|
|
|
|
|
<DependentUpon>ThemeComponentControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-05 17:43:17 -04:00
|
|
|
|
<Compile Include="Views\ThemeEditorView.xaml.cs">
|
|
|
|
|
<DependentUpon>ThemeEditorView.xaml</DependentUpon>
|
2015-06-26 05:17:32 -04:00
|
|
|
|
</Compile>
|
2015-06-26 12:42:20 -04:00
|
|
|
|
<Compile Include="WindsorInstallers\ProvidersInstaller.cs" />
|
|
|
|
|
<Compile Include="WindsorInstallers\ServicesInstaller.cs" />
|
2015-06-26 05:17:32 -04:00
|
|
|
|
<Compile Include="WindsorInstallers\ViewModelsInstaller.cs" />
|
2015-06-25 18:05:24 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-06-26 12:42:20 -04:00
|
|
|
|
<ProjectReference Include="..\Filtration.Common\Filtration.Common.csproj">
|
|
|
|
|
<Project>{8cb44f28-2956-4c2a-9314-72727262edd4}</Project>
|
|
|
|
|
<Name>Filtration.Common</Name>
|
|
|
|
|
</ProjectReference>
|
2015-06-26 05:17:32 -04:00
|
|
|
|
<ProjectReference Include="..\Filtration.Interface\Filtration.Interface.csproj">
|
|
|
|
|
<Project>{0f333344-7695-47b2-b0e6-172e4de74819}</Project>
|
|
|
|
|
<Name>Filtration.Interface</Name>
|
|
|
|
|
</ProjectReference>
|
2015-06-25 18:05:24 -04:00
|
|
|
|
<ProjectReference Include="..\Filtration.ObjectModel\Filtration.ObjectModel.csproj">
|
|
|
|
|
<Project>{4aac3beb-1dc1-483e-9d11-0e9334e80227}</Project>
|
|
|
|
|
<Name>Filtration.ObjectModel</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2018-08-29 06:11:41 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Resources\open_icon.png" />
|
|
|
|
|
<Resource Include="Resources\speaker_icon.png" />
|
|
|
|
|
</ItemGroup>
|
2015-06-26 05:17:32 -04:00
|
|
|
|
<ItemGroup>
|
2015-06-26 12:42:20 -04:00
|
|
|
|
<Page Include="Views\ThemeComponentControl.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-07-05 17:43:17 -04:00
|
|
|
|
<Page Include="Views\ThemeEditorView.xaml">
|
2015-06-26 05:17:32 -04:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-11-27 16:26:04 -05:00
|
|
|
|
<None Include="app.config" />
|
2015-06-26 05:17:32 -04:00
|
|
|
|
</ItemGroup>
|
2018-12-05 12:40:59 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<WCFMetadata Include="Connected Services\" />
|
|
|
|
|
</ItemGroup>
|
2019-04-10 16:15:15 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="AutoMapper">
|
|
|
|
|
<Version>8.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<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="Extended.Wpf.Toolkit">
|
|
|
|
|
<Version>3.5.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="MvvmLightLibs">
|
|
|
|
|
<Version>5.4.1.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="NLog">
|
|
|
|
|
<Version>4.6.2</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2015-06-25 18:05:24 -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>
|