프로젝트

일반

사용자정보

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

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

이력 | 보기 | 이력해설 | 다운로드 (12.1 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 53c9637d taeseongkim
  </PropertyGroup>
60 0498c12e taeseongkim
  <PropertyGroup />
61 53c9637d taeseongkim
  <ItemGroup>
62
    <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
63
      <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
64
    </Reference>
65 6f6e7dbf taeseongkim
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
66
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
67
    </Reference>
68 b92f142f taeseongkim
    <Reference Include="MaterialDesignColors, Version=1.2.0.325, Culture=neutral, processorArchitecture=MSIL">
69
      <HintPath>..\packages\MaterialDesignColors.1.2.0\lib\net45\MaterialDesignColors.dll</HintPath>
70
    </Reference>
71
    <Reference Include="MaterialDesignThemes.Wpf, Version=2.6.0.325, Culture=neutral, processorArchitecture=MSIL">
72
      <HintPath>..\packages\MaterialDesignThemes.2.6.0\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
73
    </Reference>
74 53c9637d taeseongkim
    <Reference Include="Microsoft.EntityFrameworkCore">
75
      <HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath>
76
    </Reference>
77 266a2d4f taeseongkim
    <Reference Include="Microsoft.Expression.Interactions, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78
      <HintPath>..\packages\Expression.Blend.Sdk.WPF.1.0.1\lib\net45\Microsoft.Expression.Interactions.dll</HintPath>
79 45f9a2ad taeseongkim
    </Reference>
80 53c9637d taeseongkim
    <Reference Include="System" />
81
    <Reference Include="System.Data" />
82
    <Reference Include="System.Drawing" />
83
    <Reference Include="System.Runtime.Serialization" />
84
    <Reference Include="System.ServiceModel" />
85
    <Reference Include="System.Windows.Forms" />
86 266a2d4f taeseongkim
    <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
87
      <HintPath>..\packages\Expression.Blend.Sdk.WPF.1.0.1\lib\net45\System.Windows.Interactivity.dll</HintPath>
88 45f9a2ad taeseongkim
    </Reference>
89 53c9637d taeseongkim
    <Reference Include="System.Xml" />
90
    <Reference Include="Microsoft.CSharp" />
91
    <Reference Include="System.Core" />
92
    <Reference Include="System.Xml.Linq" />
93
    <Reference Include="System.Data.DataSetExtensions" />
94
    <Reference Include="System.Net.Http" />
95
    <Reference Include="System.Xaml">
96
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
97
    </Reference>
98 31f18afa taeseongkim
    <Reference Include="Telerik.Windows.Controls">
99
      <HintPath>..\packages\telerik\Telerik.Windows.Controls.dll</HintPath>
100
    </Reference>
101
    <Reference Include="Telerik.Windows.Controls.GridView">
102
      <HintPath>..\packages\telerik\Telerik.Windows.Controls.GridView.dll</HintPath>
103
    </Reference>
104
    <Reference Include="Telerik.Windows.Controls.Input">
105
      <HintPath>..\packages\telerik\Telerik.Windows.Controls.Input.dll</HintPath>
106
    </Reference>
107
    <Reference Include="Telerik.Windows.Controls.Navigation">
108
      <HintPath>..\packages\telerik\Telerik.Windows.Controls.Navigation.dll</HintPath>
109
    </Reference>
110
    <Reference Include="Telerik.Windows.Data">
111
      <HintPath>..\packages\telerik\Telerik.Windows.Data.dll</HintPath>
112
    </Reference>
113
    <Reference Include="Telerik.Windows.Themes.VisualStudio2013">
114
      <HintPath>..\packages\telerik\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath>
115
    </Reference>
116
    <Reference Include="Telerik.Windows.Zip">
117
      <HintPath>..\packages\telerik\Telerik.Windows.Zip.dll</HintPath>
118
    </Reference>
119 53c9637d taeseongkim
    <Reference Include="WindowsBase" />
120
    <Reference Include="PresentationCore" />
121
    <Reference Include="PresentationFramework" />
122
  </ItemGroup>
123
  <ItemGroup>
124
    <ApplicationDefinition Include="App.xaml">
125
      <Generator>MSBuild:Compile</Generator>
126
      <SubType>Designer</SubType>
127
    </ApplicationDefinition>
128 0498c12e taeseongkim
    <Compile Include="AppInit.cs" />
129 6f6e7dbf taeseongkim
    <Compile Include="AppDefine.cs" />
130 0498c12e taeseongkim
    <Compile Include="Data\NavigationItem.cs" />
131 b92f142f taeseongkim
    <Compile Include="Extensions\ConvertItemChangeValue.cs" />
132 6f6e7dbf taeseongkim
    <Compile Include="ViewModel\DataBaseByStatusViewModel.cs" />
133 6396f27e taeseongkim
    <Compile Include="ViewModel\AliveViewModel.cs" />
134 53c9637d taeseongkim
    <Compile Include="ViewModel\MainViewModel.cs" />
135 6f6e7dbf taeseongkim
    <Compile Include="Views\MergeDataView.xaml.cs">
136
      <DependentUpon>MergeDataView.xaml</DependentUpon>
137
    </Compile>
138 0498c12e taeseongkim
    <Compile Include="ViewModel\SettingsViewModel.cs" />
139 6f6e7dbf taeseongkim
    <Compile Include="Views\DataBaseByStatusView.xaml.cs">
140
      <DependentUpon>DataBaseByStatusView.xaml</DependentUpon>
141
    </Compile>
142 0498c12e taeseongkim
    <Compile Include="Views\AliveView.xaml.cs">
143
      <DependentUpon>AliveView.xaml</DependentUpon>
144
    </Compile>
145
    <Compile Include="Views\SettiingServiceLocation.xaml.cs">
146
      <DependentUpon>SettiingServiceLocation.xaml</DependentUpon>
147
    </Compile>
148
    <Compile Include="Views\SettingsView.xaml.cs">
149
      <DependentUpon>SettingsView.xaml</DependentUpon>
150
    </Compile>
151 53c9637d taeseongkim
    <Page Include="MainWindow.xaml">
152
      <Generator>MSBuild:Compile</Generator>
153
      <SubType>Designer</SubType>
154
    </Page>
155
    <Compile Include="App.xaml.cs">
156
      <DependentUpon>App.xaml</DependentUpon>
157
      <SubType>Code</SubType>
158
    </Compile>
159
    <Compile Include="MainWindow.xaml.cs">
160
      <DependentUpon>MainWindow.xaml</DependentUpon>
161
      <SubType>Code</SubType>
162
    </Compile>
163 b92f142f taeseongkim
    <Page Include="Themes\DefaultThemes.xaml">
164 31f18afa taeseongkim
      <SubType>Designer</SubType>
165
      <Generator>MSBuild:Compile</Generator>
166
    </Page>
167 b92f142f taeseongkim
    <Page Include="Themes\MaterialDesignTheme.xaml">
168
      <Generator>MSBuild:Compile</Generator>
169
      <SubType>Designer</SubType>
170
    </Page>
171 31f18afa taeseongkim
    <Page Include="Themes\TelerikTheme.xaml">
172 0498c12e taeseongkim
      <SubType>Designer</SubType>
173
      <Generator>MSBuild:Compile</Generator>
174
    </Page>
175 6f6e7dbf taeseongkim
    <Page Include="Views\MergeDataView.xaml">
176
      <SubType>Designer</SubType>
177
      <Generator>MSBuild:Compile</Generator>
178
    </Page>
179
    <Page Include="Views\DataBaseByStatusView.xaml">
180
      <Generator>MSBuild:Compile</Generator>
181
      <SubType>Designer</SubType>
182
    </Page>
183 0498c12e taeseongkim
    <Page Include="Views\AliveView.xaml">
184
      <SubType>Designer</SubType>
185
      <Generator>MSBuild:Compile</Generator>
186
    </Page>
187
    <Page Include="Views\SettiingServiceLocation.xaml">
188
      <SubType>Designer</SubType>
189
      <Generator>MSBuild:Compile</Generator>
190
    </Page>
191
    <Page Include="Views\SettingsView.xaml">
192 53c9637d taeseongkim
      <SubType>Designer</SubType>
193
      <Generator>MSBuild:Compile</Generator>
194
    </Page>
195
  </ItemGroup>
196
  <ItemGroup>
197
    <Compile Include="Properties\AssemblyInfo.cs">
198
      <SubType>Code</SubType>
199
    </Compile>
200
    <Compile Include="Properties\Resources.Designer.cs">
201
      <AutoGen>True</AutoGen>
202
      <DesignTime>True</DesignTime>
203
      <DependentUpon>Resources.resx</DependentUpon>
204
    </Compile>
205
    <Compile Include="Properties\Settings.Designer.cs">
206
      <AutoGen>True</AutoGen>
207
      <DependentUpon>Settings.settings</DependentUpon>
208
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
209
    </Compile>
210
    <EmbeddedResource Include="Properties\Resources.resx">
211
      <Generator>ResXFileCodeGenerator</Generator>
212
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
213
    </EmbeddedResource>
214
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
215
      <Link>ServiceStation.ini</Link>
216
    </None>
217
    <None Include="packages.config" />
218
    <None Include="Properties\Settings.settings">
219
      <Generator>SettingsSingleFileGenerator</Generator>
220
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
221
    </None>
222 a537d79a taeseongkim
    <None Include="StationController.ini">
223
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
224
    </None>
225 53c9637d taeseongkim
  </ItemGroup>
226
  <ItemGroup>
227
    <None Include="App.config" />
228
  </ItemGroup>
229
  <ItemGroup>
230
    <WCFMetadata Include="Connected Services\" />
231
  </ItemGroup>
232
  <ItemGroup>
233
    <None Include="Resources\TRANSFER_OK.ico" />
234
  </ItemGroup>
235
  <ItemGroup>
236
    <None Include="Resources\Tranfer_Error.ico" />
237
  </ItemGroup>
238
  <ItemGroup>
239 b92f142f taeseongkim
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
240
      <Project>{4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}</Project>
241
      <Name>Markus.Service.Interface</Name>
242
    </ProjectReference>
243 45f9a2ad taeseongkim
    <ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj">
244
      <Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project>
245
      <Name>Markus.Mvvm.ToolKit</Name>
246
    </ProjectReference>
247 b92f142f taeseongkim
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
248
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
249
      <Name>Markus.Service.DataBase</Name>
250
    </ProjectReference>
251 53c9637d taeseongkim
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
252
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
253
      <Name>Markus.Service.Extensions</Name>
254
    </ProjectReference>
255 06f13e11 taeseongkim
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
256
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
257
      <Name>Markus.Service.WcfClient</Name>
258
    </ProjectReference>
259 53c9637d taeseongkim
  </ItemGroup>
260 6396f27e taeseongkim
  <ItemGroup>
261 0498c12e taeseongkim
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
262
      <Visible>False</Visible>
263
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
264
      <Install>true</Install>
265
    </BootstrapperPackage>
266
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
267
      <Visible>False</Visible>
268
      <ProductName>.NET Framework 3.5 SP1</ProductName>
269
      <Install>false</Install>
270
    </BootstrapperPackage>
271 6396f27e taeseongkim
  </ItemGroup>
272 b92f142f taeseongkim
  <ItemGroup />
273 53c9637d taeseongkim
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
274 45f9a2ad taeseongkim
  <PropertyGroup>
275
    <PostBuildEvent>mkdir $(TargetDir)Bin
276
MOVE $(TargetDir)*.dll $(TargetDir)Bin\
277
</PostBuildEvent>
278
  </PropertyGroup>
279 53c9637d taeseongkim
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)