프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ b63dcfbb

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

1 53c9637d taeseongkim
<?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 0498c12e taeseongkim
    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
6 53c9637d taeseongkim
    <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 0498c12e taeseongkim
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 53c9637d taeseongkim
    <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 0498c12e taeseongkim
    <PublishUrl>publish\</PublishUrl>
21
    <Install>true</Install>
22
    <InstallFrom>Disk</InstallFrom>
23
    <UpdateEnabled>false</UpdateEnabled>
24
    <UpdateMode>Foreground</UpdateMode>
25
    <UpdateInterval>7</UpdateInterval>
26
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27
    <UpdatePeriodically>false</UpdatePeriodically>
28
    <UpdateRequired>false</UpdateRequired>
29
    <MapFileExtensions>true</MapFileExtensions>
30
    <ApplicationRevision>0</ApplicationRevision>
31
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32
    <IsWebBootstrapper>false</IsWebBootstrapper>
33
    <UseApplicationTrust>false</UseApplicationTrust>
34
    <BootstrapperEnabled>true</BootstrapperEnabled>
35 53c9637d taeseongkim
  </PropertyGroup>
36
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37
    <PlatformTarget>AnyCPU</PlatformTarget>
38
    <DebugSymbols>true</DebugSymbols>
39
    <DebugType>full</DebugType>
40
    <Optimize>false</Optimize>
41
    <OutputPath>bin\Debug\</OutputPath>
42
    <DefineConstants>DEBUG;TRACE</DefineConstants>
43
    <ErrorReport>prompt</ErrorReport>
44
    <WarningLevel>4</WarningLevel>
45 45f9a2ad taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
46 53c9637d taeseongkim
  </PropertyGroup>
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48
    <PlatformTarget>AnyCPU</PlatformTarget>
49 0498c12e taeseongkim
    <DebugType>none</DebugType>
50 53c9637d taeseongkim
    <Optimize>true</Optimize>
51
    <OutputPath>bin\Release\</OutputPath>
52 0498c12e taeseongkim
    <DefineConstants>
53
    </DefineConstants>
54 53c9637d taeseongkim
    <ErrorReport>prompt</ErrorReport>
55
    <WarningLevel>4</WarningLevel>
56
    <Prefer32Bit>false</Prefer32Bit>
57 0498c12e taeseongkim
    <DocumentationFile>
58
    </DocumentationFile>
59 65fbe3cb taeseongkim
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
60 53c9637d taeseongkim
  </PropertyGroup>
61 0498c12e taeseongkim
  <PropertyGroup />
62 53c9637d taeseongkim
  <ItemGroup>
63
    <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
64
      <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
65
    </Reference>
66 98ee04d3 taeseongkim
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
67
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
68
    </Reference>
69
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
70
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
71
    </Reference>
72 a6e5055d alzkakdixm
    <Reference Include="GemBox.Spreadsheet, Version=39.3.30.1215, Culture=neutral, PublicKeyToken=b1b72c69714d4847, processorArchitecture=MSIL">
73
      <HintPath>..\packages\GemBox.Spreadsheet.39.3.30.1215\lib\net30\GemBox.Spreadsheet.dll</HintPath>
74
    </Reference>
75 2decfbdf alzkakdixm
    <Reference Include="LinqKit, Version=1.1.17.0, Culture=neutral, PublicKeyToken=bc217f8844052a91, processorArchitecture=MSIL">
76
      <HintPath>..\packages\LinqKit.1.1.17\lib\net45\LinqKit.dll</HintPath>
77
    </Reference>
78 98ee04d3 taeseongkim
    <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
79 2decfbdf alzkakdixm
      <HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath>
80 98ee04d3 taeseongkim
    </Reference>
81 6f6e7dbf taeseongkim
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
82
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
83
    </Reference>
84 b92f142f taeseongkim
    <Reference Include="MaterialDesignColors, Version=1.2.0.325, Culture=neutral, processorArchitecture=MSIL">
85
      <HintPath>..\packages\MaterialDesignColors.1.2.0\lib\net45\MaterialDesignColors.dll</HintPath>
86
    </Reference>
87
    <Reference Include="MaterialDesignThemes.Wpf, Version=2.6.0.325, Culture=neutral, processorArchitecture=MSIL">
88
      <HintPath>..\packages\MaterialDesignThemes.2.6.0\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
89
    </Reference>
