프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ 72862ad1

이력 | 보기 | 이력해설 | 다운로드 (23.4 KB)

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
    <IsWebBootstrapper>true</IsWebBootstrapper>
21
    <PublishUrl>C:\inetpub\wwwroot\</PublishUrl>
22
    <Install>true</Install>
23
    <InstallFrom>Web</InstallFrom>
24
    <UpdateEnabled>true</UpdateEnabled>
25
    <UpdateMode>Foreground</UpdateMode>
26
    <UpdateInterval>7</UpdateInterval>
27
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28
    <UpdatePeriodically>false</UpdatePeriodically>
29
    <UpdateRequired>false</UpdateRequired>
30
    <MapFileExtensions>true</MapFileExtensions>
31
    <InstallUrl>http://localhost:55508/DataService.svc/</InstallUrl>
32
    <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
33
    <WebPage>publish.htm</WebPage>
34
    <ApplicationRevision>2</ApplicationRevision>
35
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
36
    <UseApplicationTrust>false</UseApplicationTrust>
37
    <PublishWizardCompleted>true</PublishWizardCompleted>
38
    <BootstrapperEnabled>true</BootstrapperEnabled>
39
  </PropertyGroup>
40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41
    <PlatformTarget>x64</PlatformTarget>
42
    <DebugSymbols>true</DebugSymbols>
43
    <DebugType>full</DebugType>
44
    <Optimize>false</Optimize>
45
    <OutputPath>bin\Debug\</OutputPath>
46
    <DefineConstants>DEBUG;TRACE</DefineConstants>
47
    <ErrorReport>prompt</ErrorReport>
48
    <WarningLevel>3</WarningLevel>
49
    <Prefer32Bit>false</Prefer32Bit>
50
  </PropertyGroup>
51
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52
    <PlatformTarget>AnyCPU</PlatformTarget>
53
    <DebugType>none</DebugType>
54
    <Optimize>true</Optimize>
55
    <OutputPath>bin\Release\</OutputPath>
56
    <DefineConstants>
57
    </DefineConstants>
58
    <ErrorReport>prompt</ErrorReport>
59
    <WarningLevel>4</WarningLevel>
60
    <Prefer32Bit>false</Prefer32Bit>
61
    <DocumentationFile>
62
    </DocumentationFile>
63
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
64
  </PropertyGroup>
65
  <PropertyGroup />
66
  <PropertyGroup>
67
    <ManifestCertificateThumbprint>827246A40FD08C8A7B1866D67FB2181CB36B60A4</ManifestCertificateThumbprint>
68
  </PropertyGroup>
69
  <PropertyGroup>
70
    <ManifestKeyFile>Markus.Service.StationController_TemporaryKey.pfx</ManifestKeyFile>
71
  </PropertyGroup>
72
  <PropertyGroup>
73
    <GenerateManifests>true</GenerateManifests>
74
  </PropertyGroup>
75
  <PropertyGroup>
76
    <SignManifests>true</SignManifests>
77
  </PropertyGroup>
78
  <ItemGroup>
79
    <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
80
      <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
81
    </Reference>
82
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
83
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
84
    </Reference>
85
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
86
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
87
    </Reference>
88
    <Reference Include="GemBox.Spreadsheet, Version=39.3.30.1215, Culture=neutral, PublicKeyToken=b1b72c69714d4847, processorArchitecture=MSIL">
89
      <HintPath>..\packages\GemBox.Spreadsheet.39.3.30.1215\lib\net30\GemBox.Spreadsheet.dll</HintPath>
90
    </Reference>
91
    <Reference Include="LinqKit, Version=1.1.17.0, Culture=neutral, PublicKeyToken=bc217f8844052a91, processorArchitecture=MSIL">
92
      <HintPath>..\packages\LinqKit.1.1.17\lib\net45\LinqKit.dll</HintPath>
93
    </Reference>
94
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
95
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
96
    </Reference>
