markus / ConvertService / ServiceBase / Markus.Service.StationController / Markus.Service.StationController.csproj @ 06f13e11
이력 | 보기 | 이력해설 | 다운로드 (10.6 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 |
<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 |
</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 |
<Prefer32Bit>false</Prefer32Bit> |
46 |
</PropertyGroup> |
47 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
48 |
<PlatformTarget>AnyCPU</PlatformTarget> |
49 |
<DebugType>none</DebugType> |
50 |
<Optimize>true</Optimize> |
51 |
<OutputPath>bin\Release\</OutputPath> |
52 |
<DefineConstants> |
53 |
</DefineConstants> |
54 |
<ErrorReport>prompt</ErrorReport> |
55 |
<WarningLevel>4</WarningLevel> |
56 |
<Prefer32Bit>false</Prefer32Bit> |
57 |
<DocumentationFile> |
58 |
</DocumentationFile> |
59 |
</PropertyGroup> |
60 |
<PropertyGroup /> |
61 |
<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 |
<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 |
<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="MaterialDesignExtensions, Version=2.6.0.0, Culture=neutral, processorArchitecture=MSIL"> |
72 |
<HintPath>..\packages\MaterialDesignExtensions.2.6.0\lib\net45\MaterialDesignExtensions.dll</HintPath> |
73 |
</Reference> |
74 |
<Reference Include="MaterialDesignThemes.Wpf, Version=2.6.0.325, Culture=neutral, processorArchitecture=MSIL"> |
75 |
<HintPath>..\packages\MaterialDesignThemes.2.6.0\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath> |
76 |
</Reference> |
77 |
<Reference Include="Microsoft.EntityFrameworkCore"> |
78 |
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath> |
79 |
</Reference> |
80 |
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
81 |
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath> |
82 |
</Reference> |
83 |
<Reference Include="System" /> |
84 |
<Reference Include="System.Data" /> |
85 |
<Reference Include="System.Drawing" /> |
86 |
<Reference Include="System.Runtime.Serialization" /> |
87 |
<Reference Include="System.ServiceModel" /> |
88 |
<Reference Include="System.Windows.Forms" /> |
89 |
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
90 |
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath> |
91 |
</Reference> |
92 |
<Reference Include="System.Xml" /> |
93 |
<Reference Include="Microsoft.CSharp" /> |
94 |
<Reference Include="System.Core" /> |
95 |
<Reference Include="System.Xml.Linq" /> |
96 |
<Reference Include="System.Data.DataSetExtensions" /> |
97 |
<Reference Include="System.Net.Http" /> |
98 |
<Reference Include="System.Xaml"> |
99 |
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
100 |
</Reference> |
101 |
<Reference Include="WindowsBase" /> |
102 |
<Reference Include="PresentationCore" /> |
103 |
<Reference Include="PresentationFramework" /> |
104 |
</ItemGroup> |
105 |
<ItemGroup> |
106 |
<ApplicationDefinition Include="App.xaml"> |
107 |
<Generator>MSBuild:Compile</Generator> |
108 |
<SubType>Designer</SubType> |
109 |
</ApplicationDefinition> |
110 |
<Compile Include="AppInit.cs" /> |
111 |
<Compile Include="AppDefine.cs" /> |
112 |
<Compile Include="Data\NavigationItem.cs" /> |
113 |
<Compile Include="ViewModel\DataBaseByStatusViewModel.cs" /> |
114 |
<Compile Include="ViewModel\AliveViewModel.cs" /> |
115 |
<Compile Include="ViewModel\MainViewModel.cs" /> |
116 |
<Compile Include="Views\MergeDataView.xaml.cs"> |
117 |
<DependentUpon>MergeDataView.xaml</DependentUpon> |
118 |
</Compile> |
119 |
<Compile Include="ViewModel\SettingsViewModel.cs" /> |
120 |
<Compile Include="Views\DataBaseByStatusView.xaml.cs"> |
121 |
<DependentUpon>DataBaseByStatusView.xaml</DependentUpon> |
122 |
</Compile> |
123 |
<Compile Include="Views\AliveView.xaml.cs"> |
124 |
<DependentUpon>AliveView.xaml</DependentUpon> |
125 |
</Compile> |
126 |
<Compile Include="Views\SettiingServiceLocation.xaml.cs"> |
127 |
<DependentUpon>SettiingServiceLocation.xaml</DependentUpon> |
128 |
</Compile> |
129 |
<Compile Include="Views\SettingsView.xaml.cs"> |
130 |
<DependentUpon>SettingsView.xaml</DependentUpon> |
131 |
</Compile> |
132 |
<Page Include="MainWindow.xaml"> |
133 |
<Generator>MSBuild:Compile</Generator> |
134 |
<SubType>Designer</SubType> |
135 |
</Page> |
136 |
<Compile Include="App.xaml.cs"> |
137 |
<DependentUpon>App.xaml</DependentUpon> |
138 |
<SubType>Code</SubType> |
139 |
</Compile> |
140 |
<Compile Include="MainWindow.xaml.cs"> |
141 |
<DependentUpon>MainWindow.xaml</DependentUpon> |
142 |
<SubType>Code</SubType> |
143 |
</Compile> |
144 |
<Page Include="Themes\MaterialDesignTheme.xaml"> |
145 |
<SubType>Designer</SubType> |
146 |
<Generator>MSBuild:Compile</Generator> |
147 |
</Page> |
148 |
<Page Include="Views\MergeDataView.xaml"> |
149 |
<SubType>Designer</SubType> |
150 |
<Generator>MSBuild:Compile</Generator> |
151 |
</Page> |
152 |
<Page Include="Views\DataBaseByStatusView.xaml"> |
153 |
<Generator>MSBuild:Compile</Generator> |
154 |
<SubType>Designer</SubType> |
155 |
</Page> |
156 |
<Page Include="Views\AliveView.xaml"> |
157 |
<SubType>Designer</SubType> |
158 |
<Generator>MSBuild:Compile</Generator> |
159 |
</Page> |
160 |
<Page Include="Views\SettiingServiceLocation.xaml"> |
161 |
<SubType>Designer</SubType> |
162 |
<Generator>MSBuild:Compile</Generator> |
163 |
</Page> |
164 |
<Page Include="Views\SettingsView.xaml"> |
165 |
<SubType>Designer</SubType> |
166 |
<Generator>MSBuild:Compile</Generator> |
167 |
</Page> |
168 |
</ItemGroup> |
169 |
<ItemGroup> |
170 |
<Compile Include="Properties\AssemblyInfo.cs"> |
171 |
<SubType>Code</SubType> |
172 |
</Compile> |
173 |
<Compile Include="Properties\Resources.Designer.cs"> |
174 |
<AutoGen>True</AutoGen> |
175 |
<DesignTime>True</DesignTime> |
176 |
<DependentUpon>Resources.resx</DependentUpon> |
177 |
</Compile> |
178 |
<Compile Include="Properties\Settings.Designer.cs"> |
179 |
<AutoGen>True</AutoGen> |
180 |
<DependentUpon>Settings.settings</DependentUpon> |
181 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
182 |
</Compile> |
183 |
<EmbeddedResource Include="Properties\Resources.resx"> |
184 |
<Generator>ResXFileCodeGenerator</Generator> |
185 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
186 |
</EmbeddedResource> |
187 |
<None Include="..\Markus.Service.Station\ServiceStation.ini"> |
188 |
<Link>ServiceStation.ini</Link> |
189 |
</None> |
190 |
<None Include="packages.config" /> |
191 |
<None Include="Properties\Settings.settings"> |
192 |
<Generator>SettingsSingleFileGenerator</Generator> |
193 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
194 |
</None> |
195 |
<None Include="StationController.ini"> |
196 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
197 |
</None> |
198 |
</ItemGroup> |
199 |
<ItemGroup> |
200 |
<None Include="App.config" /> |
201 |
</ItemGroup> |
202 |
<ItemGroup> |
203 |
<WCFMetadata Include="Connected Services\" /> |
204 |
</ItemGroup> |
205 |
<ItemGroup> |
206 |
<None Include="Resources\TRANSFER_OK.ico" /> |
207 |
</ItemGroup> |
208 |
<ItemGroup> |
209 |
<None Include="Resources\Tranfer_Error.ico" /> |
210 |
</ItemGroup> |
211 |
<ItemGroup> |
212 |
<ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj"> |
213 |
<Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project> |
214 |
<Name>Markus.Mvvm.ToolKit</Name> |
215 |
</ProjectReference> |
216 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
217 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
218 |
<Name>Markus.Service.Extensions</Name> |
219 |
</ProjectReference> |
220 |
<ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
221 |
<Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project> |
222 |
<Name>Markus.Service.WcfClient</Name> |
223 |
</ProjectReference> |
224 |
</ItemGroup> |
225 |
<ItemGroup> |
226 |
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1"> |
227 |
<Visible>False</Visible> |
228 |
<ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName> |
229 |
<Install>true</Install> |
230 |
</BootstrapperPackage> |
231 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
232 |
<Visible>False</Visible> |
233 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
234 |
<Install>false</Install> |
235 |
</BootstrapperPackage> |
236 |
</ItemGroup> |
237 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
238 |
<PropertyGroup> |
239 |
<PostBuildEvent>mkdir $(TargetDir)Bin |
240 |
MOVE $(TargetDir)*.dll $(TargetDir)Bin\ |
241 |
</PostBuildEvent> |
242 |
</PropertyGroup> |
243 |
</Project> |