개정판 0498c12e
markus.service.StationController 수정
Change-Id: I601ebdcaef68c8df8a2470a47a754d4f54f4e857
ConvertService/ServiceBase/Markus.Service.StationController/Markus.Service.StationController.csproj | ||
---|---|---|
2 | 2 |
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 |
<PropertyGroup> |
5 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
5 |
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
|
|
6 | 6 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | 7 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | 8 |
<ProjectGuid>{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}</ProjectGuid> |
9 | 9 |
<OutputType>WinExe</OutputType> |
10 | 10 |
<RootNamespace>Markus.Service.StationController</RootNamespace> |
11 | 11 |
<AssemblyName>Markus.Service.StationController</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
15 | 15 |
<WarningLevel>4</WarningLevel> |
... | ... | |
17 | 17 |
<NuGetPackageImportStamp> |
18 | 18 |
</NuGetPackageImportStamp> |
19 | 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> |
|
20 | 35 |
</PropertyGroup> |
21 | 36 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
22 | 37 |
<PlatformTarget>AnyCPU</PlatformTarget> |
... | ... | |
31 | 46 |
</PropertyGroup> |
32 | 47 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
33 | 48 |
<PlatformTarget>AnyCPU</PlatformTarget> |
34 |
<DebugType>pdbonly</DebugType>
|
|
49 |
<DebugType>none</DebugType>
|
|
35 | 50 |
<Optimize>true</Optimize> |
36 | 51 |
<OutputPath>bin\Release\</OutputPath> |
37 |
<DefineConstants>TRACE</DefineConstants> |
|
52 |
<DefineConstants> |
|
53 |
</DefineConstants> |
|
38 | 54 |
<ErrorReport>prompt</ErrorReport> |
39 | 55 |
<WarningLevel>4</WarningLevel> |
40 | 56 |
<Prefer32Bit>false</Prefer32Bit> |
57 |
<DocumentationFile> |
|
58 |
</DocumentationFile> |
|
41 | 59 |
</PropertyGroup> |
60 |
<PropertyGroup /> |
|
42 | 61 |
<ItemGroup> |
43 | 62 |
<Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL"> |
44 | 63 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath> |
... | ... | |
58 | 77 |
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
59 | 78 |
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath> |
60 | 79 |
</Reference> |
61 |
<Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" /> |
|
62 | 80 |
<Reference Include="System" /> |
63 | 81 |
<Reference Include="System.Data" /> |
64 | 82 |
<Reference Include="System.Drawing" /> |
... | ... | |
86 | 104 |
<Generator>MSBuild:Compile</Generator> |
87 | 105 |
<SubType>Designer</SubType> |
88 | 106 |
</ApplicationDefinition> |
107 |
<Compile Include="AppInit.cs" /> |
|
108 |
<Compile Include="Data\NavigationItem.cs" /> |
|
89 | 109 |
<Compile Include="ViewModel\AliveViewModel.cs" /> |
90 | 110 |
<Compile Include="ViewModel\MainViewModel.cs" /> |
111 |
<Compile Include="ViewModel\SettingsViewModel.cs" /> |
|
112 |
<Compile Include="Views\AliveView.xaml.cs"> |
|
113 |
<DependentUpon>AliveView.xaml</DependentUpon> |
|
114 |
</Compile> |
|
115 |
<Compile Include="Views\SettiingServiceLocation.xaml.cs"> |
|
116 |
<DependentUpon>SettiingServiceLocation.xaml</DependentUpon> |
|
117 |
</Compile> |
|
118 |
<Compile Include="Views\SettingsView.xaml.cs"> |
|
119 |
<DependentUpon>SettingsView.xaml</DependentUpon> |
|
120 |
</Compile> |
|
91 | 121 |
<Page Include="MainWindow.xaml"> |
92 | 122 |
<Generator>MSBuild:Compile</Generator> |
93 | 123 |
<SubType>Designer</SubType> |
... | ... | |
105 | 135 |
<DependentUpon>MainWindow.xaml</DependentUpon> |
106 | 136 |
<SubType>Code</SubType> |
107 | 137 |
</Compile> |
108 |
<Page Include="Themes\MaterialDesignControls.xaml"> |
|
138 |
<Page Include="Themes\MaterialDesignTheme.xaml"> |
|
139 |
<SubType>Designer</SubType> |
|
140 |
<Generator>MSBuild:Compile</Generator> |
|
141 |
</Page> |
|
142 |
<Page Include="Views\AliveView.xaml"> |
|
143 |
<SubType>Designer</SubType> |
|
144 |
<Generator>MSBuild:Compile</Generator> |
|
145 |
</Page> |
|
146 |
<Page Include="Views\SettiingServiceLocation.xaml"> |
|
147 |
<SubType>Designer</SubType> |
|
148 |
<Generator>MSBuild:Compile</Generator> |
|
149 |
</Page> |
|
150 |
<Page Include="Views\SettingsView.xaml"> |
|
109 | 151 |
<SubType>Designer</SubType> |
110 | 152 |
<Generator>MSBuild:Compile</Generator> |
111 | 153 |
</Page> |
... | ... | |
131 | 173 |
<None Include="..\Markus.Service.Station\ServiceStation.ini"> |
132 | 174 |
<Link>ServiceStation.ini</Link> |
133 | 175 |
</None> |
134 |
<None Include="Connected Services\StationService\Markus.Service.Interface.xsd"> |
|
176 |
<None Include="Connected Services\StationService\Markus.Service.Interface1.xsd"> |
|
177 |
<SubType>Designer</SubType> |
|
178 |
</None> |
|
179 |
<None Include="Connected Services\StationService\Markus.Service.IWcfService.xsd"> |
|
135 | 180 |
<SubType>Designer</SubType> |
136 | 181 |
</None> |
137 | 182 |
<None Include="Connected Services\StationService\Markus.Service.StationController.StationService.ConvertItem.datasource"> |
138 | 183 |
<DependentUpon>Reference.svcmap</DependentUpon> |
139 | 184 |
</None> |
140 |
<None Include="Connected Services\StationService\service.wsdl" /> |
|
141 |
<None Include="Connected Services\StationService\service.xsd"> |
|
185 |
<None Include="Connected Services\StationService\Markus.Service.StationController.StationService.Item.datasource"> |
|
186 |
<DependentUpon>Reference.svcmap</DependentUpon> |
|
187 |
</None> |
|
188 |
<None Include="Connected Services\StationService\service1.wsdl" /> |
|
189 |
<None Include="Connected Services\StationService\service2.xsd"> |
|
142 | 190 |
<SubType>Designer</SubType> |
143 | 191 |
</None> |
144 |
<None Include="Connected Services\StationService\service1.xsd"> |
|
192 |
<None Include="Connected Services\StationService\service21.xsd">
|
|
145 | 193 |
<SubType>Designer</SubType> |
146 | 194 |
</None> |
147 | 195 |
<None Include="packages.config" /> |
... | ... | |
191 | 239 |
</ProjectReference> |
192 | 240 |
</ItemGroup> |
193 | 241 |
<ItemGroup> |
194 |
<Folder Include="Views\Monitor\" /> |
|
242 |
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1"> |
|
243 |
<Visible>False</Visible> |
|
244 |
<ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName> |
|
245 |
<Install>true</Install> |
|
246 |
</BootstrapperPackage> |
|
247 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
248 |
<Visible>False</Visible> |
|
249 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
250 |
<Install>false</Install> |
|
251 |
</BootstrapperPackage> |
|
195 | 252 |
</ItemGroup> |
196 | 253 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
197 | 254 |
<PropertyGroup> |
내보내기 Unified diff