97
    <Reference Include="MaterialDesignColors, Version=1.2.0.325, Culture=neutral, processorArchitecture=MSIL">
98
      <HintPath>..\packages\MaterialDesignColors.1.2.0\lib\net45\MaterialDesignColors.dll</HintPath>
99
    </Reference>
100
    <Reference Include="MaterialDesignThemes.Wpf, Version=2.6.0.325, Culture=neutral, processorArchitecture=MSIL">
101
      <HintPath>..\packages\MaterialDesignThemes.2.6.0\lib\net45\MaterialDesignThemes.Wpf.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.Data" />
109
    <Reference Include="System.Drawing" />
110
    <Reference Include="System.Runtime.Serialization" />
111
    <Reference Include="System.Security" />
112
    <Reference Include="System.ServiceModel" />
113
    <Reference Include="System.Web" />
114
    <Reference Include="System.Windows.Forms" />
115
    <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
116
      <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
117
    </Reference>
118
    <Reference Include="System.Xml" />
119
    <Reference Include="Microsoft.CSharp" />
120
    <Reference Include="System.Core" />
121
    <Reference Include="System.Xml.Linq" />
122
    <Reference Include="System.Data.DataSetExtensions" />
123
    <Reference Include="System.Net.Http" />
124
    <Reference Include="System.Xaml">
125
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
126
    </Reference>
127
    <Reference Include="Telerik.Windows.Controls, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
128
      <SpecificVersion>False</SpecificVersion>
129
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.dll</HintPath>
130
    </Reference>
131
    <Reference Include="Telerik.Windows.Controls.Chart, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
132
      <SpecificVersion>False</SpecificVersion>
133
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Chart.dll</HintPath>
134
    </Reference>
135
    <Reference Include="Telerik.Windows.Controls.Charting, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
136
      <SpecificVersion>False</SpecificVersion>
137
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Charting.dll</HintPath>
138
    </Reference>
139
    <Reference Include="Telerik.Windows.Controls.Data, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
140
      <SpecificVersion>False</SpecificVersion>
141
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Data.dll</HintPath>
142
    </Reference>
143
    <Reference Include="Telerik.Windows.Controls.Docking, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
144
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Docking.dll</HintPath>
145
      <SpecificVersion>False</SpecificVersion>
146
      <Private>True</Private>
147
    </Reference>
148
    <Reference Include="Telerik.Windows.Controls.GridView, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
149
      <SpecificVersion>False</SpecificVersion>
150
      <HintPath>..\Telerik\Telerik.Windows.Controls.GridView.dll</HintPath>
151
    </Reference>
152
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
153
      <SpecificVersion>False</SpecificVersion>
154
      <HintPath>..\Telerik\Telerik.Windows.Controls.Input.dll</HintPath>
155
    </Reference>
156
    <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
157
      <SpecificVersion>False</SpecificVersion>
158
      <HintPath>..\Telerik\Telerik.Windows.Controls.Navigation.dll</HintPath>
159
    </Reference>
160
    <Reference Include="Telerik.Windows.Data, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
161
      <SpecificVersion>False</SpecificVersion>
162
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Data.dll</HintPath>
163
    </Reference>
164
    <Reference Include="Telerik.Windows.Zip, Version=2019.3.903.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
165
      <SpecificVersion>False</SpecificVersion>
166
      <HintPath>..\Telerik\Telerik.Windows.Zip.dll</HintPath>
167
    </Reference>
168
    <Reference Include="WindowsBase" />
169
    <Reference Include="PresentationCore" />
170
    <Reference Include="PresentationFramework" />
171
  </ItemGroup>
172
  <ItemGroup>
173
    <ApplicationDefinition Include="App.xaml">
174
      <Generator>MSBuild:Compile</Generator>
175
      <SubType>Designer</SubType>
176
    </ApplicationDefinition>
177
    <Compile Include="AppInit.cs" />
