프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceController / Markus.Service.StationController / Markus.Service.StationController.csproj @ 5c6aea78

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

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