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
|
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
|
6
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
7
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
8
|
<ProjectGuid>{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}</ProjectGuid>
|
9
|
<OutputType>WinExe</OutputType>
|
10
|
<RootNamespace>Markus.Service.StationController</RootNamespace>
|
11
|
<AssemblyName>Markus.Service.StationController</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
|
<Deterministic>true</Deterministic>
|
17
|
<NuGetPackageImportStamp>
|
18
|
</NuGetPackageImportStamp>
|
19
|
<TargetFrameworkProfile />
|
20
|
<PublishUrl>publish\</PublishUrl>
|
21
|
<Install>true</Install>
|
22
|
<InstallFrom>Disk</InstallFrom>
|
23
|
<UpdateEnabled>false</UpdateEnabled>
|
24
|
<UpdateMode>Foreground</UpdateMode>
|
25
|
<UpdateInterval>7</UpdateInterval>
|
26
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
27
|
<UpdatePeriodically>false</UpdatePeriodically>
|
28
|
<UpdateRequired>false</UpdateRequired>
|
29
|
<MapFileExtensions>true</MapFileExtensions>
|
30
|
<ApplicationRevision>0</ApplicationRevision>
|
31
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
32
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
33
|
<UseApplicationTrust>false</UseApplicationTrust>
|
34
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
35
|
</PropertyGroup>
|
36
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
37
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
38
|
<DebugSymbols>true</DebugSymbols>
|
39
|
<DebugType>full</DebugType>
|
40
|
<Optimize>false</Optimize>
|
41
|
<OutputPath>bin\Debug\</OutputPath>
|
42
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
43
|
<ErrorReport>prompt</ErrorReport>
|
44
|
<WarningLevel>4</WarningLevel>
|
45
|
<Prefer32Bit>false</Prefer32Bit>
|
46
|
</PropertyGroup>
|
47
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
48
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
49
|
<DebugType>none</DebugType>
|
50
|
<Optimize>true</Optimize>
|
51
|
<OutputPath>bin\Release\</OutputPath>
|
52
|
<DefineConstants>
|
53
|
</DefineConstants>
|
54
|
<ErrorReport>prompt</ErrorReport>
|
55
|
<WarningLevel>4</WarningLevel>
|
56
|
<Prefer32Bit>false</Prefer32Bit>
|
57
|
<DocumentationFile>
|
58
|
</DocumentationFile>
|
59
|
</PropertyGroup>
|
60
|
<PropertyGroup />
|
61
|
<ItemGroup>
|
62
|
<Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
|
63
|
<HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
|
64
|
</Reference>
|
65
|
<Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
|
66
|
<HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
|
67
|
</Reference>
|
68
|
<Reference Include="Microsoft.EntityFrameworkCore">
|
69
|
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath>
|
70
|
</Reference>
|
71
|
<Reference Include="Microsoft.Expression.Interactions, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
72
|
<HintPath>..\packages\Expression.Blend.Sdk.WPF.1.0.1\lib\net45\Microsoft.Expression.Interactions.dll</HintPath>
|
73
|
</Reference>
|
74
|
<Reference Include="System" />
|
75
|
<Reference Include="System.Data" />
|
76
|
<Reference Include="System.Drawing" />
|
77
|
<Reference Include="System.Runtime.Serialization" />
|
78
|
<Reference Include="System.ServiceModel" />
|
79
|
<Reference Include="System.Windows.Forms" />
|
80
|
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
81
|
<HintPath>..\packages\Expression.Blend.Sdk.WPF.1.0.1\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
82
|
</Reference>
|
83
|
<Reference Include="System.Xml" />
|
84
|
<Reference Include="Microsoft.CSharp" />
|
85
|
<Reference Include="System.Core" />
|
86
|
<Reference Include="System.Xml.Linq" />
|
87
|
<Reference Include="System.Data.DataSetExtensions" />
|
88
|
<Reference Include="System.Net.Http" />
|
89
|
<Reference Include="System.Xaml">
|
90
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
91
|
</Reference>
|
92
|
<Reference Include="Telerik.Windows.Controls">
|
93
|
<HintPath>..\packages\telerik\Telerik.Windows.Controls.dll</HintPath>
|
94
|
</Reference>
|
95
|
<Reference Include="Telerik.Windows.Controls.GridView">
|
96
|
<HintPath>..\packages\telerik\Telerik.Windows.Controls.GridView.dll</HintPath>
|
97
|
</Reference>
|
98
|
<Reference Include="Telerik.Windows.Controls.Input">
|
99
|
<HintPath>..\packages\telerik\Telerik.Windows.Controls.Input.dll</HintPath>
|
100
|
</Reference>
|
101
|
<Reference Include="Telerik.Windows.Controls.Navigation">
|
102
|
<HintPath>..\packages\telerik\Telerik.Windows.Controls.Navigation.dll</HintPath>
|
103
|
</Reference>
|
104
|
<Reference Include="Telerik.Windows.Data">
|
105
|
<HintPath>..\packages\telerik\Telerik.Windows.Data.dll</HintPath>
|
106
|
</Reference>
|
107
|
<Reference Include="Telerik.Windows.Themes.VisualStudio2013">
|
108
|
<HintPath>..\packages\telerik\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath>
|
109
|
</Reference>
|
110
|
<Reference Include="Telerik.Windows.Zip">
|
111
|
<HintPath>..\packages\telerik\Telerik.Windows.Zip.dll</HintPath>
|
112
|
</Reference>
|
113
|
<Reference Include="WindowsBase" />
|
114
|
<Reference Include="PresentationCore" />
|
115
|
<Reference Include="PresentationFramework" />
|
116
|
</ItemGroup>
|
117
|
<ItemGroup>
|
118
|
<ApplicationDefinition Include="App.xaml">
|
119
|
<Generator>MSBuild:Compile</Generator>
|
120
|
<SubType>Designer</SubType>
|
121
|
</ApplicationDefinition>
|
122
|
<Compile Include="AppInit.cs" />
|
123
|
<Compile Include="AppDefine.cs" />
|
124
|
<Compile Include="Data\NavigationItem.cs" />
|
125
|
<Compile Include="ViewModel\DataBaseByStatusViewModel.cs" />
|
126
|
<Compile Include="ViewModel\AliveViewModel.cs" />
|
127
|
<Compile Include="ViewModel\MainViewModel.cs" />
|
128
|
<Compile Include="Views\MergeDataView.xaml.cs">
|
129
|
<DependentUpon>MergeDataView.xaml</DependentUpon>
|
130
|
</Compile>
|
131
|
<Compile Include="ViewModel\SettingsViewModel.cs" />
|
132
|
<Compile Include="Views\DataBaseByStatusView.xaml.cs">
|
133
|
<DependentUpon>DataBaseByStatusView.xaml</DependentUpon>
|
134
|
</Compile>
|
135
|
<Compile Include="Views\AliveView.xaml.cs">
|
136
|
<DependentUpon>AliveView.xaml</DependentUpon>
|
137
|
</Compile>
|
138
|
<Compile Include="Views\SettiingServiceLocation.xaml.cs">
|
139
|
<DependentUpon>SettiingServiceLocation.xaml</DependentUpon>
|
140
|
</Compile>
|
141
|
<Compile Include="Views\SettingsView.xaml.cs">
|
142
|
<DependentUpon>SettingsView.xaml</DependentUpon>
|
143
|
</Compile>
|
144
|
<Page Include="MainWindow.xaml">
|
145
|
<Generator>MSBuild:Compile</Generator>
|
146
|
<SubType>Designer</SubType>
|
147
|
</Page>
|
148
|
<Compile Include="App.xaml.cs">
|
149
|
<DependentUpon>App.xaml</DependentUpon>
|
150
|
<SubType>Code</SubType>
|
151
|
</Compile>
|
152
|
<Compile Include="MainWindow.xaml.cs">
|
153
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
154
|
<SubType>Code</SubType>
|
155
|
</Compile>
|
156
|
<Page Include="Themes\ControllerThemes.xaml">
|
157
|
<SubType>Designer</SubType>
|
158
|
<Generator>MSBuild:Compile</Generator>
|
159
|
</Page>
|
160
|
<Page Include="Themes\TelerikTheme.xaml">
|
161
|
<SubType>Designer</SubType>
|
162
|
<Generator>MSBuild:Compile</Generator>
|
163
|
</Page>
|
164
|
<Page Include="Views\MergeDataView.xaml">
|
165
|
<SubType>Designer</SubType>
|
166
|
<Generator>MSBuild:Compile</Generator>
|
167
|
</Page>
|
168
|
<Page Include="Views\DataBaseByStatusView.xaml">
|
169
|
<Generator>MSBuild:Compile</Generator>
|
170
|
<SubType>Designer</SubType>
|
171
|
</Page>
|
172
|
<Page Include="Views\AliveView.xaml">
|
173
|
<SubType>Designer</SubType>
|
174
|
<Generator>MSBuild:Compile</Generator>
|
175
|
</Page>
|
176
|
<Page Include="Views\SettiingServiceLocation.xaml">
|
177
|
<SubType>Designer</SubType>
|
178
|
<Generator>MSBuild:Compile</Generator>
|
179
|
</Page>
|
180
|
<Page Include="Views\SettingsView.xaml">
|
181
|
<SubType>Designer</SubType>
|
182
|
<Generator>MSBuild:Compile</Generator>
|
183
|
</Page>
|
184
|
</ItemGroup>
|
185
|
<ItemGroup>
|
186
|
<Compile Include="Properties\AssemblyInfo.cs">
|
187
|
<SubType>Code</SubType>
|
188
|
</Compile>
|
189
|
<Compile Include="Properties\Resources.Designer.cs">
|
190
|
<AutoGen>True</AutoGen>
|
191
|
<DesignTime>True</DesignTime>
|
192
|
<DependentUpon>Resources.resx</DependentUpon>
|
193
|
</Compile>
|
194
|
<Compile Include="Properties\Settings.Designer.cs">
|
195
|
<AutoGen>True</AutoGen>
|
196
|
<DependentUpon>Settings.settings</DependentUpon>
|
197
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
198
|
</Compile>
|
199
|
<EmbeddedResource Include="Properties\Resources.resx">
|
200
|
<Generator>ResXFileCodeGenerator</Generator>
|
201
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
202
|
</EmbeddedResource>
|
203
|
<None Include="..\Markus.Service.Station\ServiceStation.ini">
|
204
|
<Link>ServiceStation.ini</Link>
|
205
|
</None>
|
206
|
<None Include="packages.config" />
|
207
|
<None Include="Properties\Settings.settings">
|
208
|
<Generator>SettingsSingleFileGenerator</Generator>
|
209
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
210
|
</None>
|
211
|
<None Include="StationController.ini">
|
212
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
213
|
</None>
|
214
|
</ItemGroup>
|
215
|
<ItemGroup>
|
216
|
<None Include="App.config" />
|
217
|
</ItemGroup>
|
218
|
<ItemGroup>
|
219
|
<WCFMetadata Include="Connected Services\" />
|
220
|
</ItemGroup>
|
221
|
<ItemGroup>
|
222
|
<None Include="Resources\TRANSFER_OK.ico" />
|
223
|
</ItemGroup>
|
224
|
<ItemGroup>
|
225
|
<None Include="Resources\Tranfer_Error.ico" />
|
226
|
</ItemGroup>
|
227
|
<ItemGroup>
|
228
|
<ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj">
|
229
|
<Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project>
|
230
|
<Name>Markus.Mvvm.ToolKit</Name>
|
231
|
</ProjectReference>
|
232
|
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
|
233
|
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
|
234
|
<Name>Markus.Service.Extensions</Name>
|
235
|
</ProjectReference>
|
236
|
<ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
|
237
|
<Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
|
238
|
<Name>Markus.Service.WcfClient</Name>
|
239
|
</ProjectReference>
|
240
|
</ItemGroup>
|
241
|
<ItemGroup>
|
242
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
243
|
<Visible>False</Visible>
|
244
|
<ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
|
245
|
<Install>true</Install>
|
246
|
</BootstrapperPackage>
|
247
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
248
|
<Visible>False</Visible>
|
249
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
250
|
<Install>false</Install>
|
251
|
</BootstrapperPackage>
|
252
|
</ItemGroup>
|
253
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
254
|
<PropertyGroup>
|
255
|
<PostBuildEvent>mkdir $(TargetDir)Bin
|
256
|
MOVE $(TargetDir)*.dll $(TargetDir)Bin\
|
257
|
</PostBuildEvent>
|
258
|
</PropertyGroup>
|
259
|
</Project>
|