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>{0F9D3B52-01B6-4058-9571-4822FB32FD7A}</ProjectGuid>
|
8
|
<OutputType>WinExe</OutputType>
|
9
|
<RootNamespace>ServiceTestApp</RootNamespace>
|
10
|
<AssemblyName>ServiceTestApp</AssemblyName>
|
11
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
12
|
<FileAlignment>512</FileAlignment>
|
13
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
14
|
<WarningLevel>4</WarningLevel>
|
15
|
<Deterministic>true</Deterministic>
|
16
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
17
|
<PublishUrl>publish\</PublishUrl>
|
18
|
<Install>true</Install>
|
19
|
<InstallFrom>Disk</InstallFrom>
|
20
|
<UpdateEnabled>false</UpdateEnabled>
|
21
|
<UpdateMode>Foreground</UpdateMode>
|
22
|
<UpdateInterval>7</UpdateInterval>
|
23
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
24
|
<UpdatePeriodically>false</UpdatePeriodically>
|
25
|
<UpdateRequired>false</UpdateRequired>
|
26
|
<MapFileExtensions>true</MapFileExtensions>
|
27
|
<ApplicationRevision>0</ApplicationRevision>
|
28
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
29
|
<UseApplicationTrust>false</UseApplicationTrust>
|
30
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
31
|
</PropertyGroup>
|
32
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
33
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
34
|
<DebugSymbols>true</DebugSymbols>
|
35
|
<DebugType>full</DebugType>
|
36
|
<Optimize>false</Optimize>
|
37
|
<OutputPath>bin\Debug\</OutputPath>
|
38
|
<DefineConstants>TRACE;DEBUG;_SERVICE_TEST</DefineConstants>
|
39
|
<ErrorReport>prompt</ErrorReport>
|
40
|
<WarningLevel>4</WarningLevel>
|
41
|
<Prefer32Bit>false</Prefer32Bit>
|
42
|
</PropertyGroup>
|
43
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
44
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
45
|
<DebugType>pdbonly</DebugType>
|
46
|
<Optimize>true</Optimize>
|
47
|
<OutputPath>bin\Release\</OutputPath>
|
48
|
<DefineConstants>TRACE;_SERVICE_TEST</DefineConstants>
|
49
|
<ErrorReport>prompt</ErrorReport>
|
50
|
<WarningLevel>4</WarningLevel>
|
51
|
</PropertyGroup>
|
52
|
<PropertyGroup>
|
53
|
<TargetZone>LocalIntranet</TargetZone>
|
54
|
</PropertyGroup>
|
55
|
<PropertyGroup>
|
56
|
<GenerateManifests>false</GenerateManifests>
|
57
|
</PropertyGroup>
|
58
|
<PropertyGroup>
|
59
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
60
|
</PropertyGroup>
|
61
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
62
|
<DebugSymbols>true</DebugSymbols>
|
63
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
64
|
<DefineConstants>TRACE;DEBUG;_SERVICE_TEST</DefineConstants>
|
65
|
<DebugType>full</DebugType>
|
66
|
<PlatformTarget>x64</PlatformTarget>
|
67
|
<ErrorReport>prompt</ErrorReport>
|
68
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
69
|
<Prefer32Bit>true</Prefer32Bit>
|
70
|
</PropertyGroup>
|
71
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
72
|
<OutputPath>bin\x64\Release\</OutputPath>
|
73
|
<DefineConstants>TRACE;_SERVICE_TEST</DefineConstants>
|
74
|
<Optimize>true</Optimize>
|
75
|
<DebugType>pdbonly</DebugType>
|
76
|
<PlatformTarget>x64</PlatformTarget>
|
77
|
<ErrorReport>prompt</ErrorReport>
|
78
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
79
|
<Prefer32Bit>true</Prefer32Bit>
|
80
|
</PropertyGroup>
|
81
|
<ItemGroup>
|
82
|
<Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
|
83
|
<HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
|
84
|
</Reference>
|
85
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
86
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
87
|
</Reference>
|
88
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
89
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
90
|
</Reference>
|
91
|
<Reference Include="log4net">
|
92
|
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
|
93
|
</Reference>
|
94
|
<Reference Include="Markus.LibraryInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
95
|
<HintPath>..\packages\Markus.LibraryInstaller.1.5.1\lib\net45\Markus.LibraryInstaller.dll</HintPath>
|
96
|
</Reference>
|
97
|
<Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
|
98
|
<HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
|
99
|
</Reference>
|
100
|
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions">
|
101
|
<HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
|
102
|
</Reference>
|
103
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
104
|
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
105
|
</Reference>
|
106
|
<Reference Include="System" />
|
107
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
108
|
<Reference Include="System.Configuration.Install" />
|
109
|
<Reference Include="System.Data" />
|
110
|
<Reference Include="System.Runtime.Serialization" />
|
111
|
<Reference Include="System.ServiceModel" />
|
112
|
<Reference Include="System.ServiceProcess" />
|
113
|
<Reference Include="System.Web" />
|
114
|
<Reference Include="System.Web.Extensions" />
|
115
|
<Reference Include="System.Windows.Forms" />
|
116
|
<Reference Include="System.Xml" />
|
117
|
<Reference Include="Microsoft.CSharp" />
|
118
|
<Reference Include="System.Core" />
|
119
|
<Reference Include="System.Xml.Linq" />
|
120
|
<Reference Include="System.Data.DataSetExtensions" />
|
121
|
<Reference Include="System.Net.Http" />
|
122
|
<Reference Include="System.Xaml">
|
123
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
124
|
</Reference>
|
125
|
<Reference Include="WindowsBase" />
|
126
|
<Reference Include="PresentationCore" />
|
127
|
<Reference Include="PresentationFramework" />
|
128
|
</ItemGroup>
|
129
|
<ItemGroup>
|
130
|
<ApplicationDefinition Include="App.xaml">
|
131
|
<Generator>MSBuild:Compile</Generator>
|
132
|
<SubType>Designer</SubType>
|
133
|
</ApplicationDefinition>
|
134
|
<Page Include="MainWindow.xaml">
|
135
|
<Generator>MSBuild:Compile</Generator>
|
136
|
<SubType>Designer</SubType>
|
137
|
</Page>
|
138
|
<Compile Include="..\Markus.Service.Station\ApplicationDefine.cs">
|
139
|
<Link>ApplicationDefine.cs</Link>
|
140
|
</Compile>
|
141
|
<Compile Include="App.xaml.cs">
|
142
|
<DependentUpon>App.xaml</DependentUpon>
|
143
|
<SubType>Code</SubType>
|
144
|
</Compile>
|
145
|
<Compile Include="Connected Services\ConvertService\Reference.cs">
|
146
|
<AutoGen>True</AutoGen>
|
147
|
<DesignTime>True</DesignTime>
|
148
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
149
|
</Compile>
|
150
|
<Compile Include="Connected Services\ConvertWebService\Reference.cs">
|
151
|
<AutoGen>True</AutoGen>
|
152
|
<DesignTime>True</DesignTime>
|
153
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
154
|
</Compile>
|
155
|
<Compile Include="Connected Services\StationService\Reference.cs">
|
156
|
<AutoGen>True</AutoGen>
|
157
|
<DesignTime>True</DesignTime>
|
158
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
159
|
</Compile>
|
160
|
<Compile Include="MainWindow.xaml.cs">
|
161
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
162
|
<SubType>Code</SubType>
|
163
|
</Compile>
|
164
|
</ItemGroup>
|
165
|
<ItemGroup>
|
166
|
<Compile Include="Properties\AssemblyInfo.cs">
|
167
|
<SubType>Code</SubType>
|
168
|
</Compile>
|
169
|
<Compile Include="Properties\Resources.Designer.cs">
|
170
|
<AutoGen>True</AutoGen>
|
171
|
<DesignTime>True</DesignTime>
|
172
|
<DependentUpon>Resources.resx</DependentUpon>
|
173
|
</Compile>
|
174
|
<Compile Include="Properties\Settings.Designer.cs">
|
175
|
<AutoGen>True</AutoGen>
|
176
|
<DependentUpon>Settings.settings</DependentUpon>
|
177
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
178
|
</Compile>
|
179
|
<EmbeddedResource Include="Properties\Resources.resx">
|
180
|
<Generator>ResXFileCodeGenerator</Generator>
|
181
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
182
|
</EmbeddedResource>
|
183
|
<None Include="..\Markus.Service.Station\ServiceStation.ini">
|
184
|
<Link>ServiceStation.ini</Link>
|
185
|
</None>
|
186
|
<None Include="Connected Services\ConvertService\service1.wsdl" />
|
187
|
<None Include="Connected Services\ConvertService\service2.xsd">
|
188
|
<SubType>Designer</SubType>
|
189
|
</None>
|
190
|
<None Include="Connected Services\ConvertService\service21.xsd">
|
191
|
<SubType>Designer</SubType>
|
192
|
</None>
|
193
|
<None Include="Connected Services\ConvertWebService\Conversion.wsdl" />
|
194
|
<None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ConvertRunIgnoreCommentResponse.datasource">
|
195
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
196
|
</None>
|
197
|
<None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ConvertRunResponse.datasource">
|
198
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
199
|
</None>
|
200
|
<None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.CoverConvertResponse.datasource">
|
201
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
202
|
</None>
|
203
|
<None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ExcelExportResponse.datasource">
|
204
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
205
|
</None>
|
206
|
<None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.ManualConvertResponse.datasource">
|
207
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
208
|
</None>
|
209
|
<None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateResultResponse.datasource">
|
210
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
211
|
</None>
|
212
|
<None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateSlipResponse.datasource">
|
213
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
214
|
</None>
|
215
|
<None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateUrlEncodeResponse.datasource">
|
216
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
217
|
</None>
|
218
|
<None Include="Connected Services\ConvertWebService\ServiceTestApp.ConvertWebService.UpdateVPResponse.datasource">
|
219
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
220
|
</None>
|
221
|
<None Include="Connected Services\StationService\Markus.Service.Interface.xsd">
|
222
|
<SubType>Designer</SubType>
|
223
|
</None>
|
224
|
<None Include="Connected Services\StationService\service.wsdl" />
|
225
|
<None Include="Connected Services\StationService\service.xsd">
|
226
|
<SubType>Designer</SubType>
|
227
|
</None>
|
228
|
<None Include="Connected Services\StationService\service1.xsd">
|
229
|
<SubType>Designer</SubType>
|
230
|
</None>
|
231
|
<None Include="Connected Services\StationService\ServiceTestApp.StationService.ConvertItem.datasource">
|
232
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
233
|
</None>
|
234
|
<None Include="json1.json" />
|
235
|
<None Include="packages.config" />
|
236
|
<None Include="Properties\app.manifest" />
|
237
|
<None Include="Properties\DataSources\Markus.Service.Interface.ConvertItem.datasource" />
|
238
|
<None Include="Properties\Settings.settings">
|
239
|
<Generator>SettingsSingleFileGenerator</Generator>
|
240
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
241
|
</None>
|
242
|
</ItemGroup>
|
243
|
<ItemGroup>
|
244
|
<None Include="App.config">
|
245
|
<SubType>Designer</SubType>
|
246
|
</None>
|
247
|
</ItemGroup>
|
248
|
<ItemGroup>
|
249
|
<WCFMetadata Include="Connected Services\" />
|
250
|
</ItemGroup>
|
251
|
<ItemGroup>
|
252
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
253
|
<Visible>False</Visible>
|
254
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
255
|
<Install>false</Install>
|
256
|
</BootstrapperPackage>
|
257
|
</ItemGroup>
|
258
|
<ItemGroup>
|
259
|
<WCFMetadataStorage Include="Connected Services\ConvertService\" />
|
260
|
<WCFMetadataStorage Include="Connected Services\ConvertWebService\" />
|
261
|
<WCFMetadataStorage Include="Connected Services\StationService\" />
|
262
|
</ItemGroup>
|
263
|
<ItemGroup>
|
264
|
<None Include="Connected Services\ConvertService\configuration91.svcinfo" />
|
265
|
</ItemGroup>
|
266
|
<ItemGroup>
|
267
|
<None Include="Connected Services\ConvertService\configuration.svcinfo" />
|
268
|
</ItemGroup>
|
269
|
<ItemGroup>
|
270
|
<None Include="Connected Services\ConvertService\Reference.svcmap">
|
271
|
<Generator>WCF Proxy Generator</Generator>
|
272
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
273
|
</None>
|
274
|
</ItemGroup>
|
275
|
<ItemGroup>
|
276
|
<None Include="Connected Services\StationService\configuration91.svcinfo" />
|
277
|
</ItemGroup>
|
278
|
<ItemGroup>
|
279
|
<None Include="Connected Services\StationService\configuration.svcinfo" />
|
280
|
</ItemGroup>
|
281
|
<ItemGroup>
|
282
|
<None Include="Connected Services\StationService\Reference.svcmap">
|
283
|
<Generator>WCF Proxy Generator</Generator>
|
284
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
285
|
</None>
|
286
|
</ItemGroup>
|
287
|
<ItemGroup>
|
288
|
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
|
289
|
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
|
290
|
<Name>Markus.Service.Interface</Name>
|
291
|
</ProjectReference>
|
292
|
<ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj">
|
293
|
<Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project>
|
294
|
<Name>Markus.Service.ConvertProcess</Name>
|
295
|
</ProjectReference>
|
296
|
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
|
297
|
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
|
298
|
<Name>Markus.Service.DataBase</Name>
|
299
|
</ProjectReference>
|
300
|
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
|
301
|
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
|
302
|
<Name>Markus.Service.Extensions</Name>
|
303
|
</ProjectReference>
|
304
|
<ProjectReference Include="..\Markus.Service.Station\Markus.Service.Station.csproj">
|
305
|
<Project>{bf8b3b13-30d5-482c-8452-a7511e96de97}</Project>
|
306
|
<Name>Markus.Service.Station</Name>
|
307
|
</ProjectReference>
|
308
|
<ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj">
|
309
|
<Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project>
|
310
|
<Name>Markus.Service.IWcfService</Name>
|
311
|
</ProjectReference>
|
312
|
</ItemGroup>
|
313
|
<ItemGroup>
|
314
|
<None Include="Connected Services\ConvertWebService\Conversion.disco" />
|
315
|
</ItemGroup>
|
316
|
<ItemGroup>
|
317
|
<None Include="Connected Services\ConvertWebService\configuration91.svcinfo" />
|
318
|
</ItemGroup>
|
319
|
<ItemGroup>
|
320
|
<None Include="Connected Services\ConvertWebService\configuration.svcinfo" />
|
321
|
</ItemGroup>
|
322
|
<ItemGroup>
|
323
|
<None Include="Connected Services\ConvertWebService\Reference.svcmap">
|
324
|
<Generator>WCF Proxy Generator</Generator>
|
325
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
326
|
</None>
|
327
|
</ItemGroup>
|
328
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
329
|
<PropertyGroup>
|
330
|
<PreBuildEvent>
|
331
|
</PreBuildEvent>
|
332
|
</PropertyGroup>
|
333
|
</Project>
|