90 c6bf88fd taeseongkim
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
91 e78f0871 alzkakdixm
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
92 c6bf88fd taeseongkim
    </Reference>
93 53c9637d taeseongkim
    <Reference Include="System" />
94 98ee04d3 taeseongkim
    <Reference Include="System.ComponentModel.DataAnnotations" />
95 53c9637d taeseongkim
    <Reference Include="System.Data" />
96
    <Reference Include="System.Drawing" />
97
    <Reference Include="System.Runtime.Serialization" />
98 b63dcfbb semi
    <Reference Include="System.Security" />
99 53c9637d taeseongkim
    <Reference Include="System.ServiceModel" />
100 60723dc9 taeseongkim
    <Reference Include="System.Web" />
101 53c9637d taeseongkim
    <Reference Include="System.Windows.Forms" />
102 266a2d4f taeseongkim
    <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
103 67df8dcd alzkakdixm
      <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
104 45f9a2ad taeseongkim
    </Reference>
105 53c9637d taeseongkim
    <Reference Include="System.Xml" />
106
    <Reference Include="Microsoft.CSharp" />
107
    <Reference Include="System.Core" />
108
    <Reference Include="System.Xml.Linq" />
109
    <Reference Include="System.Data.DataSetExtensions" />
110
    <Reference Include="System.Net.Http" />
111
    <Reference Include="System.Xaml">
112
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
113
    </Reference>
114 503cb09e taeseongkim
    <Reference Include="Telerik.Windows.Controls, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
115
      <SpecificVersion>False</SpecificVersion>
116
      <HintPath>..\Telerik\Telerik.Windows.Controls.dll</HintPath>
117 31f18afa taeseongkim
    </Reference>
118 503cb09e taeseongkim
    <Reference Include="Telerik.Windows.Controls.GridView, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
119
      <SpecificVersion>False</SpecificVersion>
120
      <HintPath>..\Telerik\Telerik.Windows.Controls.GridView.dll</HintPath>
121 31f18afa taeseongkim
    </Reference>
122 503cb09e taeseongkim
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
123
      <SpecificVersion>False</SpecificVersion>
124
      <HintPath>..\Telerik\Telerik.Windows.Controls.Input.dll</HintPath>
125 31f18afa taeseongkim
    </Reference>
126 503cb09e taeseongkim
    <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
127
      <SpecificVersion>False</SpecificVersion>
128
      <HintPath>..\Telerik\Telerik.Windows.Controls.Navigation.dll</HintPath>
129 31f18afa taeseongkim
    </Reference>
130 503cb09e taeseongkim
    <Reference Include="Telerik.Windows.Data, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
131
      <SpecificVersion>False</SpecificVersion>
132
      <HintPath>..\Telerik\Telerik.Windows.Data.dll</HintPath>
133 31f18afa taeseongkim
    </Reference>
134 902f397c semi
    <Reference Include="Telerik.Windows.Themes.VisualStudio2013">
135
      <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries.NoXaml\WPF45\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath>
136 31f18afa taeseongkim
    </Reference>
137 503cb09e taeseongkim
    <Reference Include="Telerik.Windows.Zip, Version=2019.3.903.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
138
      <SpecificVersion>False</SpecificVersion>
139
      <HintPath>..\Telerik\Telerik.Windows.Zip.dll</HintPath>
140 31f18afa taeseongkim
    </Reference>
141 53c9637d taeseongkim
    <Reference Include="WindowsBase" />
142
    <Reference Include="PresentationCore" />
143
    <Reference Include="PresentationFramework" />
144
  </ItemGroup>
145
  <ItemGroup>
146
    <ApplicationDefinition Include="App.xaml">
147
      <Generator>MSBuild:Compile</Generator>
148
      <SubType>Designer</SubType>
149
    </ApplicationDefinition>
150 0498c12e taeseongkim
    <Compile Include="AppInit.cs" />
151 6f6e7dbf taeseongkim
    <Compile Include="AppDefine.cs" />
152 a34f58f6 taeseongkim
    <Compile Include="Behaviors\AutoSizeBehaviors.cs" />
153 1ae729e4 taeseongkim
    <Compile Include="Behaviors\RichTextBoxBehaviors.cs" />
154 3aafb914 taeseongkim
    <Compile Include="Behaviors\StatusTypeList.cs" />
155 60723dc9 taeseongkim
    <Compile Include="Behaviors\StatusTypeSet.cs" />
156 b63dcfbb semi
    <Compile Include="Controls\DatabaseFilter.xaml.cs">
