프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ 93f5e32a

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