1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" 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 >{F120B7B2-5FE9-424F-A5F6-9C0119C5B423}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >ED_Router.UI.Desktop</RootNamespace >
10+ <AssemblyName >ED-Router.UI.Desktop</AssemblyName >
11+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14+ <WarningLevel >4</WarningLevel >
15+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
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 =" CommonServiceLocator, Version=2.0.3.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL" >
38+ <HintPath >..\packages\CommonServiceLocator.2.0.3\lib\net45\CommonServiceLocator.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" GalaSoft.MvvmLight, Version=5.4.1.0, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL" >
41+ <HintPath >..\packages\MvvmLightLibs.5.4.1\lib\net45\GalaSoft.MvvmLight.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" GalaSoft.MvvmLight.Extras, Version=5.4.1.0, Culture=neutral, PublicKeyToken=669f0b5e8f868abf, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\MvvmLightLibs.5.4.1\lib\net45\GalaSoft.MvvmLight.Extras.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" GalaSoft.MvvmLight.Platform, Version=5.4.1.0, Culture=neutral, PublicKeyToken=5f873c45e98af8a1, processorArchitecture=MSIL" >
47+ <HintPath >..\packages\MvvmLightLibs.5.4.1\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" NHotkey, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL" >
50+ <HintPath >..\packages\NHotkey.1.2.1\lib\net20\NHotkey.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" NHotkey.Wpf, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\NHotkey.Wpf.1.2.1\lib\net35\NHotkey.Wpf.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" System" />
56+ <Reference Include =" System.Data" />
57+ <Reference Include =" System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
58+ <HintPath >..\packages\MvvmLightLibs.5.4.1\lib\net45\System.Windows.Interactivity.dll</HintPath >
59+ <Private >True</Private >
60+ </Reference >
61+ <Reference Include =" System.Xml" />
62+ <Reference Include =" Microsoft.CSharp" />
63+ <Reference Include =" System.Core" />
64+ <Reference Include =" System.Xml.Linq" />
65+ <Reference Include =" System.Data.DataSetExtensions" />
66+ <Reference Include =" System.Net.Http" />
67+ <Reference Include =" System.Xaml" >
68+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
69+ </Reference >
70+ <Reference Include =" WindowsBase" />
71+ <Reference Include =" PresentationCore" />
72+ <Reference Include =" PresentationFramework" />
73+ </ItemGroup >
74+ <ItemGroup >
75+ <ApplicationDefinition Include =" App.xaml" >
76+ <Generator >MSBuild:Compile</Generator >
77+ <SubType >Designer</SubType >
78+ </ApplicationDefinition >
79+ <Compile Include =" ViewModel\MainViewModel.cs" />
80+ <Compile Include =" ViewModel\ViewModelLocator.cs" />
81+ <Page Include =" MainWindow.xaml" >
82+ <Generator >MSBuild:Compile</Generator >
83+ <SubType >Designer</SubType >
84+ </Page >
85+ <Compile Include =" App.xaml.cs" >
86+ <DependentUpon >App.xaml</DependentUpon >
87+ <SubType >Code</SubType >
88+ </Compile >
89+ <Compile Include =" MainWindow.xaml.cs" >
90+ <DependentUpon >MainWindow.xaml</DependentUpon >
91+ <SubType >Code</SubType >
92+ </Compile >
93+ </ItemGroup >
94+ <ItemGroup >
95+ <Compile Include =" Properties\AssemblyInfo.cs" >
96+ <SubType >Code</SubType >
97+ </Compile >
98+ <Compile Include =" Properties\Resources.Designer.cs" >
99+ <AutoGen >True</AutoGen >
100+ <DesignTime >True</DesignTime >
101+ <DependentUpon >Resources.resx</DependentUpon >
102+ </Compile >
103+ <Compile Include =" Properties\Settings.Designer.cs" >
104+ <AutoGen >True</AutoGen >
105+ <DependentUpon >Settings.settings</DependentUpon >
106+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
107+ </Compile >
108+ <EmbeddedResource Include =" Properties\Resources.resx" >
109+ <Generator >ResXFileCodeGenerator</Generator >
110+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
111+ </EmbeddedResource >
112+ <None Include =" packages.config" />
113+ <None Include =" Properties\Settings.settings" >
114+ <Generator >SettingsSingleFileGenerator</Generator >
115+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
116+ </None >
117+ </ItemGroup >
118+ <ItemGroup >
119+ <None Include =" App.config" />
120+ </ItemGroup >
121+ <ItemGroup >
122+ <ProjectReference Include =" ..\ED-Router\ED-Router.csproj" >
123+ <Project >{160c10d6-f300-4766-8120-58f0bc4c427a}</Project >
124+ <Name >ED-Router</Name >
125+ </ProjectReference >
126+ <ProjectReference Include =" ..\libspanch\libspanch.csproj" >
127+ <Project >{9d0fb9d4-345d-4874-b469-f5caec09ae91}</Project >
128+ <Name >libspanch</Name >
129+ </ProjectReference >
130+ </ItemGroup >
131+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132+ </Project >
0 commit comments