157
      <DependentUpon>DatabaseFilter.xaml</DependentUpon>
158
    </Compile>
159 1ae729e4 taeseongkim
    <Compile Include="Controls\ITraceTextSink.cs" />
160 a34f58f6 taeseongkim
    <Compile Include="Controls\RowIndexColumn.cs" />
161 1ae729e4 taeseongkim
    <Compile Include="Controls\TraceDocument.xaml.cs">
162
      <DependentUpon>TraceDocument.xaml</DependentUpon>
163
    </Compile>
164
    <Compile Include="Controls\TraceTextSource.cs" />
165 af9bffc5 taeseongkim
    <Compile Include="Data\MenuItem.cs" />
166 e6281033 alzkakdixm
    <Compile Include="Data\SelectedCountItem.cs" />
167 af9bffc5 taeseongkim
    <Compile Include="Data\StatusViewItem.cs" />
168 c6bf88fd taeseongkim
    <Compile Include="Data\ViewInfo.cs" />
169 b92f142f taeseongkim
    <Compile Include="Extensions\ConvertItemChangeValue.cs" />
170 c6bf88fd taeseongkim
    <Compile Include="Extensions\MarkusAPI.cs" />
171 0cb12397 alzkakdixm
    <Compile Include="Extensions\DataExport.cs" />
172 60723dc9 taeseongkim
    <Compile Include="Extensions\GetStatusTypeEnums.cs" />
173 a34f58f6 taeseongkim
    <Compile Include="Extensions\VisualTreeHelper.cs" />
174 b63dcfbb semi
    <Compile Include="MarkusModel.Context.cs">
175
      <AutoGen>True</AutoGen>
176
      <DesignTime>True</DesignTime>
177
      <DependentUpon>MarkusModel.Context.tt</DependentUpon>
178
    </Compile>
179
    <Compile Include="MarkusModel.cs">
180
      <AutoGen>True</AutoGen>
181
      <DesignTime>True</DesignTime>
182
      <DependentUpon>MarkusModel.tt</DependentUpon>
183
    </Compile>
184
    <Compile Include="MarkusModel.Designer.cs">
185
      <AutoGen>True</AutoGen>
186
      <DesignTime>True</DesignTime>
187
      <DependentUpon>MarkusModel.edmx</DependentUpon>
188
    </Compile>
189
    <Compile Include="SELECT_CONVERT_ITEM_Result.cs">
190
      <DependentUpon>MarkusModel.tt</DependentUpon>
191
    </Compile>
192
    <Compile Include="SELECT_RERECONVERT_ITEM_Result.cs">
193
      <DependentUpon>MarkusModel.tt</DependentUpon>
194
    </Compile>
195 6396f27e taeseongkim
    <Compile Include="ViewModel\AliveViewModel.cs" />
196 2decfbdf alzkakdixm
    <Compile Include="ViewModel\DataBaseByStatusViewModel.cs" />
197 a6e5055d alzkakdixm
    <Compile Include="ViewModel\DataBaseItemsModel.cs" />
198 5113a44c taeseongkim
    <Compile Include="ViewModel\MergeDataViewModel.cs" />
199 53c9637d taeseongkim
    <Compile Include="ViewModel\MainViewModel.cs" />
200 af9bffc5 taeseongkim
    <Compile Include="ViewModel\TotalStatusViewModel.cs" />
201 a6e5055d alzkakdixm
    <Compile Include="Views\DataBaseView.xaml.cs">
202
      <DependentUpon>DataBaseView.xaml</DependentUpon>
203
    </Compile>
204 344ac7ed alzkakdixm
    <Compile Include="Views\DataBaseViewInfo.xaml.cs">
205
      <DependentUpon>DataBaseViewInfo.xaml</DependentUpon>
206
    </Compile>
207 6f6e7dbf taeseongkim
    <Compile Include="Views\MergeDataView.xaml.cs">
208
      <DependentUpon>MergeDataView.xaml</DependentUpon>
209
    </Compile>
210 0498c12e taeseongkim
    <Compile Include="ViewModel\SettingsViewModel.cs" />
211 6f6e7dbf taeseongkim
    <Compile Include="Views\DataBaseByStatusView.xaml.cs">
212
      <DependentUpon>DataBaseByStatusView.xaml</DependentUpon>
213
    </Compile>
214 0498c12e taeseongkim
    <Compile Include="Views\AliveView.xaml.cs">
