프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ 9b2f01e1

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