178
    <Compile Include="AppDefine.cs" />
179
    <Compile Include="Behaviors\AutoSizeBehaviors.cs" />
180
    <Compile Include="Behaviors\RichTextBoxBehaviors.cs" />
181
    <Compile Include="Behaviors\StatusTypeList.cs" />
182
    <Compile Include="Behaviors\StatusTypeSet.cs" />
183
    <Compile Include="Connected Services\DataService\Reference.cs">
184
      <AutoGen>True</AutoGen>
185
      <DesignTime>True</DesignTime>
186
      <DependentUpon>Reference.svcmap</DependentUpon>
187
    </Compile>
188
    <Compile Include="Connected Services\ServiceReference1\Reference.cs">
189
      <AutoGen>True</AutoGen>
190
      <DesignTime>True</DesignTime>
191
      <DependentUpon>Reference.svcmap</DependentUpon>
192
    </Compile>
193
    <Compile Include="Controls\DatabaseFilter.xaml.cs">
194
      <DependentUpon>DatabaseFilter.xaml</DependentUpon>
195
    </Compile>
196
    <Compile Include="Controls\GridViewSelectionUtilities.cs" />
197
    <Compile Include="Controls\ITraceTextSink.cs" />
198
    <Compile Include="Controls\RightAlignedLabelStrategy.cs" />
199
    <Compile Include="Controls\RowIndexColumn.cs" />
200
    <Compile Include="Controls\TraceDocument.xaml.cs">
201
      <DependentUpon>TraceDocument.xaml</DependentUpon>
202
    </Compile>
203
    <Compile Include="Controls\TraceTextSource.cs" />
204
    <Compile Include="Data\CheckBoxItem.cs" />
205
    <Compile Include="Data\ConvertCOUNT.cs" />
206
    <Compile Include="Data\ConvertPDF.cs" />
207
    <Compile Include="Data\FinalPDF.cs" />
208
    <Compile Include="Data\FinalPDFCOUNT.cs" />
209
    <Compile Include="Data\MenuItem.cs" />
210
    <Compile Include="Data\ProjectName.cs" />
211
    <Compile Include="Data\SelectedCountItem.cs" />
212
    <Compile Include="Data\StatusViewItem.cs" />
213
    <Compile Include="Data\ViewInfo.cs" />
214
    <Compile Include="Extensions\ConvertItemChangeValue.cs" />
215
    <Compile Include="Extensions\MarkusAPI.cs" />
216
    <Compile Include="Extensions\DataExport.cs" />
217
    <Compile Include="Extensions\GetStatusTypeEnums.cs" />
218
    <Compile Include="Extensions\VisualTreeHelper.cs" />
219
    <Compile Include="ViewModel\ConvertExcelDialogViewModel.cs" />
220
    <Compile Include="ViewModel\DashBoardViewModel.cs" />
221
    <Compile Include="ViewModel\FinalPDFExcelDialogViewModel.cs" />
222
    <Compile Include="ViewModel\FinalPDFViewModel.cs" />
223
    <Compile Include="ViewModel\FinalPDFAddDialogViewModel.cs" />
224
    <Compile Include="ViewModel\ConvertAddDialogViewModel.cs" />
225
    <Compile Include="ViewModel\DataBaseItemsModel.cs" />
226
    <Compile Include="ViewModel\MainViewModel.cs" />
227
    <Compile Include="Views\ConvertAddDialog.xaml.cs">
228
      <DependentUpon>ConvertAddDialog.xaml</DependentUpon>
229
    </Compile>
230
    <Compile Include="Views\ConvertExcelDialog.xaml.cs">
231
      <DependentUpon>ConvertExcelDialog.xaml</DependentUpon>
232
    </Compile>
233
    <Compile Include="Views\DashBoard.xaml.cs">
234
      <DependentUpon>DashBoard.xaml</DependentUpon>
235
    </Compile>