215
      <DependentUpon>AliveView.xaml</DependentUpon>
216
    </Compile>
217
    <Compile Include="Views\SettiingServiceLocation.xaml.cs">
218
      <DependentUpon>SettiingServiceLocation.xaml</DependentUpon>
219
    </Compile>
220
    <Compile Include="Views\SettingsView.xaml.cs">
221
      <DependentUpon>SettingsView.xaml</DependentUpon>
222
    </Compile>
223 af9bffc5 taeseongkim
    <Compile Include="Views\TotalStatusView.xaml.cs">
224
      <DependentUpon>TotalStatusView.xaml</DependentUpon>
225
    </Compile>
226 b63dcfbb semi
    <Page Include="Controls\DatabaseFilter.xaml">
227
      <Generator>MSBuild:Compile</Generator>
228
      <SubType>Designer</SubType>
229
    </Page>
230 1ae729e4 taeseongkim
    <Page Include="Controls\TraceDocument.xaml">
231
      <Generator>MSBuild:Compile</Generator>
232
      <SubType>Designer</SubType>
233
    </Page>
234 53c9637d taeseongkim
    <Page Include="MainWindow.xaml">
235
      <Generator>MSBuild:Compile</Generator>
236
      <SubType>Designer</SubType>
237
    </Page>
238
    <Compile Include="App.xaml.cs">
239
      <DependentUpon>App.xaml</DependentUpon>
240
      <SubType>Code</SubType>
241
    </Compile>
242
    <Compile Include="MainWindow.xaml.cs">
243
      <DependentUpon>MainWindow.xaml</DependentUpon>
244
      <SubType>Code</SubType>
245
    </Compile>
246 b92f142f taeseongkim
    <Page Include="Themes\DefaultThemes.xaml">
247 31f18afa taeseongkim
      <SubType>Designer</SubType>
248
      <Generator>MSBuild:Compile</Generator>
249
    </Page>
250 b92f142f taeseongkim
    <Page Include="Themes\MaterialDesignTheme.xaml">
251
      <Generator>MSBuild:Compile</Generator>
252
      <SubType>Designer</SubType>
253
    </Page>
254 31f18afa taeseongkim
    <Page Include="Themes\TelerikTheme.xaml">
255 0498c12e taeseongkim
      <SubType>Designer</SubType>
256
      <Generator>MSBuild:Compile</Generator>
257
    </Page>
258 a6e5055d alzkakdixm
    <Page Include="Views\DataBaseView.xaml">
259
      <Generator>MSBuild:Compile</Generator>
260
      <SubType>Designer</SubType>
261
    </Page>
262 344ac7ed alzkakdixm
    <Page Include="Views\DataBaseViewInfo.xaml">
263
      <SubType>Designer</SubType>
264
      <Generator>MSBuild:Compile</Generator>
265
    </Page>
266 6f6e7dbf taeseongkim
    <Page Include="Views\MergeDataView.xaml">
267
      <SubType>Designer</SubType>
268
      <Generator>MSBuild:Compile</Generator>
269
    </Page>
270
    <Page Include="Views\DataBaseByStatusView.xaml">
271
      <Generator>MSBuild:Compile</Generator>
272
      <SubType>Designer</SubType>
273
    </Page>
274 0498c12e taeseongkim
    <Page Include="Views\AliveView.xaml">
275
      <SubType>Designer</SubType>
276
      <Generator>MSBuild:Compile</Generator>
277
    </Page>
278
    <Page Include="Views\SettiingServiceLocation.xaml">
279
      <SubType>Designer</SubType>
280
      <Generator>MSBuild:Compile</Generator>
281
    </Page>
282
    <Page Include="Views\SettingsView.xaml">
283 53c9637d taeseongkim
      <SubType>Designer</SubType>
284
      <Generator>MSBuild:Compile</Generator>
285
    </Page>
286 af9bffc5 taeseongkim
    <Page Include="Views\TotalStatusView.xaml">
287
      <SubType>Designer</SubType>
288
      <Generator>MSBuild:Compile</Generator>
289
    </Page>
290 53c9637d taeseongkim
  </ItemGroup>
291
  <ItemGroup>
292
    <Compile Include="Properties\AssemblyInfo.cs">
293
      <SubType>Code</SubType>
294
    </Compile>
295
    <Compile Include="Properties\Resources.Designer.cs">
296
      <AutoGen>True</AutoGen>
297
      <DesignTime>True</DesignTime>
