1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{0F56EDA9-CF7F-4C49-A67B-3FCD434D4902}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >ChannelMerger</RootNamespace >
11+ <AssemblyName >ChannelMerger</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15+ <WarningLevel >4</WarningLevel >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <PlatformTarget >AnyCPU</PlatformTarget >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <PlatformTarget >AnyCPU</PlatformTarget >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL" >
38+ <HintPath >..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" Magick.NET-Q16-AnyCPU, Version=7.5.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL" >
41+ <HintPath >..\packages\Magick.NET-Q16-AnyCPU.7.5.0.1\lib\net40\Magick.NET-Q16-AnyCPU.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" MahApps.Metro, Version=1.6.5.1, Culture=neutral, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\MahApps.Metro.1.6.5\lib\net45\MahApps.Metro.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" MahApps.Metro.IconPacks, Version=2.3.0.4, Culture=neutral, processorArchitecture=MSIL" >
47+ <HintPath >..\packages\MahApps.Metro.IconPacks.2.3.0\lib\net45\MahApps.Metro.IconPacks.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" MahApps.Metro.SimpleChildWindow, Version=1.5.0.16, Culture=neutral, processorArchitecture=MSIL" >
50+ <HintPath >..\packages\MahApps.Metro.SimpleChildWindow.1.5.0\lib\net45\MahApps.Metro.SimpleChildWindow.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" System" />
53+ <Reference Include =" System.Data" />
54+ <Reference Include =" System.Drawing" />
55+ <Reference Include =" System.Windows.Forms" />
56+ <Reference Include =" System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
57+ <HintPath >..\packages\ControlzEx.3.0.2.4\lib\net45\System.Windows.Interactivity.dll</HintPath >
58+ </Reference >
59+ <Reference Include =" System.Xml" />
60+ <Reference Include =" Microsoft.CSharp" />
61+ <Reference Include =" System.Core" />
62+ <Reference Include =" System.Xml.Linq" />
63+ <Reference Include =" System.Data.DataSetExtensions" />
64+ <Reference Include =" System.Xaml" >
65+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
66+ </Reference >
67+ <Reference Include =" WindowsBase" />
68+ <Reference Include =" PresentationCore" />
69+ <Reference Include =" PresentationFramework" />
70+ </ItemGroup >
71+ <ItemGroup >
72+ <ApplicationDefinition Include =" App.xaml" >
73+ <Generator >MSBuild:Compile</Generator >
74+ <SubType >Designer</SubType >
75+ </ApplicationDefinition >
76+ <Page Include =" MainWindow.xaml" >
77+ <Generator >MSBuild:Compile</Generator >
78+ <SubType >Designer</SubType >
79+ </Page >
80+ <Compile Include =" App.xaml.cs" >
81+ <DependentUpon >App.xaml</DependentUpon >
82+ <SubType >Code</SubType >
83+ </Compile >
84+ <Compile Include =" helpers.cs" />
85+ <Compile Include =" MainWindow.xaml.cs" >
86+ <DependentUpon >MainWindow.xaml</DependentUpon >
87+ <SubType >Code</SubType >
88+ </Compile >
89+ </ItemGroup >
90+ <ItemGroup >
91+ <Compile Include =" Properties\AssemblyInfo.cs" >
92+ <SubType >Code</SubType >
93+ </Compile >
94+ <Compile Include =" Properties\Resources.Designer.cs" >
95+ <AutoGen >True</AutoGen >
96+ <DesignTime >True</DesignTime >
97+ <DependentUpon >Resources.resx</DependentUpon >
98+ </Compile >
99+ <Compile Include =" Properties\Settings.Designer.cs" >
100+ <AutoGen >True</AutoGen >
101+ <DependentUpon >Settings.settings</DependentUpon >
102+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
103+ </Compile >
104+ <EmbeddedResource Include =" Properties\Resources.resx" >
105+ <Generator >ResXFileCodeGenerator</Generator >
106+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
107+ </EmbeddedResource >
108+ <None Include =" packages.config" />
109+ <None Include =" Properties\Settings.settings" >
110+ <Generator >SettingsSingleFileGenerator</Generator >
111+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
112+ </None >
113+ <AppDesigner Include =" Properties\" />
114+ </ItemGroup >
115+ <ItemGroup >
116+ <None Include =" App.config" />
117+ </ItemGroup >
118+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120+ Other similar extension points exist, see Microsoft.Common.targets.
121+ <Target Name="BeforeBuild">
122+ </Target>
123+ <Target Name="AfterBuild">
124+ </Target>
125+ -->
126+ </Project >
0 commit comments