236
    <Compile Include="Views\DataBaseView.xaml.cs">
237
      <DependentUpon>DataBaseView.xaml</DependentUpon>
238
    </Compile>
239
    <Compile Include="Views\DataBaseViewInfo.xaml.cs">
240
      <DependentUpon>DataBaseViewInfo.xaml</DependentUpon>
241
    </Compile>
242
    <Compile Include="Views\FinalPDFAddDialog.xaml.cs">
243
      <DependentUpon>FinalPDFAddDialog.xaml</DependentUpon>
244
    </Compile>
245
    <Compile Include="Views\FinalPDFExcelDialog.xaml.cs">
246
      <DependentUpon>FinalPDFExcelDialog.xaml</DependentUpon>
247
    </Compile>
248
    <Compile Include="Views\FinalPDFViewInfo.xaml.cs">
249
      <DependentUpon>FinalPDFViewInfo.xaml</DependentUpon>
250
    </Compile>
251
    <Compile Include="Views\FinalPDFView.xaml.cs">
252
      <DependentUpon>FinalPDFView.xaml</DependentUpon>
253
    </Compile>
254
    <Page Include="Controls\DatabaseFilter.xaml">
255
      <Generator>MSBuild:Compile</Generator>
256
      <SubType>Designer</SubType>
257
    </Page>
258
    <Page Include="Controls\TraceDocument.xaml">
259
      <Generator>MSBuild:Compile</Generator>
260
      <SubType>Designer</SubType>
261
    </Page>
262
    <Page Include="MainWindow.xaml">
263
      <Generator>MSBuild:Compile</Generator>
264
      <SubType>Designer</SubType>
265
    </Page>
266
    <Compile Include="App.xaml.cs">
267
      <DependentUpon>App.xaml</DependentUpon>
268
      <SubType>Code</SubType>
269
    </Compile>
270
    <Compile Include="MainWindow.xaml.cs">
271
      <DependentUpon>MainWindow.xaml</DependentUpon>
272
      <SubType>Code</SubType>
273
    </Compile>
274
    <Page Include="Themes\DefaultThemes.xaml">
275
      <SubType>Designer</SubType>
276
      <Generator>MSBuild:Compile</Generator>
277
    </Page>
278
    <Page Include="Themes\MaterialDesignTheme.xaml">
279
      <Generator>MSBuild:Compile</Generator>
280
      <SubType>Designer</SubType>
281
    </Page>
282
    <Page Include="Themes\TelerikTheme.xaml">
283
      <SubType>Designer</SubType>
284
      <Generator>MSBuild:Compile</Generator>
285
    </Page>
286
    <Page Include="Views\ConvertAddDialog.xaml">
287
      <Generator>MSBuild:Compile</Generator>
288
      <SubType>Designer</SubType>
289
    </Page>
290
    <Page Include="Views\ConvertExcelDialog.xaml">
291
      <SubType>Designer</SubType>
292
      <Generator>MSBuild:Compile</Generator>
293
    </Page>
294
    <Page Include="Views\DashBoard.xaml">
295
      <SubType>Designer</SubType>
296
      <Generator>MSBuild:Compile</Generator>
297
    </Page>
298
    <Page Include="Views\DataBaseView.xaml">
299
      <Generator>MSBuild:Compile</Generator>
300
      <SubType>Designer</SubType>
301
    </Page>
302
    <Page Include="Views\DataBaseViewInfo.xaml">
303
      <SubType>Designer</SubType>
304
      <Generator>MSBuild:Compile</Generator>
305
    </Page>
306
    <Page Include="Views\FinalPDFAddDialog.xaml">
307
      <Generator>MSBuild:Compile</Generator>
308
      <SubType>Designer</SubType>
309
    </Page>
310
    <Page Include="Views\FinalPDFExcelDialog.xaml">
311
      <SubType>Designer</SubType>
312
      <Generator>MSBuild:Compile</Generator>