298
      <DependentUpon>Resources.resx</DependentUpon>
299
    </Compile>
300
    <Compile Include="Properties\Settings.Designer.cs">
301
      <AutoGen>True</AutoGen>
302
      <DependentUpon>Settings.settings</DependentUpon>
303
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
304
    </Compile>
305
    <EmbeddedResource Include="Properties\Resources.resx">
306
      <Generator>ResXFileCodeGenerator</Generator>
307
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
308
    </EmbeddedResource>
309
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
310
      <Link>ServiceStation.ini</Link>
311
    </None>
312 b63dcfbb semi
    <EntityDeploy Include="MarkusModel.edmx">
313
      <Generator>EntityModelCodeGenerator</Generator>
314
      <LastGenOutput>MarkusModel.Designer.cs</LastGenOutput>
315
    </EntityDeploy>
316
    <None Include="MarkusModel.edmx.diagram">
317
      <DependentUpon>MarkusModel.edmx</DependentUpon>
318
    </None>
319 53c9637d taeseongkim
    <None Include="packages.config" />
320
    <None Include="Properties\Settings.settings">
321
      <Generator>SettingsSingleFileGenerator</Generator>
322
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
323
    </None>
324 a537d79a taeseongkim
    <None Include="StationController.ini">
325
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
326
    </None>
327 53c9637d taeseongkim
  </ItemGroup>
328
  <ItemGroup>
329
    <None Include="App.config" />
330
  </ItemGroup>
331
  <ItemGroup>
332
    <WCFMetadata Include="Connected Services\" />
333
  </ItemGroup>
334
  <ItemGroup>
335
    <None Include="Resources\TRANSFER_OK.ico" />
336
  </ItemGroup>
337
  <ItemGroup>
338
    <None Include="Resources\Tranfer_Error.ico" />
339
  </ItemGroup>
340
  <ItemGroup>
341 b92f142f taeseongkim
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
342
      <Project>{4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}</Project>
343
      <Name>Markus.Service.Interface</Name>
344
    </ProjectReference>
345 45f9a2ad taeseongkim
    <ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj">
346
      <Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project>
347
      <Name>Markus.Mvvm.ToolKit</Name>
348
    </ProjectReference>
349 b92f142f taeseongkim
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
350
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
351
      <Name>Markus.Service.DataBase</Name>
352
    </ProjectReference>
353 53c9637d taeseongkim
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
354
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
355
      <Name>Markus.Service.Extensions</Name>
356
    </ProjectReference>
357 06f13e11 taeseongkim
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
358
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
359
      <Name>Markus.Service.WcfClient</Name>
360
    </ProjectReference>
361 53c9637d taeseongkim
  </ItemGroup>
362 6396f27e taeseongkim
  <ItemGroup>
363 0498c12e taeseongkim
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
364
      <Visible>False</Visible>
365
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
366
      <Install>true</Install>
367
    </BootstrapperPackage>
368
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
369
      <Visible>False</Visible>
370
      <ProductName>.NET Framework 3.5 SP1</ProductName>
371
      <Install>false</Install>
372
    </BootstrapperPackage>
373 6396f27e taeseongkim
  </ItemGroup>
374 60723dc9 taeseongkim
  <ItemGroup>
375
    <Folder Include="Converters\" />
376
  </ItemGroup>
377 b63dcfbb semi
  <ItemGroup>
378
    <Content Include="MarkusModel.Context.tt">
379
      <Generator>TextTemplatingFileGenerator</Generator>
380
      <LastGenOutput>MarkusModel.Context.cs</LastGenOutput>
381
      <DependentUpon>MarkusModel.edmx</DependentUpon>
382
    </Content>
383
    <Content Include="MarkusModel.tt">
384
      <Generator>TextTemplatingFileGenerator</Generator>
385
      <DependentUpon>MarkusModel.edmx</DependentUpon>
386
      <LastGenOutput>MarkusModel.cs</LastGenOutput>
387
    </Content>
388
  </ItemGroup>
389
  <ItemGroup>
390
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
391
  </ItemGroup>
392 53c9637d taeseongkim
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
393 45f9a2ad taeseongkim
  <PropertyGroup>
394
    <PostBuildEvent>mkdir $(TargetDir)Bin
395
MOVE $(TargetDir)*.dll $(TargetDir)Bin\
396
</PostBuildEvent>
397
  </PropertyGroup>
398 53c9637d taeseongkim
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)