프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceController / Markus.Service.StationController / Markus.Service.StationController.csproj @ 4a41c345

이력 | 보기 | 이력해설 | 다운로드 (24.6 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>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
    <PlatformTarget>AnyCPU</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>..\publish\Controller\</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>false</SignManifests>
77
  </PropertyGroup>
78
  <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
    <PlatformTarget>AnyCPU</PlatformTarget>
85
    <ErrorReport>prompt</ErrorReport>
86
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
87
    <Prefer32Bit>false</Prefer32Bit>
88
  </PropertyGroup>
89
  <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.FileDialogs, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
160
      <SpecificVersion>False</SpecificVersion>
161
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.FileDialogs.dll</HintPath>
162
    </Reference>
163
    <Reference Include="Telerik.Windows.Controls.GridView, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
164
      <SpecificVersion>False</SpecificVersion>
165
      <HintPath>..\Telerik\Telerik.Windows.Controls.GridView.dll</HintPath>
166
    </Reference>
167
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
168
      <SpecificVersion>False</SpecificVersion>
169
      <HintPath>..\Telerik\Telerik.Windows.Controls.Input.dll</HintPath>
170
    </Reference>
171
    <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
172
      <SpecificVersion>False</SpecificVersion>
173
      <HintPath>..\Telerik\Telerik.Windows.Controls.Navigation.dll</HintPath>
174
    </Reference>
175
    <Reference Include="Telerik.Windows.Data, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
176
      <SpecificVersion>False</SpecificVersion>
177
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Data.dll</HintPath>
178
    </Reference>
179
    <Reference Include="Telerik.Windows.Themes.VisualStudio2013">
180
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries.NoXaml\WPF45\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath>
181
    </Reference>
182
    <Reference Include="Telerik.Windows.Zip, Version=2019.3.903.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
183
      <SpecificVersion>False</SpecificVersion>
184
      <HintPath>..\Telerik\Telerik.Windows.Zip.dll</HintPath>
185
    </Reference>
186
    <Reference Include="WindowsBase" />
187
    <Reference Include="PresentationCore" />
188
    <Reference Include="PresentationFramework" />
189
  </ItemGroup>
190
  <ItemGroup>
191
    <ApplicationDefinition Include="App.xaml">
192
      <Generator>MSBuild:Compile</Generator>
193
      <SubType>Designer</SubType>
194
    </ApplicationDefinition>
195
    <Compile Include="AppInit.cs" />
196
    <Compile Include="AppDefine.cs" />
197
    <Compile Include="Behaviors\AutoSizeBehaviors.cs" />
198
    <Compile Include="Behaviors\RichTextBoxBehaviors.cs" />
199
    <Compile Include="Behaviors\StatusTypeList.cs" />
200
    <Compile Include="Behaviors\StatusTypeSet.cs" />
201
    <Compile Include="Connected Services\DataService\Reference.cs">
202
      <AutoGen>True</AutoGen>
203
      <DesignTime>True</DesignTime>
204
      <DependentUpon>Reference.svcmap</DependentUpon>
205
    </Compile>
206
    <Compile Include="Controls\DatabaseFilter.xaml.cs">
207
      <DependentUpon>DatabaseFilter.xaml</DependentUpon>
208
    </Compile>
209
    <Compile Include="Controls\GridViewSelectionUtilities.cs" />
210
    <Compile Include="Controls\ITraceTextSink.cs" />
211
    <Compile Include="Controls\RowIndexColumn.cs" />
212
    <Compile Include="Controls\TraceDocument.xaml.cs">
213
      <DependentUpon>TraceDocument.xaml</DependentUpon>
214
    </Compile>
215
    <Compile Include="Controls\TraceTextSource.cs" />
216
    <Compile Include="Data\CheckBoxItem.cs" />
217
    <Compile Include="Data\ConvertCOUNT.cs" />
218
    <Compile Include="Data\ConvertPDF.cs" />
219
    <Compile Include="Data\Document_Item.cs" />
220
    <Compile Include="Data\FinalPDF.cs" />
221
    <Compile Include="Data\FinalPDFCOUNT.cs" />
222
    <Compile Include="Data\MenuItem.cs" />
223
    <Compile Include="Data\ProjectName.cs" />
224
    <Compile Include="Data\SelectedCountItem.cs" />
225
    <Compile Include="Data\StatusViewItem.cs" />
226
    <Compile Include="Data\ViewInfo.cs" />
227
    <Compile Include="Extensions\ConvertItemChangeValue.cs" />
228
    <Compile Include="Extensions\MarkusAPI.cs" />
229
    <Compile Include="Extensions\DataExport.cs" />
230
    <Compile Include="Extensions\GetStatusTypeEnums.cs" />
231
    <Compile Include="Extensions\VisualTreeHelper.cs" />
232
    <Compile Include="ViewModel\ConvertDocumentDialogViewModel.cs" />
233
    <Compile Include="ViewModel\ConvertExcelDialogViewModel.cs" />
234
    <Compile Include="ViewModel\DashBoardViewModel.cs" />
235
    <Compile Include="ViewModel\FinalPDFExcelDialogViewModel.cs" />
236
    <Compile Include="ViewModel\FinalPDFViewModel.cs" />
237
    <Compile Include="ViewModel\FinalPDFAddDialogViewModel.cs" />
238
    <Compile Include="ViewModel\ConvertAddDialogViewModel.cs" />
239
    <Compile Include="ViewModel\DataBaseItemsModel.cs" />
240
    <Compile Include="ViewModel\MainViewModel.cs" />
241
    <Compile Include="ViewModel\Run_Property_ProjectNO_AddViewModel.cs" />
242
    <Compile Include="ViewModel\Run_Property_DialogViewModel.cs" />
243
    <Compile Include="Views\ConvertAddDialog.xaml.cs">
244
      <DependentUpon>ConvertAddDialog.xaml</DependentUpon>
245
    </Compile>
246
    <Compile Include="Views\ConvertDocumentDialog.xaml.cs">
247
      <DependentUpon>ConvertDocumentDialog.xaml</DependentUpon>
248
    </Compile>
249
    <Compile Include="Views\ConvertExcelDialog.xaml.cs">
250
      <DependentUpon>ConvertExcelDialog.xaml</DependentUpon>
251
    </Compile>
252
    <Compile Include="Views\DashBoard.xaml.cs">
253
      <DependentUpon>DashBoard.xaml</DependentUpon>
254
    </Compile>
255
    <Compile Include="Views\DataBaseView.xaml.cs">
256
      <DependentUpon>DataBaseView.xaml</DependentUpon>
257
    </Compile>
258
    <Compile Include="Views\DataBaseViewInfo.xaml.cs">
259
      <DependentUpon>DataBaseViewInfo.xaml</DependentUpon>
260
    </Compile>
261
    <Compile Include="Views\FinalPDFAddDialog.xaml.cs">
262
      <DependentUpon>FinalPDFAddDialog.xaml</DependentUpon>
263
    </Compile>
264
    <Compile Include="Views\FinalPDFExcelDialog.xaml.cs">
265
      <DependentUpon>FinalPDFExcelDialog.xaml</DependentUpon>
266
    </Compile>
267
    <Compile Include="Views\FinalPDFViewInfo.xaml.cs">
268
      <DependentUpon>FinalPDFViewInfo.xaml</DependentUpon>
269
    </Compile>
270
    <Compile Include="Views\FinalPDFView.xaml.cs">
271
      <DependentUpon>FinalPDFView.xaml</DependentUpon>
272
    </Compile>
273
    <Compile Include="Views\Run_Property_Dialog.xaml.cs">
274
      <DependentUpon>Run_Property_Dialog.xaml</DependentUpon>
275
    </Compile>
276
    <Compile Include="Views\Run_Property_ProjectNO_Add.xaml.cs">
277
      <DependentUpon>Run_Property_ProjectNO_Add.xaml</DependentUpon>
278
    </Compile>
279
    <Page Include="Controls\DatabaseFilter.xaml">
280
      <Generator>MSBuild:Compile</Generator>
281
      <SubType>Designer</SubType>
282
    </Page>
283
    <Page Include="Controls\TraceDocument.xaml">
284
      <Generator>MSBuild:Compile</Generator>
285
      <SubType>Designer</SubType>
286
    </Page>
287
    <Page Include="MainWindow.xaml">
288
      <Generator>MSBuild:Compile</Generator>
289
      <SubType>Designer</SubType>
290
    </Page>
291
    <Compile Include="App.xaml.cs">
292
      <DependentUpon>App.xaml</DependentUpon>
293
      <SubType>Code</SubType>
294
    </Compile>
295
    <Compile Include="MainWindow.xaml.cs">
296
      <DependentUpon>MainWindow.xaml</DependentUpon>
297
      <SubType>Code</SubType>
298
    </Compile>
299
    <Page Include="Themes\DefaultThemes.xaml">
300
      <SubType>Designer</SubType>
301
      <Generator>MSBuild:Compile</Generator>
302
    </Page>
303
    <Page Include="Themes\MaterialDesignTheme.xaml">
304
      <Generator>MSBuild:Compile</Generator>
305
      <SubType>Designer</SubType>
306
    </Page>
307
    <Page Include="Themes\TelerikTheme.xaml">
308
      <SubType>Designer</SubType>
309
      <Generator>MSBuild:Compile</Generator>
310
    </Page>
311
    <Page Include="Views\ConvertAddDialog.xaml">
312
      <Generator>MSBuild:Compile</Generator>
313
      <SubType>Designer</SubType>
314
    </Page>
315
    <Page Include="Views\ConvertDocumentDialog.xaml">
316
      <Generator>MSBuild:Compile</Generator>
317
      <SubType>Designer</SubType>
318
    </Page>
319
    <Page Include="Views\ConvertExcelDialog.xaml">
320
      <SubType>Designer</SubType>
321
      <Generator>MSBuild:Compile</Generator>
322
    </Page>
323
    <Page Include="Views\DashBoard.xaml">
324
      <SubType>Designer</SubType>
325
      <Generator>MSBuild:Compile</Generator>
326
    </Page>
327
    <Page Include="Views\DataBaseView.xaml">
328
      <Generator>MSBuild:Compile</Generator>
329
      <SubType>Designer</SubType>
330
    </Page>
331
    <Page Include="Views\DataBaseViewInfo.xaml">
332
      <SubType>Designer</SubType>
333
      <Generator>MSBuild:Compile</Generator>
334
    </Page>
335
    <Page Include="Views\FinalPDFAddDialog.xaml">
336
      <Generator>MSBuild:Compile</Generator>
337
      <SubType>Designer</SubType>
338
    </Page>
339
    <Page Include="Views\FinalPDFExcelDialog.xaml">
340
      <SubType>Designer</SubType>
341
      <Generator>MSBuild:Compile</Generator>
342
    </Page>
343
    <Page Include="Views\FinalPDFViewInfo.xaml">
344
      <SubType>Designer</SubType>
345
      <Generator>MSBuild:Compile</Generator>
346
    </Page>
347
    <Page Include="Views\FinalPDFView.xaml">
348
      <SubType>Designer</SubType>
349
      <Generator>MSBuild:Compile</Generator>
350
    </Page>
351
    <Page Include="Views\Run_Property_Dialog.xaml">
352
      <Generator>MSBuild:Compile</Generator>
353
      <SubType>Designer</SubType>
354
    </Page>
355
    <Page Include="Views\Run_Property_ProjectNO_Add.xaml">
356
      <Generator>MSBuild:Compile</Generator>
357
      <SubType>Designer</SubType>
358
    </Page>
359
  </ItemGroup>
360
  <ItemGroup>
361
    <Compile Include="Properties\AssemblyInfo.cs">
362
      <SubType>Code</SubType>
363
    </Compile>
364
    <Compile Include="Properties\Resources.Designer.cs">
365
      <AutoGen>True</AutoGen>
366
      <DesignTime>True</DesignTime>
367
      <DependentUpon>Resources.resx</DependentUpon>
368
    </Compile>
369
    <Compile Include="Properties\Settings.Designer.cs">
370
      <AutoGen>True</AutoGen>
371
      <DependentUpon>Settings.settings</DependentUpon>
372
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
373
    </Compile>
374
    <EmbeddedResource Include="Properties\Resources.resx">
375
      <Generator>ResXFileCodeGenerator</Generator>
376
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
377
    </EmbeddedResource>
378
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
379
      <Link>ServiceStation.ini</Link>
380
    </None>
381
    <None Include="Connected Services\DataService\DataService.wsdl" />
382
    <None Include="Connected Services\DataService\DataService.xsd">
383
      <SubType>Designer</SubType>
384
    </None>
385
    <None Include="Connected Services\DataService\DataService1.xsd">
386
      <SubType>Designer</SubType>
387
    </None>
388
    <None Include="Connected Services\DataService\DataService2.xsd">
389
      <SubType>Designer</SubType>
390
    </None>
391
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.CONVERT_COUNT_Result.datasource">
392
      <DependentUpon>Reference.svcmap</DependentUpon>
393
    </None>
394
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.FINALPDF_COUNT_Result.datasource">
395
      <DependentUpon>Reference.svcmap</DependentUpon>
396
    </None>
397
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result.datasource">
398
      <DependentUpon>Reference.svcmap</DependentUpon>
399
    </None>
400
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_DOCUMENT_ITEM_Result.datasource">
401
      <DependentUpon>Reference.svcmap</DependentUpon>
402
    </None>
403
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result.datasource">
404
      <DependentUpon>Reference.svcmap</DependentUpon>
405
    </None>
406
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_PROPERTIES_RUN_PROJECTS_Result.datasource">
407
      <DependentUpon>Reference.svcmap</DependentUpon>
408
    </None>
409
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_RUN_PROJECTS_Result.datasource">
410
      <DependentUpon>Reference.svcmap</DependentUpon>
411
    </None>
412
    <None Include="packages.config" />
413
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result.datasource" />
414
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result.datasource" />
415
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result.datasource" />
416
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result.datasource" />
417
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result.datasource" />
418
    <None Include="Properties\Settings.settings">
419
      <Generator>SettingsSingleFileGenerator</Generator>
420
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
421
    </None>
422
    <None Include="StationController.ini">
423
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
424
    </None>
425
  </ItemGroup>
426
  <ItemGroup>
427
    <None Include="App.config">
428
      <SubType>Designer</SubType>
429
    </None>
430
  </ItemGroup>
431
  <ItemGroup>
432
    <WCFMetadata Include="Connected Services\" />
433
  </ItemGroup>
434
  <ItemGroup>
435
    <None Include="Resources\TRANSFER_OK.ico" />
436
  </ItemGroup>
437
  <ItemGroup>
438
    <None Include="Resources\Tranfer_Error.ico" />
439
  </ItemGroup>
440
  <ItemGroup>
441
    <ProjectReference Include="..\Markus.ConvertProcessTest\Markus.ConvertProcessTest.csproj">
442
      <Project>{9d5b0ca0-329d-40af-ba0d-b727080c19eb}</Project>
443
      <Name>Markus.ConvertProcessTest</Name>
444
    </ProjectReference>
445
    <ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj">
446
      <Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project>
447
      <Name>Markus.Mvvm.ToolKit</Name>
448
    </ProjectReference>
449
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
450
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
451
      <Name>Markus.Service.Extensions</Name>
452
    </ProjectReference>
453
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
454
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
455
      <Name>Markus.Service.WcfClient</Name>
456
    </ProjectReference>
457
  </ItemGroup>
458
  <ItemGroup>
459
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
460
      <Visible>False</Visible>
461
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
462
      <Install>true</Install>
463
    </BootstrapperPackage>
464
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
465
      <Visible>False</Visible>
466
      <ProductName>.NET Framework 3.5 SP1</ProductName>
467
      <Install>false</Install>
468
    </BootstrapperPackage>
469
  </ItemGroup>
470
  <ItemGroup>
471
    <Folder Include="Converters\" />
472
  </ItemGroup>
473
  <ItemGroup>
474
    <None Include="Connected Services\DataService\DataService.disco" />
475
    <None Include="Connected Services\DataService\configuration91.svcinfo" />
476
    <None Include="Connected Services\DataService\configuration.svcinfo" />
477
    <None Include="Connected Services\DataService\Reference.svcmap">
478
      <Generator>WCF Proxy Generator</Generator>
479
      <LastGenOutput>Reference.cs</LastGenOutput>
480
    </None>
481
    <Resource Include="Resources\File_Search_Icon.png" />
482
  </ItemGroup>
483
  <ItemGroup>
484
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
485
  </ItemGroup>
486
  <ItemGroup>
487
    <WCFMetadataStorage Include="Connected Services\DataService\" />
488
  </ItemGroup>
489
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
490
  <PropertyGroup>
491
    <PostBuildEvent>mkdir $(TargetDir)Bin
492
MOVE $(TargetDir)*.dll $(TargetDir)Bin\
493
</PostBuildEvent>
494
  </PropertyGroup>
495
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
496
  <Target Name="StationController_ini_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('StationController.$(Configuration).ini')">
497
    <TransformXml Source="StationController.ini" Destination="$(OutputPath)StationController.ini" Transform="StationController.$(Configuration).ini" />
498
  </Target>
499
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)