313
    </Page>
314
    <Page Include="Views\FinalPDFViewInfo.xaml">
315
      <SubType>Designer</SubType>
316
      <Generator>MSBuild:Compile</Generator>
317
    </Page>
318
    <Page Include="Views\FinalPDFView.xaml">
319
      <SubType>Designer</SubType>
320
      <Generator>MSBuild:Compile</Generator>
321
    </Page>
322
  </ItemGroup>
323
  <ItemGroup>
324
    <Compile Include="Properties\AssemblyInfo.cs">
325
      <SubType>Code</SubType>
326
    </Compile>
327
    <Compile Include="Properties\Resources.Designer.cs">
328
      <AutoGen>True</AutoGen>
329
      <DesignTime>True</DesignTime>
330
      <DependentUpon>Resources.resx</DependentUpon>
331
    </Compile>
332
    <Compile Include="Properties\Settings.Designer.cs">
333
      <AutoGen>True</AutoGen>
334
      <DependentUpon>Settings.settings</DependentUpon>
335
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
336
    </Compile>
337
    <EmbeddedResource Include="Properties\Resources.resx">
338
      <Generator>ResXFileCodeGenerator</Generator>
339
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
340
    </EmbeddedResource>
341
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
342
      <Link>ServiceStation.ini</Link>
343
    </None>
344
    <None Include="Connected Services\DataService\DataService.wsdl" />
345
    <None Include="Connected Services\DataService\DataService.xsd">
346
      <SubType>Designer</SubType>
347
    </None>
348
    <None Include="Connected Services\DataService\DataService1.xsd">
349
      <SubType>Designer</SubType>
350
    </None>
351
    <None Include="Connected Services\DataService\DataService2.xsd">
352
      <SubType>Designer</SubType>
353
    </None>
354
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.CONVERT_COUNT_Result.datasource">
355
      <DependentUpon>Reference.svcmap</DependentUpon>
356
    </None>
357
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.FINALPDF_COUNT_Result.datasource">
358
      <DependentUpon>Reference.svcmap</DependentUpon>
359
    </None>
360
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result.datasource">
361
      <DependentUpon>Reference.svcmap</DependentUpon>
362
    </None>
363
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result.datasource">
364
      <DependentUpon>Reference.svcmap</DependentUpon>
365
    </None>
366
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_RUN_PROJECTS_Result.datasource">
367
      <DependentUpon>Reference.svcmap</DependentUpon>
368
    </None>
369
    <None Include="Connected Services\ServiceReference1\DataService.wsdl" />
370
    <None Include="Connected Services\ServiceReference1\DataService.xsd">
371
      <SubType>Designer</SubType>
372
    </None>
373
    <None Include="Connected Services\ServiceReference1\DataService1.xsd">
374
      <SubType>Designer</SubType>
375
    </None>
376
    <None Include="Connected Services\ServiceReference1\DataService2.xsd">
377
      <SubType>Designer</SubType>
378
    </None>
379
    <None Include="Connected Services\ServiceReference1\Markus.Service.StationController.ServiceReference1.CONVERT_COUNT_Result.datasource">
380
      <DependentUpon>Reference.svcmap</DependentUpon>
381
    </None>
382
    <None Include="Connected Services\ServiceReference1\Markus.Service.StationController.ServiceReference1.FINALPDF_COUNT_Result.datasource">
383
      <DependentUpon>Reference.svcmap</DependentUpon>
384
    </None>
385
    <None Include="Connected Services\ServiceReference1\Markus.Service.StationController.ServiceReference1.SELECT_CONVERT_ITEM_Result.datasource">
386
      <DependentUpon>Reference.svcmap</DependentUpon>
387
    </None>
388
    <None Include="Connected Services\ServiceReference1\Markus.Service.StationController.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result.datasource">
389
      <DependentUpon>Reference.svcmap</DependentUpon>
390
    </None>
