프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceController / Markus.Service.StationController / Markus.Service.StationController.csproj @ 9d5b4bc2

이력 | 보기 | 이력해설 | 다운로드 (27 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 9d5b4bc2 taeseongkim
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13 5c387707 semi
    <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 077fb153 taeseongkim
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
106
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
107 919dee1b semi
    </Reference>
108 5c387707 semi
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
109
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
110
    </Reference>
111
    <Reference Include="MaterialDesignColors, Version=1.2.0.325, Culture=neutral, processorArchitecture=MSIL">
112
      <HintPath>..\packages\MaterialDesignColors.1.2.0\lib\net45\MaterialDesignColors.dll</HintPath>
113
    </Reference>
114
    <Reference Include="MaterialDesignThemes.Wpf, Version=2.6.0.325, Culture=neutral, processorArchitecture=MSIL">
115
      <HintPath>..\packages\MaterialDesignThemes.2.6.0\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
116
    </Reference>
117
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
118
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
119
    </Reference>
120
    <Reference Include="System" />
121
    <Reference Include="System.ComponentModel.DataAnnotations" />
122 919dee1b semi
    <Reference Include="System.Configuration" />
123 5c387707 semi
    <Reference Include="System.Data" />
124
    <Reference Include="System.Drawing" />
125 919dee1b semi
    <Reference Include="System.EnterpriseServices" />
126
    <Reference Include="System.Runtime.Remoting" />
127 5c387707 semi
    <Reference Include="System.Runtime.Serialization" />
128
    <Reference Include="System.Security" />
129
    <Reference Include="System.ServiceModel" />
130
    <Reference Include="System.Web" />
131 919dee1b semi
    <Reference Include="System.Web.Services" />
132 5c387707 semi
    <Reference Include="System.Windows.Forms" />
133
    <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
134
      <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
135
    </Reference>
136
    <Reference Include="System.Xml" />
137
    <Reference Include="Microsoft.CSharp" />
138
    <Reference Include="System.Core" />
139
    <Reference Include="System.Xml.Linq" />
140
    <Reference Include="System.Data.DataSetExtensions" />
141
    <Reference Include="System.Net.Http" />
142
    <Reference Include="System.Xaml">
143
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
144
    </Reference>
145
    <Reference Include="Telerik.Windows.Controls, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
146
      <SpecificVersion>False</SpecificVersion>
147
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.dll</HintPath>
148
    </Reference>
149
    <Reference Include="Telerik.Windows.Controls.Chart, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
150
      <SpecificVersion>False</SpecificVersion>
151
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Chart.dll</HintPath>
152
    </Reference>
153
    <Reference Include="Telerik.Windows.Controls.Charting, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
154
      <SpecificVersion>False</SpecificVersion>
155
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Charting.dll</HintPath>
156
    </Reference>
157
    <Reference Include="Telerik.Windows.Controls.Data, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
158
      <SpecificVersion>False</SpecificVersion>
159
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Data.dll</HintPath>
160
    </Reference>
161
    <Reference Include="Telerik.Windows.Controls.Docking, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
162
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Docking.dll</HintPath>
163
      <SpecificVersion>False</SpecificVersion>
164
      <Private>True</Private>
165
    </Reference>
166 64e36f82 semi
    <Reference Include="Telerik.Windows.Controls.FileDialogs, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
167
      <SpecificVersion>False</SpecificVersion>
168
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.FileDialogs.dll</HintPath>
169
    </Reference>
170 5c387707 semi
    <Reference Include="Telerik.Windows.Controls.GridView, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
171
      <SpecificVersion>False</SpecificVersion>
172
      <HintPath>..\Telerik\Telerik.Windows.Controls.GridView.dll</HintPath>
173
    </Reference>
174
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
175
      <SpecificVersion>False</SpecificVersion>
176
      <HintPath>..\Telerik\Telerik.Windows.Controls.Input.dll</HintPath>
177
    </Reference>
178
    <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
179
      <SpecificVersion>False</SpecificVersion>
180
      <HintPath>..\Telerik\Telerik.Windows.Controls.Navigation.dll</HintPath>
181
    </Reference>
182
    <Reference Include="Telerik.Windows.Data, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
183
      <SpecificVersion>False</SpecificVersion>
184
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Data.dll</HintPath>
185
    </Reference>
186
    <Reference Include="Telerik.Windows.Themes.VisualStudio2013">
187 919dee1b semi
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries.NoXaml\WPF45\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath>
188 5c387707 semi
    </Reference>
189
    <Reference Include="Telerik.Windows.Zip, Version=2019.3.903.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
190
      <SpecificVersion>False</SpecificVersion>
191
      <HintPath>..\Telerik\Telerik.Windows.Zip.dll</HintPath>
192
    </Reference>
193
    <Reference Include="WindowsBase" />
194
    <Reference Include="PresentationCore" />
195
    <Reference Include="PresentationFramework" />
196
  </ItemGroup>
197
  <ItemGroup>
198
    <ApplicationDefinition Include="App.xaml">
199
      <Generator>MSBuild:Compile</Generator>
200
      <SubType>Designer</SubType>
201
    </ApplicationDefinition>
202
    <Compile Include="AppInit.cs" />
203
    <Compile Include="AppDefine.cs" />
204
    <Compile Include="Behaviors\AutoSizeBehaviors.cs" />
205
    <Compile Include="Behaviors\RichTextBoxBehaviors.cs" />
206
    <Compile Include="Behaviors\StatusTypeList.cs" />
207
    <Compile Include="Behaviors\StatusTypeSet.cs" />
208
    <Compile Include="Connected Services\DataService\Reference.cs">
209
      <AutoGen>True</AutoGen>
210
      <DesignTime>True</DesignTime>
211
      <DependentUpon>Reference.svcmap</DependentUpon>
212
    </Compile>
213
    <Compile Include="Controls\DatabaseFilter.xaml.cs">
214
      <DependentUpon>DatabaseFilter.xaml</DependentUpon>
215
    </Compile>
216
    <Compile Include="Controls\GridViewSelectionUtilities.cs" />
217
    <Compile Include="Controls\ITraceTextSink.cs" />
218
    <Compile Include="Controls\RowIndexColumn.cs" />
219
    <Compile Include="Controls\TraceDocument.xaml.cs">
220
      <DependentUpon>TraceDocument.xaml</DependentUpon>
221
    </Compile>
222
    <Compile Include="Controls\TraceTextSource.cs" />
223
    <Compile Include="Data\CheckBoxItem.cs" />
224
    <Compile Include="Data\ConvertCOUNT.cs" />
225
    <Compile Include="Data\ConvertPDF.cs" />
226 919dee1b semi
    <Compile Include="Data\DocInfo.cs" />
227 5c387707 semi
    <Compile Include="Data\Document_Item.cs" />
228
    <Compile Include="Data\FinalPDF.cs" />
229
    <Compile Include="Data\FinalPDFCOUNT.cs" />
230
    <Compile Include="Data\MenuItem.cs" />
231
    <Compile Include="Data\ProjectName.cs" />
232
    <Compile Include="Data\SelectedCountItem.cs" />
233 919dee1b semi
    <Compile Include="Data\SetFinalPDFCompletedEventArgs.cs" />
234 5c387707 semi
    <Compile Include="Data\StatusViewItem.cs" />
235
    <Compile Include="Data\ViewInfo.cs" />
236
    <Compile Include="Extensions\ConvertItemChangeValue.cs" />
237
    <Compile Include="Extensions\MarkusAPI.cs" />
238
    <Compile Include="Extensions\DataExport.cs" />
239
    <Compile Include="Extensions\GetStatusTypeEnums.cs" />
240
    <Compile Include="Extensions\VisualTreeHelper.cs" />
241
    <Compile Include="ViewModel\ConvertDocumentDialogViewModel.cs" />
242
    <Compile Include="ViewModel\ConvertExcelDialogViewModel.cs" />
243
    <Compile Include="ViewModel\DashBoardViewModel.cs" />
244
    <Compile Include="ViewModel\FinalPDFExcelDialogViewModel.cs" />
245
    <Compile Include="ViewModel\FinalPDFViewModel.cs" />
246
    <Compile Include="ViewModel\FinalPDFAddDialogViewModel.cs" />
247
    <Compile Include="ViewModel\ConvertAddDialogViewModel.cs" />
248
    <Compile Include="ViewModel\DataBaseItemsModel.cs" />
249
    <Compile Include="ViewModel\MainViewModel.cs" />
250 919dee1b semi
    <Compile Include="ViewModel\Markup_CheckViewModel.cs" />
251 64e36f82 semi
    <Compile Include="ViewModel\Run_Property_ProjectNO_AddViewModel.cs" />
252
    <Compile Include="ViewModel\Run_Property_DialogViewModel.cs" />
253 5c387707 semi
    <Compile Include="Views\ConvertAddDialog.xaml.cs">
254
      <DependentUpon>ConvertAddDialog.xaml</DependentUpon>
255
    </Compile>
256
    <Compile Include="Views\ConvertDocumentDialog.xaml.cs">
257
      <DependentUpon>ConvertDocumentDialog.xaml</DependentUpon>
258
    </Compile>
259
    <Compile Include="Views\ConvertExcelDialog.xaml.cs">
260
      <DependentUpon>ConvertExcelDialog.xaml</DependentUpon>
261
    </Compile>
262
    <Compile Include="Views\DashBoard.xaml.cs">
263
      <DependentUpon>DashBoard.xaml</DependentUpon>
264
    </Compile>
265
    <Compile Include="Views\DataBaseView.xaml.cs">
266
      <DependentUpon>DataBaseView.xaml</DependentUpon>
267
    </Compile>
268
    <Compile Include="Views\DataBaseViewInfo.xaml.cs">
269
      <DependentUpon>DataBaseViewInfo.xaml</DependentUpon>
270
    </Compile>
271
    <Compile Include="Views\FinalPDFAddDialog.xaml.cs">
272
      <DependentUpon>FinalPDFAddDialog.xaml</DependentUpon>
273
    </Compile>
274
    <Compile Include="Views\FinalPDFExcelDialog.xaml.cs">
275
      <DependentUpon>FinalPDFExcelDialog.xaml</DependentUpon>
276
    </Compile>
277
    <Compile Include="Views\FinalPDFViewInfo.xaml.cs">
278
      <DependentUpon>FinalPDFViewInfo.xaml</DependentUpon>
279
    </Compile>
280
    <Compile Include="Views\FinalPDFView.xaml.cs">
281
      <DependentUpon>FinalPDFView.xaml</DependentUpon>
282
    </Compile>
283 919dee1b semi
    <Compile Include="Views\MarkupCheckView.xaml.cs">
284
      <DependentUpon>MarkupCheckView.xaml</DependentUpon>
285
    </Compile>
286
    <Compile Include="Views\Markup_Check.xaml.cs">
287
      <DependentUpon>Markup_Check.xaml</DependentUpon>
288
    </Compile>
289 64e36f82 semi
    <Compile Include="Views\Run_Property_Dialog.xaml.cs">
290
      <DependentUpon>Run_Property_Dialog.xaml</DependentUpon>
291
    </Compile>
292
    <Compile Include="Views\Run_Property_ProjectNO_Add.xaml.cs">
293
      <DependentUpon>Run_Property_ProjectNO_Add.xaml</DependentUpon>
294
    </Compile>
295 5c387707 semi
    <Page Include="Controls\DatabaseFilter.xaml">
296
      <Generator>MSBuild:Compile</Generator>
297
      <SubType>Designer</SubType>
298
    </Page>
299
    <Page Include="Controls\TraceDocument.xaml">
300
      <Generator>MSBuild:Compile</Generator>
301
      <SubType>Designer</SubType>
302
    </Page>
303
    <Page Include="MainWindow.xaml">
304
      <Generator>MSBuild:Compile</Generator>
305
      <SubType>Designer</SubType>
306
    </Page>
307
    <Compile Include="App.xaml.cs">
308
      <DependentUpon>App.xaml</DependentUpon>
309
      <SubType>Code</SubType>
310
    </Compile>
311
    <Compile Include="MainWindow.xaml.cs">
312
      <DependentUpon>MainWindow.xaml</DependentUpon>
313
      <SubType>Code</SubType>
314
    </Compile>
315
    <Page Include="Themes\DefaultThemes.xaml">
316
      <SubType>Designer</SubType>
317
      <Generator>MSBuild:Compile</Generator>
318
    </Page>
319
    <Page Include="Themes\MaterialDesignTheme.xaml">
320
      <Generator>MSBuild:Compile</Generator>
321
      <SubType>Designer</SubType>
322
    </Page>
323
    <Page Include="Themes\TelerikTheme.xaml">
324
      <SubType>Designer</SubType>
325
      <Generator>MSBuild:Compile</Generator>
326
    </Page>
327
    <Page Include="Views\ConvertAddDialog.xaml">
328
      <Generator>MSBuild:Compile</Generator>
329
      <SubType>Designer</SubType>
330
    </Page>
331
    <Page Include="Views\ConvertDocumentDialog.xaml">
332
      <Generator>MSBuild:Compile</Generator>
333
      <SubType>Designer</SubType>
334
    </Page>
335
    <Page Include="Views\ConvertExcelDialog.xaml">
336
      <SubType>Designer</SubType>
337
      <Generator>MSBuild:Compile</Generator>
338
    </Page>
339
    <Page Include="Views\DashBoard.xaml">
340
      <SubType>Designer</SubType>
341
      <Generator>MSBuild:Compile</Generator>
342
    </Page>
343
    <Page Include="Views\DataBaseView.xaml">
344
      <Generator>MSBuild:Compile</Generator>
345
      <SubType>Designer</SubType>
346
    </Page>
347
    <Page Include="Views\DataBaseViewInfo.xaml">
348
      <SubType>Designer</SubType>
349
      <Generator>MSBuild:Compile</Generator>
350
    </Page>
351
    <Page Include="Views\FinalPDFAddDialog.xaml">
352
      <Generator>MSBuild:Compile</Generator>
353
      <SubType>Designer</SubType>
354
    </Page>
355
    <Page Include="Views\FinalPDFExcelDialog.xaml">
356
      <SubType>Designer</SubType>
357
      <Generator>MSBuild:Compile</Generator>
358
    </Page>
359
    <Page Include="Views\FinalPDFViewInfo.xaml">
360
      <SubType>Designer</SubType>
361
      <Generator>MSBuild:Compile</Generator>
362
    </Page>
363
    <Page Include="Views\FinalPDFView.xaml">
364
      <SubType>Designer</SubType>
365
      <Generator>MSBuild:Compile</Generator>
366
    </Page>
367 919dee1b semi
    <Page Include="Views\MarkupCheckView.xaml">
368
      <Generator>MSBuild:Compile</Generator>
369
      <SubType>Designer</SubType>
370
    </Page>
371
    <Page Include="Views\Markup_Check.xaml">
372
      <Generator>MSBuild:Compile</Generator>
373
      <SubType>Designer</SubType>
374
    </Page>
375 64e36f82 semi
    <Page Include="Views\Run_Property_Dialog.xaml">
376
      <Generator>MSBuild:Compile</Generator>
377
      <SubType>Designer</SubType>
378
    </Page>
379
    <Page Include="Views\Run_Property_ProjectNO_Add.xaml">
380
      <Generator>MSBuild:Compile</Generator>
381
      <SubType>Designer</SubType>
382
    </Page>
383 5c387707 semi
  </ItemGroup>
384
  <ItemGroup>
385
    <Compile Include="Properties\AssemblyInfo.cs">
386
      <SubType>Code</SubType>
387
    </Compile>
388
    <Compile Include="Properties\Resources.Designer.cs">
389
      <AutoGen>True</AutoGen>
390
      <DesignTime>True</DesignTime>
391
      <DependentUpon>Resources.resx</DependentUpon>
392
    </Compile>
393
    <Compile Include="Properties\Settings.Designer.cs">
394
      <AutoGen>True</AutoGen>
395
      <DependentUpon>Settings.settings</DependentUpon>
396
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
397
    </Compile>
398
    <EmbeddedResource Include="Properties\Resources.resx">
399
      <Generator>ResXFileCodeGenerator</Generator>
400
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
401
    </EmbeddedResource>
402
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
403
      <Link>ServiceStation.ini</Link>
404
    </None>
405 919dee1b semi
    <None Include="Connected Services\DataService\DataService.wsdl">
406
      <SubType>Designer</SubType>
407
    </None>
408 5c387707 semi
    <None Include="Connected Services\DataService\DataService.xsd">
409
      <SubType>Designer</SubType>
410
    </None>
411
    <None Include="Connected Services\DataService\DataService1.xsd">
412
      <SubType>Designer</SubType>
413
    </None>
414
    <None Include="Connected Services\DataService\DataService2.xsd">
415
      <SubType>Designer</SubType>
416
    </None>
417 919dee1b semi
    <None Include="Connected Services\DataService\DataService3.xsd">
418
      <SubType>Designer</SubType>
419
    </None>
420
    <None Include="Connected Services\DataService\DataService31.xsd">
421
      <SubType>Designer</SubType>
422
    </None>
423 5c387707 semi
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.CONVERT_COUNT_Result.datasource">
424
      <DependentUpon>Reference.svcmap</DependentUpon>
425
    </None>
426 919dee1b semi
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.FinalPDFResult.datasource">
427
      <DependentUpon>Reference.svcmap</DependentUpon>
428
    </None>
429 5c387707 semi
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.FINALPDF_COUNT_Result.datasource">
430
      <DependentUpon>Reference.svcmap</DependentUpon>
431
    </None>
432 919dee1b semi
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.FINAL_PDF_MARKUP_CHECK_Result.datasource">
433
      <DependentUpon>Reference.svcmap</DependentUpon>
434
    </None>
435 5c387707 semi
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_CONVERT_ITEM_Result.datasource">
436
      <DependentUpon>Reference.svcmap</DependentUpon>
437
    </None>
438 919dee1b semi
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_DOCINFO_Result.datasource">
439
      <DependentUpon>Reference.svcmap</DependentUpon>
440
    </None>
441 5c387707 semi
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_DOCUMENT_ITEM_Result.datasource">
442
      <DependentUpon>Reference.svcmap</DependentUpon>
443
    </None>
444
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_FINAL_PDF_ITEM_Result.datasource">
445
      <DependentUpon>Reference.svcmap</DependentUpon>
446
    </None>
447 919dee1b semi
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_MARKUP_INFO_Result.datasource">
448
      <DependentUpon>Reference.svcmap</DependentUpon>
449
    </None>
450 64e36f82 semi
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_PROPERTIES_RUN_PROJECTS_Result.datasource">
451
      <DependentUpon>Reference.svcmap</DependentUpon>
452
    </None>
453 5c387707 semi
    <None Include="Connected Services\DataService\Markus.Service.StationController.DataService.SELECT_RUN_PROJECTS_Result.datasource">
454
      <DependentUpon>Reference.svcmap</DependentUpon>
455
    </None>
456
    <None Include="packages.config" />
457 919dee1b semi
    <None Include="Properties\DataSources\IFinalPDF.FinalPDFResult.datasource" />
458 5c387707 semi
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.CONVERT_COUNT_Result.datasource" />
459
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.FINALPDF_COUNT_Result.datasource" />
460
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.SELECT_CONVERT_ITEM_Result.datasource" />
461
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.SELECT_FINAL_PDF_ITEM_Result.datasource" />
462
    <None Include="Properties\DataSources\Markus.Service.WcfClient.ServiceReference1.SELECT_RUN_PROJECTS_Result.datasource" />
463
    <None Include="Properties\Settings.settings">
464
      <Generator>SettingsSingleFileGenerator</Generator>
465
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
466
    </None>
467
    <None Include="StationController.ini">
468
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
469
    </None>
470
  </ItemGroup>
471
  <ItemGroup>
472
    <None Include="App.config">
473
      <SubType>Designer</SubType>
474
    </None>
475
  </ItemGroup>
476
  <ItemGroup>
477
    <WCFMetadata Include="Connected Services\" />
478
  </ItemGroup>
479
  <ItemGroup>
480
    <None Include="Resources\TRANSFER_OK.ico" />
481
  </ItemGroup>
482
  <ItemGroup>
483
    <None Include="Resources\Tranfer_Error.ico" />
484
  </ItemGroup>
485
  <ItemGroup>
486 919dee1b semi
    <ProjectReference Include="..\..\..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
487
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
488
      <Name>IFinalPDF</Name>
489
    </ProjectReference>
490 5c387707 semi
    <ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj">
491
      <Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project>
492
      <Name>Markus.Mvvm.ToolKit</Name>
493
    </ProjectReference>
494
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
495
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
496
      <Name>Markus.Service.Extensions</Name>
497
    </ProjectReference>
498 919dee1b semi
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
499
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
500
      <Name>Markus.Service.WcfClient</Name>
501
    </ProjectReference>
502 5c387707 semi
  </ItemGroup>
503
  <ItemGroup>
504
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
505
      <Visible>False</Visible>
506
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
507
      <Install>true</Install>
508
    </BootstrapperPackage>
509
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
510
      <Visible>False</Visible>
511
      <ProductName>.NET Framework 3.5 SP1</ProductName>
512
      <Install>false</Install>
513
    </BootstrapperPackage>
514
  </ItemGroup>
515
  <ItemGroup>
516
    <Folder Include="Converters\" />
517
  </ItemGroup>
518
  <ItemGroup>
519 919dee1b semi
    <None Include="Connected Services\DataService\configuration91.svcinfo">
520
      <SubType>Designer</SubType>
521
    </None>
522
    <None Include="Connected Services\DataService\configuration.svcinfo">
523
      <SubType>Designer</SubType>
524
    </None>
525 5c387707 semi
    <None Include="Connected Services\DataService\Reference.svcmap">
526
      <Generator>WCF Proxy Generator</Generator>
527
      <LastGenOutput>Reference.cs</LastGenOutput>
528
    </None>
529
    <Resource Include="Resources\File_Search_Icon.png" />
530
  </ItemGroup>
531
  <ItemGroup>
532
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
533
  </ItemGroup>
534
  <ItemGroup>
535
    <WCFMetadataStorage Include="Connected Services\DataService\" />
536
  </ItemGroup>
537 919dee1b semi
  <ItemGroup>
538
    <WebReferences Include="Web References\" />
539
  </ItemGroup>
540
  <ItemGroup>
541
    <None Include="Connected Services\DataService\DataService.disco" />
542
  </ItemGroup>
543 5c387707 semi
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
544
  <PropertyGroup>
545
    <PostBuildEvent>mkdir $(TargetDir)Bin
546
MOVE $(TargetDir)*.dll $(TargetDir)Bin\
547
</PostBuildEvent>
548
  </PropertyGroup>
549 919dee1b semi
  <PropertyGroup>
550 4395d001 semi
    <PreBuildEvent>
551
    </PreBuildEvent>
552 919dee1b semi
  </PropertyGroup>
553 5c387707 semi
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
554
  <Target Name="StationController_ini_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('StationController.$(Configuration).ini')">
555
    <TransformXml Source="StationController.ini" Destination="$(OutputPath)StationController.ini" Transform="StationController.$(Configuration).ini" />
556
  </Target>
557
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)