markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ 30680747
이력 | 보기 | 이력해설 | 다운로드 (17.8 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 | 6f6e7dbf | taeseongkim | <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL"> |
79 | <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath> |
||
80 | </Reference> |
||
81 | b92f142f | taeseongkim | <Reference Include="MaterialDesignColors, Version=1.2.0.325, Culture=neutral, processorArchitecture=MSIL"> |
82 | <HintPath>..\packages\MaterialDesignColors.1.2.0\lib\net45\MaterialDesignColors.dll</HintPath> |
||
83 | </Reference> |
||
84 | <Reference Include="MaterialDesignThemes.Wpf, Version=2.6.0.325, Culture=neutral, processorArchitecture=MSIL"> |
||
85 | <HintPath>..\packages\MaterialDesignThemes.2.6.0\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath> |
||
86 | </Reference> |
||
87 | c6bf88fd | taeseongkim | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
88 | e78f0871 | alzkakdixm | <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
89 | c6bf88fd | taeseongkim | </Reference> |
90 | 53c9637d | taeseongkim | <Reference Include="System" /> |
91 | 98ee04d3 | taeseongkim | <Reference Include="System.ComponentModel.DataAnnotations" /> |
92 | 53c9637d | taeseongkim | <Reference Include="System.Data" /> |
93 | <Reference Include="System.Drawing" /> |
||
94 | <Reference Include="System.Runtime.Serialization" /> |
||
95 | b63dcfbb | semi | <Reference Include="System.Security" /> |
96 | 53c9637d | taeseongkim | <Reference Include="System.ServiceModel" /> |
97 | 60723dc9 | taeseongkim | <Reference Include="System.Web" /> |
98 | 53c9637d | taeseongkim | <Reference Include="System.Windows.Forms" /> |
99 | 266a2d4f | taeseongkim | <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
100 | 67df8dcd | alzkakdixm | <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath> |
101 | 45f9a2ad | taeseongkim | </Reference> |
102 | 53c9637d | taeseongkim | <Reference Include="System.Xml" /> |
103 | <Reference Include="Microsoft.CSharp" /> |
||
104 | <Reference Include="System.Core" /> |
||
105 | <Reference Include="System.Xml.Linq" /> |
||
106 | <Reference Include="System.Data.DataSetExtensions" /> |
||
107 | <Reference Include="System.Net.Http" /> |
||
108 | <Reference Include="System.Xaml"> |
||
109 | <RequiredTargetFramework>4.0</RequiredTargetFramework> |
||
110 | </Reference> |
||
111 | 503cb09e | taeseongkim | <Reference Include="Telerik.Windows.Controls, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
112 | <SpecificVersion>False</SpecificVersion> |
||
113 | <HintPath>..\Telerik\Telerik.Windows.Controls.dll</HintPath> |
||
114 | 31f18afa | taeseongkim | </Reference> |
115 | 43b2e236 | semi | <Reference Include="Telerik.Windows.Controls.Docking, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
116 | <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Docking.dll</HintPath> |
||
117 | <Private>True</Private> |
||
118 | </Reference> |
||
119 | 503cb09e | taeseongkim | <Reference Include="Telerik.Windows.Controls.GridView, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
120 | <SpecificVersion>False</SpecificVersion> |
||
121 | <HintPath>..\Telerik\Telerik.Windows.Controls.GridView.dll</HintPath> |
||
122 | 31f18afa | taeseongkim | </Reference> |
123 | 503cb09e | taeseongkim | <Reference Include="Telerik.Windows.Controls.Input, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
124 | <SpecificVersion>False</SpecificVersion> |
||
125 | <HintPath>..\Telerik\Telerik.Windows.Controls.Input.dll</HintPath> |
||
126 | 31f18afa | taeseongkim | </Reference> |
127 | 503cb09e | taeseongkim | <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
128 | <SpecificVersion>False</SpecificVersion> |
||
129 | <HintPath>..\Telerik\Telerik.Windows.Controls.Navigation.dll</HintPath> |
||
130 | 31f18afa | taeseongkim | </Reference> |
131 | 503cb09e | taeseongkim | <Reference Include="Telerik.Windows.Data, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
132 | <SpecificVersion>False</SpecificVersion> |
||
133 | <HintPath>..\Telerik\Telerik.Windows.Data.dll</HintPath> |
||
134 | 31f18afa | taeseongkim | </Reference> |
135 | 902f397c | semi | <Reference Include="Telerik.Windows.Themes.VisualStudio2013"> |
136 | <HintPath>C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries.NoXaml\WPF45\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath> |
||
137 | 31f18afa | taeseongkim | </Reference> |
138 | 503cb09e | taeseongkim | <Reference Include="Telerik.Windows.Zip, Version=2019.3.903.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
139 | <SpecificVersion>False</SpecificVersion> |
||
140 | <HintPath>..\Telerik\Telerik.Windows.Zip.dll</HintPath> |
||
141 | 31f18afa | taeseongkim | </Reference> |
142 | 53c9637d | taeseongkim | <Reference Include="WindowsBase" /> |
143 | <Reference Include="PresentationCore" /> |
||
144 | <Reference Include="PresentationFramework" /> |
||
145 | </ItemGroup> |
||
146 | <ItemGroup> |
||
147 | <ApplicationDefinition Include="App.xaml"> |
||
148 | <Generator>MSBuild:Compile</Generator> |
||
149 | <SubType>Designer</SubType> |
||
150 | </ApplicationDefinition> |
||
151 | 0498c12e | taeseongkim | <Compile Include="AppInit.cs" /> |
152 | 6f6e7dbf | taeseongkim | <Compile Include="AppDefine.cs" /> |
153 | a34f58f6 | taeseongkim | <Compile Include="Behaviors\AutoSizeBehaviors.cs" /> |
154 | 1ae729e4 | taeseongkim | <Compile Include="Behaviors\RichTextBoxBehaviors.cs" /> |
155 | 3aafb914 | taeseongkim | <Compile Include="Behaviors\StatusTypeList.cs" /> |
156 | 60723dc9 | taeseongkim | <Compile Include="Behaviors\StatusTypeSet.cs" /> |
157 | b63dcfbb | semi | <Compile Include="Controls\DatabaseFilter.xaml.cs"> |
158 | <DependentUpon>DatabaseFilter.xaml</DependentUpon> |
||
159 | </Compile> |
||
160 | 1ae729e4 | taeseongkim | <Compile Include="Controls\ITraceTextSink.cs" /> |
161 | a34f58f6 | taeseongkim | <Compile Include="Controls\RowIndexColumn.cs" /> |
162 | 1ae729e4 | taeseongkim | <Compile Include="Controls\TraceDocument.xaml.cs"> |
163 | <DependentUpon>TraceDocument.xaml</DependentUpon> |
||
164 | </Compile> |
||
165 | <Compile Include="Controls\TraceTextSource.cs" /> |
||
166 | af9bffc5 | taeseongkim | <Compile Include="Data\MenuItem.cs" /> |
167 | e6281033 | alzkakdixm | <Compile Include="Data\SelectedCountItem.cs" /> |
168 | af9bffc5 | taeseongkim | <Compile Include="Data\StatusViewItem.cs" /> |
169 | c6bf88fd | taeseongkim | <Compile Include="Data\ViewInfo.cs" /> |
170 | b92f142f | taeseongkim | <Compile Include="Extensions\ConvertItemChangeValue.cs" /> |
171 | c6bf88fd | taeseongkim | <Compile Include="Extensions\MarkusAPI.cs" /> |
172 | 0cb12397 | alzkakdixm | <Compile Include="Extensions\DataExport.cs" /> |
173 | 60723dc9 | taeseongkim | <Compile Include="Extensions\GetStatusTypeEnums.cs" /> |
174 | a34f58f6 | taeseongkim | <Compile Include="Extensions\VisualTreeHelper.cs" /> |
175 | 47f89cbb | semi | <Compile Include="MarkusEntities.cs" /> |
176 | b63dcfbb | semi | <Compile Include="MarkusModel.Context.cs"> |
177 | <AutoGen>True</AutoGen> |
||
178 | <DesignTime>True</DesignTime> |
||
179 | <DependentUpon>MarkusModel.Context.tt</DependentUpon> |
||
180 | </Compile> |
||
181 | <Compile Include="MarkusModel.cs"> |
||
182 | <AutoGen>True</AutoGen> |
||
183 | <DesignTime>True</DesignTime> |
||
184 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
185 | </Compile> |
||
186 | <Compile Include="MarkusModel.Designer.cs"> |
||
187 | <AutoGen>True</AutoGen> |
||
188 | <DesignTime>True</DesignTime> |
||
189 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
190 | </Compile> |
||
191 | <Compile Include="SELECT_CONVERT_ITEM_Result.cs"> |
||
192 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
193 | </Compile> |
||
194 | 3bde451b | semi | <Compile Include="SELECT_FINAL_PDF_Result.cs"> |
195 | b63dcfbb | semi | <DependentUpon>MarkusModel.tt</DependentUpon> |
196 | </Compile> |
||
197 | 3bde451b | semi | <Compile Include="ViewModel\FinalPDFViewModel.cs" /> |
198 | <Compile Include="ViewModel\FinalPDFAddDialogViewModel.cs" /> |
||
199 | 43b2e236 | semi | <Compile Include="ViewModel\ConvertAddDialogViewModel.cs" /> |
200 | a6e5055d | alzkakdixm | <Compile Include="ViewModel\DataBaseItemsModel.cs" /> |
201 | 53c9637d | taeseongkim | <Compile Include="ViewModel\MainViewModel.cs" /> |
202 | 43b2e236 | semi | <Compile Include="Views\ConvertAddDialog.xaml.cs"> |
203 | <DependentUpon>ConvertAddDialog.xaml</DependentUpon> |
||
204 | </Compile> |
||
205 | a6e5055d | alzkakdixm | <Compile Include="Views\DataBaseView.xaml.cs"> |
206 | <DependentUpon>DataBaseView.xaml</DependentUpon> |
||
207 | </Compile> |
||
208 | 344ac7ed | alzkakdixm | <Compile Include="Views\DataBaseViewInfo.xaml.cs"> |
209 | <DependentUpon>DataBaseViewInfo.xaml</DependentUpon> |
||
210 | </Compile> |
||
211 | 3bde451b | semi | <Compile Include="Views\FinalPDFAddDialog.xaml.cs"> |
212 | <DependentUpon>FinalPDFAddDialog.xaml</DependentUpon> |
||
213 | </Compile> |
||
214 | <Compile Include="Views\FinalPDFViewInfo.xaml.cs"> |
||
215 | <DependentUpon>FinalPDFViewInfo.xaml</DependentUpon> |
||
216 | </Compile> |
||
217 | <Compile Include="Views\FinalPDFView.xaml.cs"> |
||
218 | <DependentUpon>FinalPDFView.xaml</DependentUpon> |
||
219 | </Compile> |
||
220 | b63dcfbb | semi | <Page Include="Controls\DatabaseFilter.xaml"> |
221 | <Generator>MSBuild:Compile</Generator> |
||
222 | <SubType>Designer</SubType> |
||
223 | </Page> |
||
224 | 1ae729e4 | taeseongkim | <Page Include="Controls\TraceDocument.xaml"> |
225 | <Generator>MSBuild:Compile</Generator> |
||
226 | <SubType>Designer</SubType> |
||
227 | </Page> |
||
228 | 53c9637d | taeseongkim | <Page Include="MainWindow.xaml"> |
229 | <Generator>MSBuild:Compile</Generator> |
||
230 | <SubType>Designer</SubType> |
||
231 | </Page> |
||
232 | <Compile Include="App.xaml.cs"> |
||
233 | <DependentUpon>App.xaml</DependentUpon> |
||
234 | <SubType>Code</SubType> |
||
235 | </Compile> |
||
236 | <Compile Include="MainWindow.xaml.cs"> |
||
237 | <DependentUpon>MainWindow.xaml</DependentUpon> |
||
238 | <SubType>Code</SubType> |
||
239 | </Compile> |
||
240 | b92f142f | taeseongkim | <Page Include="Themes\DefaultThemes.xaml"> |
241 | 31f18afa | taeseongkim | <SubType>Designer</SubType> |
242 | <Generator>MSBuild:Compile</Generator> |
||
243 | </Page> |
||
244 | b92f142f | taeseongkim | <Page Include="Themes\MaterialDesignTheme.xaml"> |
245 | <Generator>MSBuild:Compile</Generator> |
||
246 | <SubType>Designer</SubType> |
||
247 | </Page> |
||
248 | 31f18afa | taeseongkim | <Page Include="Themes\TelerikTheme.xaml"> |
249 | 0498c12e | taeseongkim | <SubType>Designer</SubType> |
250 | <Generator>MSBuild:Compile</Generator> |
||
251 | </Page> |
||
252 | 43b2e236 | semi | <Page Include="Views\ConvertAddDialog.xaml"> |
253 | <Generator>MSBuild:Compile</Generator> |
||
254 | <SubType>Designer</SubType> |
||
255 | </Page> |
||
256 | a6e5055d | alzkakdixm | <Page Include="Views\DataBaseView.xaml"> |
257 | <Generator>MSBuild:Compile</Generator> |
||
258 | <SubType>Designer</SubType> |
||
259 | </Page> |
||
260 | 344ac7ed | alzkakdixm | <Page Include="Views\DataBaseViewInfo.xaml"> |
261 | <SubType>Designer</SubType> |
||
262 | <Generator>MSBuild:Compile</Generator> |
||
263 | </Page> |
||
264 | 3bde451b | semi | <Page Include="Views\FinalPDFAddDialog.xaml"> |
265 | <Generator>MSBuild:Compile</Generator> |
||
266 | <SubType>Designer</SubType> |
||
267 | </Page> |
||
268 | <Page Include="Views\FinalPDFViewInfo.xaml"> |
||
269 | <SubType>Designer</SubType> |
||
270 | <Generator>MSBuild:Compile</Generator> |
||
271 | </Page> |
||
272 | <Page Include="Views\FinalPDFView.xaml"> |
||
273 | <SubType>Designer</SubType> |
||
274 | <Generator>MSBuild:Compile</Generator> |
||
275 | </Page> |
||
276 | 53c9637d | taeseongkim | </ItemGroup> |
277 | <ItemGroup> |
||
278 | <Compile Include="Properties\AssemblyInfo.cs"> |
||
279 | <SubType>Code</SubType> |
||
280 | </Compile> |
||
281 | <Compile Include="Properties\Resources.Designer.cs"> |
||
282 | <AutoGen>True</AutoGen> |
||
283 | <DesignTime>True</DesignTime> |
||
284 | <DependentUpon>Resources.resx</DependentUpon> |
||
285 | </Compile> |
||
286 | <Compile Include="Properties\Settings.Designer.cs"> |
||
287 | <AutoGen>True</AutoGen> |
||
288 | <DependentUpon>Settings.settings</DependentUpon> |
||
289 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
290 | </Compile> |
||
291 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
292 | <Generator>ResXFileCodeGenerator</Generator> |
||
293 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
294 | </EmbeddedResource> |
||
295 | <None Include="..\Markus.Service.Station\ServiceStation.ini"> |
||
296 | <Link>ServiceStation.ini</Link> |
||
297 | </None> |
||
298 | b63dcfbb | semi | <EntityDeploy Include="MarkusModel.edmx"> |
299 | <Generator>EntityModelCodeGenerator</Generator> |
||
300 | <LastGenOutput>MarkusModel.Designer.cs</LastGenOutput> |
||
301 | </EntityDeploy> |
||
302 | <None Include="MarkusModel.edmx.diagram"> |
||
303 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
304 | 8c128693 | semi | <SubType>Designer</SubType> |
305 | b63dcfbb | semi | </None> |
306 | 53c9637d | taeseongkim | <None Include="packages.config" /> |
307 | <None Include="Properties\Settings.settings"> |
||
308 | <Generator>SettingsSingleFileGenerator</Generator> |
||
309 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
310 | </None> |
||
311 | a537d79a | taeseongkim | <None Include="StationController.ini"> |
312 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
313 | </None> |
||
314 | 53c9637d | taeseongkim | </ItemGroup> |
315 | <ItemGroup> |
||
316 | <None Include="App.config" /> |
||
317 | </ItemGroup> |
||
318 | <ItemGroup> |
||
319 | <WCFMetadata Include="Connected Services\" /> |
||
320 | </ItemGroup> |
||
321 | <ItemGroup> |
||
322 | <None Include="Resources\TRANSFER_OK.ico" /> |
||
323 | </ItemGroup> |
||
324 | <ItemGroup> |
||
325 | <None Include="Resources\Tranfer_Error.ico" /> |
||
326 | </ItemGroup> |
||
327 | <ItemGroup> |
||
328 | b92f142f | taeseongkim | <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
329 | <Project>{4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}</Project> |
||
330 | <Name>Markus.Service.Interface</Name> |
||
331 | </ProjectReference> |
||
332 | 45f9a2ad | taeseongkim | <ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj"> |
333 | <Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project> |
||
334 | <Name>Markus.Mvvm.ToolKit</Name> |
||
335 | </ProjectReference> |
||
336 | 53c9637d | taeseongkim | <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
337 | <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
||
338 | <Name>Markus.Service.Extensions</Name> |
||
339 | </ProjectReference> |
||
340 | 06f13e11 | taeseongkim | <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
341 | <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project> |
||
342 | <Name>Markus.Service.WcfClient</Name> |
||
343 | </ProjectReference> |
||
344 | 53c9637d | taeseongkim | </ItemGroup> |
345 | 6396f27e | taeseongkim | <ItemGroup> |
346 | 0498c12e | taeseongkim | <BootstrapperPackage Include=".NETFramework,Version=v4.6.1"> |
347 | <Visible>False</Visible> |
||
348 | <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName> |
||
349 | <Install>true</Install> |
||
350 | </BootstrapperPackage> |
||
351 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
352 | <Visible>False</Visible> |
||
353 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
354 | <Install>false</Install> |
||
355 | </BootstrapperPackage> |
||
356 | 6396f27e | taeseongkim | </ItemGroup> |
357 | 60723dc9 | taeseongkim | <ItemGroup> |
358 | <Folder Include="Converters\" /> |
||
359 | </ItemGroup> |
||
360 | b63dcfbb | semi | <ItemGroup> |
361 | <Content Include="MarkusModel.Context.tt"> |
||
362 | <Generator>TextTemplatingFileGenerator</Generator> |
||
363 | <LastGenOutput>MarkusModel.Context.cs</LastGenOutput> |
||
364 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
365 | </Content> |
||
366 | <Content Include="MarkusModel.tt"> |
||
367 | <Generator>TextTemplatingFileGenerator</Generator> |
||
368 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
369 | <LastGenOutput>MarkusModel.cs</LastGenOutput> |
||
370 | </Content> |
||
371 | </ItemGroup> |
||
372 | <ItemGroup> |
||
373 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
374 | </ItemGroup> |
||
375 | 53c9637d | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
376 | 45f9a2ad | taeseongkim | <PropertyGroup> |
377 | <PostBuildEvent>mkdir $(TargetDir)Bin |
||
378 | MOVE $(TargetDir)*.dll $(TargetDir)Bin\ |
||
379 | </PostBuildEvent> |
||
380 | </PropertyGroup> |
||
381 | 54a28343 | taeseongkim | <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
382 | <Target Name="StationController_ini_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('StationController.$(Configuration).ini')"> |
||
383 | <TransformXml Source="StationController.ini" Destination="$(OutputPath)StationController.ini" Transform="StationController.$(Configuration).ini" /> |
||
384 | </Target> |
||
385 | 53c9637d | taeseongkim | </Project> |