391
    <None Include="Connected Services\ServiceReference1\Markus.Service.StationController.ServiceReference1.SELECT_RUN_PROJECTS_Result.datasource">
392
      <DependentUpon>Reference.svcmap</DependentUpon>
393
    </None>
394
    <None Include="Markus.Service.StationController_TemporaryKey.pfx" />
395
    <None Include="packages.config" />
396
    <None Include="Properties\Settings.settings">
397
      <Generator>SettingsSingleFileGenerator</Generator>
398
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
399
    </None>
400
    <None Include="StationController.ini">
401
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
402
    </None>
403
  </ItemGroup>
404
  <ItemGroup>
405
    <None Include="App.config">
406
      <SubType>Designer</SubType>
407
    </None>
408
  </ItemGroup>
409
  <ItemGroup>
410
    <WCFMetadata Include="Connected Services\" />
411
  </ItemGroup>
412
  <ItemGroup>
413
    <None Include="Resources\TRANSFER_OK.ico" />
414
  </ItemGroup>
415
  <ItemGroup>
416
    <None Include="Resources\Tranfer_Error.ico" />
417
  </ItemGroup>
418
  <ItemGroup>
419
    <ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj">
420
      <Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project>
421
      <Name>Markus.Mvvm.ToolKit</Name>
422
    </ProjectReference>
423
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
424
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
425
      <Name>Markus.Service.Extensions</Name>
426
    </ProjectReference>
427
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
428
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
429
      <Name>Markus.Service.WcfClient</Name>
430
    </ProjectReference>
431
  </ItemGroup>
432
  <ItemGroup>
433
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
434
      <Visible>False</Visible>
435
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
436
      <Install>true</Install>
437
    </BootstrapperPackage>
438
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
439
      <Visible>False</Visible>
440
      <ProductName>.NET Framework 3.5 SP1</ProductName>
441
      <Install>false</Install>
442
    </BootstrapperPackage>
443
  </ItemGroup>
444
  <ItemGroup>
445
    <Folder Include="Converters\" />
446
  </ItemGroup>
447
  <ItemGroup>
448
    <None Include="Connected Services\DataService\DataService.disco" />
449
    <None Include="Connected Services\DataService\configuration91.svcinfo" />
450
    <None Include="Connected Services\DataService\configuration.svcinfo" />
451
    <None Include="Connected Services\DataService\Reference.svcmap">
452
      <Generator>WCF Proxy Generator</Generator>
453
      <LastGenOutput>Reference.cs</LastGenOutput>
454
    </None>
455
    <None Include="Connected Services\ServiceReference1\DataService.disco" />
456
    <None Include="Connected Services\ServiceReference1\configuration91.svcinfo" />
457
    <None Include="Connected Services\ServiceReference1\configuration.svcinfo" />
458
    <None Include="Connected Services\ServiceReference1\Reference.svcmap">
459
      <Generator>WCF Proxy Generator</Generator>
460
      <LastGenOutput>Reference.cs</LastGenOutput>
461
    </None>
462
    <Resource Include="Resources\File_Search_Icon.png" />
463
  </ItemGroup>
464
  <ItemGroup>
465
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
466
  </ItemGroup>
467
  <ItemGroup>
468
    <WCFMetadataStorage Include="Connected Services\DataService\" />
469
    <WCFMetadataStorage Include="Connected Services\ServiceReference1\" />
470
  </ItemGroup>
471
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
472
  <PropertyGroup>
473
    <PostBuildEvent>mkdir $(TargetDir)Bin
474
MOVE $(TargetDir)*.dll $(TargetDir)Bin\
475
</PostBuildEvent>
476
  </PropertyGroup>
477
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
478
  <Target Name="StationController_ini_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('StationController.$(Configuration).ini')">
479
    <TransformXml Source="StationController.ini" Destination="$(OutputPath)StationController.ini" Transform="StationController.$(Configuration).ini" />
480
  </Target>
481
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)