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 >{48EC0A76-C311-4A20-9AC2-14CF655485C8}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <RootNamespace >LiffManager</RootNamespace >
10
+ <AssemblyName >LiffManager</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 =" Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
38
+ <HintPath >..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath >
39
+ </Reference >
40
+ <Reference Include =" Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
41
+ <HintPath >..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" Prism, Version=6.3.0.0, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL" >
44
+ <HintPath >..\packages\Prism.Core.6.3.0\lib\net45\Prism.dll</HintPath >
45
+ </Reference >
46
+ <Reference Include =" Prism.Wpf, Version=6.3.0.0, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL" >
47
+ <HintPath >..\packages\Prism.Wpf.6.3.0\lib\net45\Prism.Wpf.dll</HintPath >
48
+ </Reference >
49
+ <Reference Include =" System" />
50
+ <Reference Include =" System.Data" />
51
+ <Reference Include =" System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
52
+ <HintPath >..\packages\Prism.Wpf.6.3.0\lib\net45\System.Windows.Interactivity.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" System.Xml" />
55
+ <Reference Include =" Microsoft.CSharp" />
56
+ <Reference Include =" System.Core" />
57
+ <Reference Include =" System.Xml.Linq" />
58
+ <Reference Include =" System.Data.DataSetExtensions" />
59
+ <Reference Include =" System.Net.Http" />
60
+ <Reference Include =" System.Xaml" >
61
+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
62
+ </Reference >
63
+ <Reference Include =" WindowsBase" />
64
+ <Reference Include =" PresentationCore" />
65
+ <Reference Include =" PresentationFramework" />
66
+ </ItemGroup >
67
+ <ItemGroup >
68
+ <ApplicationDefinition Include =" App.xaml" >
69
+ <Generator >MSBuild:Compile</Generator >
70
+ <SubType >Designer</SubType >
71
+ </ApplicationDefinition >
72
+ <Page Include =" MainWindow.xaml" >
73
+ <Generator >MSBuild:Compile</Generator >
74
+ <SubType >Designer</SubType >
75
+ </Page >
76
+ <Compile Include =" App.xaml.cs" >
77
+ <DependentUpon >App.xaml</DependentUpon >
78
+ <SubType >Code</SubType >
79
+ </Compile >
80
+ <Compile Include =" MainWindow.xaml.cs" >
81
+ <DependentUpon >MainWindow.xaml</DependentUpon >
82
+ <SubType >Code</SubType >
83
+ </Compile >
84
+ </ItemGroup >
85
+ <ItemGroup >
86
+ <Compile Include =" MainWindowViewModel.cs" />
87
+ <Compile Include =" Properties\AssemblyInfo.cs" >
88
+ <SubType >Code</SubType >
89
+ </Compile >
90
+ <Compile Include =" Properties\Resources.Designer.cs" >
91
+ <AutoGen >True</AutoGen >
92
+ <DesignTime >True</DesignTime >
93
+ <DependentUpon >Resources.resx</DependentUpon >
94
+ </Compile >
95
+ <Compile Include =" Properties\Settings.Designer.cs" >
96
+ <AutoGen >True</AutoGen >
97
+ <DependentUpon >Settings.settings</DependentUpon >
98
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
99
+ </Compile >
100
+ <EmbeddedResource Include =" Properties\Resources.resx" >
101
+ <Generator >ResXFileCodeGenerator</Generator >
102
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
103
+ </EmbeddedResource >
104
+ <None Include =" packages.config" />
105
+ <None Include =" Properties\Settings.settings" >
106
+ <Generator >SettingsSingleFileGenerator</Generator >
107
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
108
+ </None >
109
+ </ItemGroup >
110
+ <ItemGroup >
111
+ <None Include =" App.config" />
112
+ </ItemGroup >
113
+ <ItemGroup >
114
+ <ProjectReference Include =" ..\Line.Messaging\Line.Messaging.csproj" >
115
+ <Project >{05d6b392-9e4f-4f35-b1f9-72f907d9c3d0}</Project >
116
+ <Name >Line.Messaging</Name >
117
+ </ProjectReference >
118
+ </ItemGroup >
119
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
120
+ </Project >
0 commit comments