NEIntelligentControl2.csproj 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010
  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{1F4B32B2-8B11-4739-9582-6F3D339816A6}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>NEIntelligentControl2</RootNamespace>
  10. <AssemblyName>智动启停</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <TargetFrameworkProfile />
  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. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ApplicationIcon>icon.ico</ApplicationIcon>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="libzkfpcsharp, Version=1.0.0.1, Culture=neutral, processorArchitecture=AMD64">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\..\..\files\工作资料\工作资料\控制服务包及其驱动\ZKFinger SDK 5.0.0.27(新指纹仪)\C#\lib\x86\libzkfpcsharp.dll</HintPath>
  62. </Reference>
  63. <Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  64. <HintPath>..\packages\LiveCharts.0.9.7\lib\net45\LiveCharts.dll</HintPath>
  65. </Reference>
  66. <Reference Include="LiveCharts.Wpf, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  67. <HintPath>..\packages\LiveCharts.Wpf.0.9.7\lib\net45\LiveCharts.Wpf.dll</HintPath>
  68. </Reference>
  69. <Reference Include="log4net, Version=2.0.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  70. <HintPath>..\packages\log4net.2.0.14\lib\net45\log4net.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  80. </Reference>
  81. <Reference Include="OxyPlot, Version=2.1.0.0, Culture=neutral, PublicKeyToken=638079a8f0bd61e9, processorArchitecture=MSIL">
  82. <HintPath>..\packages\OxyPlot.Core.2.1.0\lib\net45\OxyPlot.dll</HintPath>
  83. </Reference>
  84. <Reference Include="OxyPlot.Wpf, Version=2.1.0.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  85. <HintPath>..\packages\OxyPlot.Wpf.2.1.0\lib\net45\OxyPlot.Wpf.dll</HintPath>
  86. </Reference>
  87. <Reference Include="OxyPlot.Wpf.Shared, Version=2.1.0.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  88. <HintPath>..\packages\OxyPlot.Wpf.Shared.2.1.0\lib\net45\OxyPlot.Wpf.Shared.dll</HintPath>
  89. </Reference>
  90. <Reference Include="ReachFramework" />
  91. <Reference Include="System" />
  92. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  93. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Configuration" />
  96. <Reference Include="System.Data" />
  97. <Reference Include="System.Drawing" />
  98. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  99. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Numerics" />
  102. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  103. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Printing" />
  106. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  107. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Runtime.Serialization" />
  110. <Reference Include="System.Speech" />
  111. <Reference Include="System.Text.Encodings.Web, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  112. <HintPath>..\packages\System.Text.Encodings.Web.6.0.0\lib\net461\System.Text.Encodings.Web.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Text.Json, Version=6.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  115. <HintPath>..\packages\System.Text.Json.6.0.5\lib\net461\System.Text.Json.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  118. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  121. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  122. </Reference>
  123. <Reference Include="System.Web" />
  124. <Reference Include="System.Web.Extensions" />
  125. <Reference Include="System.Windows.Forms" />
  126. <Reference Include="System.Windows.Forms.DataVisualization" />
  127. <Reference Include="System.Xml" />
  128. <Reference Include="Microsoft.CSharp" />
  129. <Reference Include="System.Core" />
  130. <Reference Include="System.Xml.Linq" />
  131. <Reference Include="System.Data.DataSetExtensions" />
  132. <Reference Include="System.Net.Http" />
  133. <Reference Include="System.Xaml">
  134. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  135. </Reference>
  136. <Reference Include="websocket-sharp, Version=1.0.1.0, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL">
  137. <HintPath>..\packages\WebSocketSharp-netstandard.1.0.1\lib\net45\websocket-sharp.dll</HintPath>
  138. </Reference>
  139. <Reference Include="WindowsBase" />
  140. <Reference Include="PresentationCore" />
  141. <Reference Include="PresentationFramework" />
  142. <Reference Include="WindowsFormsIntegration" />
  143. <Reference Include="WpfAnimatedGif, Version=2.0.0.0, Culture=neutral, PublicKeyToken=9e7cd3b544a090dc, processorArchitecture=MSIL">
  144. <HintPath>..\packages\WpfAnimatedGif.2.0.2\lib\net40\WpfAnimatedGif.dll</HintPath>
  145. </Reference>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <ApplicationDefinition Include="App.xaml">
  149. <Generator>MSBuild:Compile</Generator>
  150. <SubType>Designer</SubType>
  151. </ApplicationDefinition>
  152. <Compile Include="MessageWindow.xaml.cs">
  153. <DependentUpon>MessageWindow.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="Models\AGC\AGCInfo.cs" />
  156. <Compile Include="Models\AGC\TagInfo.cs" />
  157. <Compile Include="Models\AGC\TagType.cs" />
  158. <Compile Include="Models\AGC\ViewModel.cs" />
  159. <Compile Include="Models\Alarm\AlarmInfo.cs" />
  160. <Compile Include="Models\Alarm\AlarmPage.cs" />
  161. <Compile Include="Models\Alarm\FaultInfo.cs" />
  162. <Compile Include="Models\Alarm\FaultInfoModel.cs" />
  163. <Compile Include="Models\Alarm\AlarmTypeInfo.cs" />
  164. <Compile Include="Models\Attributes\StringValue.cs" />
  165. <Compile Include="Models\BoostStation\BoostStationEventEditer.cs" />
  166. <Compile Include="Models\BoostStation\BoostStationInfo.cs" />
  167. <Compile Include="Models\BoostStation\BoostStationPointInfo.cs" />
  168. <Compile Include="Models\BoostStation\IBoostStationPoint.cs" />
  169. <Compile Include="Models\Datas\TsData.cs" />
  170. <Compile Include="Models\Helper.cs" />
  171. <Compile Include="Models\Messages\AlarmCountBridge.cs" />
  172. <Compile Include="Models\Messages\FaultCountBridge.cs" />
  173. <Compile Include="Models\Messages\FaultPopupBridge.cs" />
  174. <Compile Include="Models\Messages\PVInfoBridge.cs" />
  175. <Compile Include="Models\Messages\WEBHelper.cs" />
  176. <Compile Include="Models\Messages\WindturbineInfoBridge.cs" />
  177. <Compile Include="Models\PageInfo.cs" />
  178. <Compile Include="Models\Pages\IPageAction.cs" />
  179. <Compile Include="Models\Pages\IPageBase.cs" />
  180. <Compile Include="Models\Matrix\IStationInfo.cs" />
  181. <Compile Include="Models\Pages\IPageMessage.cs" />
  182. <Compile Include="Models\Pages\PageManager.cs" />
  183. <Compile Include="Models\Pages\TagManager.cs" />
  184. <Compile Include="Models\PV\PVDetails.cs" />
  185. <Compile Include="Models\PV\PVInfo.cs" />
  186. <Compile Include="Models\PV\PVState.cs" />
  187. <Compile Include="Models\PV\PVTagInfo.cs" />
  188. <Compile Include="Models\PV\SUN2000Info.cs" />
  189. <Compile Include="Models\Station\StationInfo.cs" />
  190. <Compile Include="Models\Station\StationType.cs" />
  191. <Compile Include="Models\User\BitmapFormat.cs" />
  192. <Compile Include="Models\User\UserInfo.cs" />
  193. <Compile Include="Models\Windturbine\ControlInstruction.cs" />
  194. <Compile Include="Models\Windturbine\ControlRecord.cs" />
  195. <Compile Include="Models\Windturbine\ControlRecordPage.cs" />
  196. <Compile Include="Models\Windturbine\CustomLockInfo.cs" />
  197. <Compile Include="Models\Windturbine\ParameterInfo.cs" />
  198. <Compile Include="Models\Windturbine\PointInfo.cs" />
  199. <Compile Include="Models\Windturbine\StatusTimeInfo.cs" />
  200. <Compile Include="Models\Windturbine\WindBlockInfo.cs" />
  201. <Compile Include="Models\WinForms\AiPointData.cs" />
  202. <Compile Include="Models\WinForms\AlarmSnap.cs" />
  203. <Compile Include="Models\WinForms\DiPointData.cs" />
  204. <Compile Include="Models\WinForms\HistoryAlertInfo.cs" />
  205. <Compile Include="Models\WinForms\RealTimeAlertInfo.cs" />
  206. <Compile Include="Models\WinForms\SearchCondition.cs" />
  207. <Compile Include="Models\WinForms\UniformCodeInfo.cs" />
  208. <Compile Include="Pages\AGC\PageAGC.xaml.cs">
  209. <DependentUpon>PageAGC.xaml</DependentUpon>
  210. </Compile>
  211. <Compile Include="Pages\Alarm\PageAlarmCenter.xaml.cs">
  212. <DependentUpon>PageAlarmCenter.xaml</DependentUpon>
  213. </Compile>
  214. <Compile Include="Pages\BoostStation\PageBoostStation.xaml.cs">
  215. <DependentUpon>PageBoostStation.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="Pages\BoostStation\PageBoostStation2.xaml.cs">
  218. <DependentUpon>PageBoostStation2.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="Pages\BoostStation\PageStation.xaml.cs">
  221. <DependentUpon>PageStation.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="Pages\BoostStation\PageStation2.xaml.cs">
  224. <DependentUpon>PageStation2.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="Pages\BoostStation\PageStationAll.xaml.cs">
  227. <DependentUpon>PageStationAll.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="Pages\Help\PageHelp.xaml.cs">
  230. <DependentUpon>PageHelp.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="Pages\Home\HomePage.xaml.cs">
  233. <DependentUpon>HomePage.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="Pages\Home\StateTimePage.xaml.cs">
  236. <DependentUpon>StateTimePage.xaml</DependentUpon>
  237. </Compile>
  238. <Compile Include="Pages\Home\PageWindturbineAGC.xaml.cs">
  239. <DependentUpon>PageWindturbineAGC.xaml</DependentUpon>
  240. </Compile>
  241. <Compile Include="Service\AGC\AGCManager.cs" />
  242. <Compile Include="Service\Alarm\AlarmManager.cs" />
  243. <Compile Include="Service\User\UserManager.cs" />
  244. <Compile Include="Models\Windturbine\WindturbineInfo.cs" />
  245. <Compile Include="Models\Windturbine\WindturbineState.cs" />
  246. <Compile Include="Models\Windturbine\WindturbineSuggestion.cs" />
  247. <Compile Include="Pages\Matrix\PageMatrix.xaml.cs">
  248. <DependentUpon>PageMatrix.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="Pages\Matrix\PageMatrixAll.xaml.cs">
  251. <DependentUpon>PageMatrixAll.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="Pages\Matrix\PageMatrixStation.xaml.cs">
  254. <DependentUpon>PageMatrixStation.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="Pages\User\PageLogin.xaml.cs">
  257. <DependentUpon>PageLogin.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="Pages\User\PageUserEdit.xaml.cs">
  260. <DependentUpon>PageUserEdit.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="Service\Voice\VoiceManager.cs" />
  263. <Compile Include="Service\WebSocket\IMessage.cs" />
  264. <Compile Include="Service\WebSocket\MessageBridge.cs" />
  265. <Compile Include="Service\WebSocket\StompMessage.cs" />
  266. <Compile Include="Service\WebSocket\UrlManager.cs" />
  267. <Compile Include="Service\Windturbine\CacheManager.cs" />
  268. <Compile Include="Service\Windturbine\ControlManager.cs" />
  269. <Compile Include="Service\Windturbine\InfoManager.cs" />
  270. <Compile Include="Service\Station\StationManager.cs" />
  271. <Compile Include="Service\Windturbine\SuggestionManager.cs" />
  272. <Compile Include="Views\AGC\AGCCard.xaml.cs">
  273. <DependentUpon>AGCCard.xaml</DependentUpon>
  274. </Compile>
  275. <Compile Include="Views\AGC\AGCCard2.xaml.cs">
  276. <DependentUpon>AGCCard2.xaml</DependentUpon>
  277. </Compile>
  278. <Compile Include="Views\AGC\AGCTag.xaml.cs">
  279. <DependentUpon>AGCTag.xaml</DependentUpon>
  280. </Compile>
  281. <Compile Include="Views\AGC\AllAGCInfoCard.xaml.cs">
  282. <DependentUpon>AllAGCInfoCard.xaml</DependentUpon>
  283. </Compile>
  284. <Compile Include="Views\AGC\DotView.xaml.cs">
  285. <DependentUpon>DotView.xaml</DependentUpon>
  286. </Compile>
  287. <Compile Include="Views\AGC\DynamicAGCCard.xaml.cs">
  288. <DependentUpon>DynamicAGCCard.xaml</DependentUpon>
  289. </Compile>
  290. <Compile Include="Views\AGC\SimpleAGCCard.xaml.cs">
  291. <DependentUpon>SimpleAGCCard.xaml</DependentUpon>
  292. </Compile>
  293. <Compile Include="Views\Alarm\AlarmCard.xaml.cs">
  294. <DependentUpon>AlarmCard.xaml</DependentUpon>
  295. </Compile>
  296. <Compile Include="Views\Alarm\AlarmShowView.xaml.cs">
  297. <DependentUpon>AlarmShowView.xaml</DependentUpon>
  298. </Compile>
  299. <Compile Include="Views\Alarm\RealTimeFalutInfoView.xaml.cs">
  300. <DependentUpon>RealTimeFalutInfoView.xaml</DependentUpon>
  301. </Compile>
  302. <Compile Include="Views\Alarm\WindturbineHistoryAlarm.xaml.cs">
  303. <DependentUpon>WindturbineHistoryAlarm.xaml</DependentUpon>
  304. </Compile>
  305. <Compile Include="Views\Alarm\WindturbineRealTimeAlarm.xaml.cs">
  306. <DependentUpon>WindturbineRealTimeAlarm.xaml</DependentUpon>
  307. </Compile>
  308. <Compile Include="Views\Basic\HintBar.xaml.cs">
  309. <DependentUpon>HintBar.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="Views\Basic\InfoBar.xaml.cs">
  312. <DependentUpon>InfoBar.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="Views\Basic\OptionalUniformGrid.xaml.cs">
  315. <DependentUpon>OptionalUniformGrid.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="Views\Basic\PaginationBar.xaml.cs">
  318. <DependentUpon>PaginationBar.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="Views\Basic\TimePicker.xaml.cs">
  321. <DependentUpon>TimePicker.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="Views\BoostStation\Breaker.xaml.cs">
  324. <DependentUpon>Breaker.xaml</DependentUpon>
  325. </Compile>
  326. <Compile Include="Views\BoostStation\DataLabel.xaml.cs">
  327. <DependentUpon>DataLabel.xaml</DependentUpon>
  328. </Compile>
  329. <Compile Include="Views\BoostStation\DataTag.xaml.cs">
  330. <DependentUpon>DataTag.xaml</DependentUpon>
  331. </Compile>
  332. <Compile Include="Views\BoostStation\HandcartBig.xaml.cs">
  333. <DependentUpon>HandcartBig.xaml</DependentUpon>
  334. </Compile>
  335. <Compile Include="Views\BoostStation\HandcartSmall.xaml.cs">
  336. <DependentUpon>HandcartSmall.xaml</DependentUpon>
  337. </Compile>
  338. <Compile Include="Views\BoostStation\SubStationView.xaml.cs">
  339. <DependentUpon>SubStationView.xaml</DependentUpon>
  340. </Compile>
  341. <Compile Include="Views\BoostStation\Switch.xaml.cs">
  342. <DependentUpon>Switch.xaml</DependentUpon>
  343. </Compile>
  344. <Compile Include="Views\BoostStation\SwitchBase.xaml.cs">
  345. <DependentUpon>SwitchBase.xaml</DependentUpon>
  346. </Compile>
  347. <Compile Include="Views\BoostStation\ThumbnailView.xaml.cs">
  348. <DependentUpon>ThumbnailView.xaml</DependentUpon>
  349. </Compile>
  350. <Compile Include="Views\Infos\InverterPoint.xaml.cs">
  351. <DependentUpon>InverterPoint.xaml</DependentUpon>
  352. </Compile>
  353. <Compile Include="Views\Infos\PointDetails.xaml.cs">
  354. <DependentUpon>PointDetails.xaml</DependentUpon>
  355. </Compile>
  356. <Compile Include="Views\Infos\StateChange.xaml.cs">
  357. <DependentUpon>StateChange.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="Views\Infos\StateInfo.xaml.cs">
  360. <DependentUpon>StateInfo.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="Views\Infos\StateInfoPoint.xaml.cs">
  363. <DependentUpon>StateInfoPoint.xaml</DependentUpon>
  364. </Compile>
  365. <Compile Include="Views\Infos\SUN2000InfoTag.xaml.cs">
  366. <DependentUpon>SUN2000InfoTag.xaml</DependentUpon>
  367. </Compile>
  368. <Compile Include="Views\Infos\WindturbineDetailsCard.xaml.cs">
  369. <DependentUpon>WindturbineDetailsCard.xaml</DependentUpon>
  370. </Compile>
  371. <Compile Include="Views\Infos\WindturbineDetailsView.xaml.cs">
  372. <DependentUpon>WindturbineDetailsView.xaml</DependentUpon>
  373. </Compile>
  374. <Compile Include="Views\MainWindow\MainWindowMenu.xaml.cs">
  375. <DependentUpon>MainWindowMenu.xaml</DependentUpon>
  376. </Compile>
  377. <Compile Include="Views\MainWindow\StatusBar.xaml.cs">
  378. <DependentUpon>StatusBar.xaml</DependentUpon>
  379. </Compile>
  380. <Compile Include="Views\MainWindow\TitleBar.xaml.cs">
  381. <DependentUpon>TitleBar.xaml</DependentUpon>
  382. </Compile>
  383. <Compile Include="Views\Matrix\FollowedMatrix.xaml.cs">
  384. <DependentUpon>FollowedMatrix.xaml</DependentUpon>
  385. </Compile>
  386. <Compile Include="Views\Matrix\MalfunctionMatrix.xaml.cs">
  387. <DependentUpon>MalfunctionMatrix.xaml</DependentUpon>
  388. </Compile>
  389. <Compile Include="Views\Matrix\ProjectBlock.xaml.cs">
  390. <DependentUpon>ProjectBlock.xaml</DependentUpon>
  391. </Compile>
  392. <Compile Include="Views\Matrix\PVBlock.xaml.cs">
  393. <DependentUpon>PVBlock.xaml</DependentUpon>
  394. </Compile>
  395. <Compile Include="Views\Matrix\PVStationBlock.xaml.cs">
  396. <DependentUpon>PVStationBlock.xaml</DependentUpon>
  397. </Compile>
  398. <Compile Include="Views\Matrix\WindStationBlock.xaml.cs">
  399. <DependentUpon>WindStationBlock.xaml</DependentUpon>
  400. </Compile>
  401. <Compile Include="Views\Matrix\WindBlock.xaml.cs">
  402. <DependentUpon>WindBlock.xaml</DependentUpon>
  403. </Compile>
  404. <Compile Include="Views\Matrix\WindBlockSmall.xaml.cs">
  405. <DependentUpon>WindBlockSmall.xaml</DependentUpon>
  406. </Compile>
  407. <Compile Include="Views\Infos\PointTag.xaml.cs">
  408. <DependentUpon>PointTag.xaml</DependentUpon>
  409. </Compile>
  410. <Compile Include="Views\Infos\WindturbineDetails.xaml.cs">
  411. <DependentUpon>WindturbineDetails.xaml</DependentUpon>
  412. </Compile>
  413. <Compile Include="Views\User\FingerpointImage.xaml.cs">
  414. <DependentUpon>FingerpointImage.xaml</DependentUpon>
  415. </Compile>
  416. <Compile Include="Views\Windturbine\ComparisonHeader.xaml.cs">
  417. <DependentUpon>ComparisonHeader.xaml</DependentUpon>
  418. </Compile>
  419. <Compile Include="Views\Windturbine\ComparisonTag.xaml.cs">
  420. <DependentUpon>ComparisonTag.xaml</DependentUpon>
  421. </Compile>
  422. <Compile Include="Windows\AGCLineWindow.xaml.cs">
  423. <DependentUpon>AGCLineWindow.xaml</DependentUpon>
  424. </Compile>
  425. <Compile Include="Windows\Alarm\DeviceDetailAlarmWindow.xaml.cs">
  426. <DependentUpon>DeviceDetailAlarmWindow.xaml</DependentUpon>
  427. </Compile>
  428. <Compile Include="Windows\Alarm\HistoryFaultWindow.xaml.cs">
  429. <DependentUpon>HistoryFaultWindow.xaml</DependentUpon>
  430. </Compile>
  431. <Compile Include="Windows\Alarm\HistoryAlarmWindow.xaml.cs">
  432. <DependentUpon>HistoryAlarmWindow.xaml</DependentUpon>
  433. </Compile>
  434. <Compile Include="Windows\BoostStation\SubStationWindow.xaml.cs">
  435. <DependentUpon>SubStationWindow.xaml</DependentUpon>
  436. </Compile>
  437. <Compile Include="Windows\BoostStation\SubStationManageWindow.xaml.cs">
  438. <DependentUpon>SubStationManageWindow.xaml</DependentUpon>
  439. </Compile>
  440. <Compile Include="Windows\ConfirmWindow.xaml.cs">
  441. <DependentUpon>ConfirmWindow.xaml</DependentUpon>
  442. </Compile>
  443. <Compile Include="Windows\ControlTrackWindow.xaml.cs">
  444. <DependentUpon>ControlTrackWindow.xaml</DependentUpon>
  445. </Compile>
  446. <Compile Include="Windows\Alarm\RealTimeAlarmWindow.xaml.cs">
  447. <DependentUpon>RealTimeAlarmWindow.xaml</DependentUpon>
  448. </Compile>
  449. <Compile Include="Windows\CustomValueWindow.xaml.cs">
  450. <DependentUpon>CustomValueWindow.xaml</DependentUpon>
  451. </Compile>
  452. <Compile Include="Windows\HistoryDataWindow.xaml.cs">
  453. <DependentUpon>HistoryDataWindow.xaml</DependentUpon>
  454. </Compile>
  455. <Compile Include="Windows\MessageWindowBig.xaml.cs">
  456. <DependentUpon>MessageWindowBig.xaml</DependentUpon>
  457. </Compile>
  458. <Compile Include="Windows\ParameterComparisonWindow.xaml.cs">
  459. <DependentUpon>ParameterComparisonWindow.xaml</DependentUpon>
  460. </Compile>
  461. <Compile Include="Windows\PV\InverterInfoWindow.xaml.cs">
  462. <DependentUpon>InverterInfoWindow.xaml</DependentUpon>
  463. </Compile>
  464. <Compile Include="Windows\PV\SUN2000InfoWindow.xaml.cs">
  465. <DependentUpon>SUN2000InfoWindow.xaml</DependentUpon>
  466. </Compile>
  467. <Compile Include="Windows\RecomendWindow.xaml.cs">
  468. <DependentUpon>RecomendWindow.xaml</DependentUpon>
  469. </Compile>
  470. <Compile Include="Windows\BoostStation\ShapeAddWindow.xaml.cs">
  471. <DependentUpon>ShapeAddWindow.xaml</DependentUpon>
  472. </Compile>
  473. <Compile Include="Windows\UserWindow.xaml.cs">
  474. <DependentUpon>UserWindow.xaml</DependentUpon>
  475. </Compile>
  476. <Compile Include="Windows\WindturbineInfoWindow.xaml.cs">
  477. <DependentUpon>WindturbineInfoWindow.xaml</DependentUpon>
  478. </Compile>
  479. <Page Include="MainWindow.xaml">
  480. <Generator>MSBuild:Compile</Generator>
  481. <SubType>Designer</SubType>
  482. </Page>
  483. <Compile Include="App.xaml.cs">
  484. <DependentUpon>App.xaml</DependentUpon>
  485. <SubType>Code</SubType>
  486. </Compile>
  487. <Compile Include="MainWindow.xaml.cs">
  488. <DependentUpon>MainWindow.xaml</DependentUpon>
  489. <SubType>Code</SubType>
  490. </Compile>
  491. <Page Include="MessageWindow.xaml">
  492. <SubType>Designer</SubType>
  493. <Generator>MSBuild:Compile</Generator>
  494. </Page>
  495. <Page Include="Pages\AGC\PageAGC.xaml">
  496. <SubType>Designer</SubType>
  497. <Generator>MSBuild:Compile</Generator>
  498. </Page>
  499. <Page Include="Pages\Alarm\PageAlarmCenter.xaml">
  500. <SubType>Designer</SubType>
  501. <Generator>MSBuild:Compile</Generator>
  502. </Page>
  503. <Page Include="Pages\BoostStation\PageBoostStation.xaml">
  504. <SubType>Designer</SubType>
  505. <Generator>MSBuild:Compile</Generator>
  506. </Page>
  507. <Page Include="Pages\BoostStation\PageBoostStation2.xaml">
  508. <SubType>Designer</SubType>
  509. <Generator>MSBuild:Compile</Generator>
  510. </Page>
  511. <Page Include="Pages\BoostStation\PageStation.xaml">
  512. <SubType>Designer</SubType>
  513. <Generator>MSBuild:Compile</Generator>
  514. </Page>
  515. <Page Include="Pages\BoostStation\PageStation2.xaml">
  516. <SubType>Designer</SubType>
  517. <Generator>MSBuild:Compile</Generator>
  518. </Page>
  519. <Page Include="Pages\BoostStation\PageStationAll.xaml">
  520. <SubType>Designer</SubType>
  521. <Generator>MSBuild:Compile</Generator>
  522. </Page>
  523. <Page Include="Pages\Help\PageHelp.xaml">
  524. <SubType>Designer</SubType>
  525. <Generator>MSBuild:Compile</Generator>
  526. </Page>
  527. <Page Include="Pages\Home\HomePage.xaml">
  528. <SubType>Designer</SubType>
  529. <Generator>MSBuild:Compile</Generator>
  530. </Page>
  531. <Page Include="Pages\Home\StateTimePage.xaml">
  532. <SubType>Designer</SubType>
  533. <Generator>MSBuild:Compile</Generator>
  534. </Page>
  535. <Page Include="Pages\Home\PageWindturbineAGC.xaml">
  536. <SubType>Designer</SubType>
  537. <Generator>MSBuild:Compile</Generator>
  538. </Page>
  539. <Page Include="Pages\Matrix\PageMatrix.xaml">
  540. <SubType>Designer</SubType>
  541. <Generator>MSBuild:Compile</Generator>
  542. </Page>
  543. <Page Include="Pages\Matrix\PageMatrixAll.xaml">
  544. <SubType>Designer</SubType>
  545. <Generator>MSBuild:Compile</Generator>
  546. </Page>
  547. <Page Include="Pages\Matrix\PageMatrixStation.xaml">
  548. <SubType>Designer</SubType>
  549. <Generator>MSBuild:Compile</Generator>
  550. </Page>
  551. <Page Include="Pages\User\PageLogin.xaml">
  552. <SubType>Designer</SubType>
  553. <Generator>MSBuild:Compile</Generator>
  554. </Page>
  555. <Page Include="Pages\User\PageUserEdit.xaml">
  556. <SubType>Designer</SubType>
  557. <Generator>MSBuild:Compile</Generator>
  558. </Page>
  559. <Page Include="Res\Alarm.xaml">
  560. <SubType>Designer</SubType>
  561. <Generator>MSBuild:Compile</Generator>
  562. </Page>
  563. <Page Include="Res\HomePageRes.xaml">
  564. <SubType>Designer</SubType>
  565. <Generator>MSBuild:Compile</Generator>
  566. </Page>
  567. <Page Include="Res\Matrix.xaml">
  568. <SubType>Designer</SubType>
  569. <Generator>MSBuild:Compile</Generator>
  570. </Page>
  571. <Page Include="Res\Menu.xaml">
  572. <SubType>Designer</SubType>
  573. <Generator>MSBuild:Compile</Generator>
  574. </Page>
  575. <Page Include="Views\AGC\AGCCard.xaml">
  576. <SubType>Designer</SubType>
  577. <Generator>MSBuild:Compile</Generator>
  578. </Page>
  579. <Page Include="Views\AGC\AGCCard2.xaml">
  580. <SubType>Designer</SubType>
  581. <Generator>MSBuild:Compile</Generator>
  582. </Page>
  583. <Page Include="Views\AGC\AGCTag.xaml">
  584. <SubType>Designer</SubType>
  585. <Generator>MSBuild:Compile</Generator>
  586. </Page>
  587. <Page Include="Views\AGC\AllAGCInfoCard.xaml">
  588. <SubType>Designer</SubType>
  589. <Generator>MSBuild:Compile</Generator>
  590. </Page>
  591. <Page Include="Views\AGC\DotView.xaml">
  592. <SubType>Designer</SubType>
  593. <Generator>MSBuild:Compile</Generator>
  594. </Page>
  595. <Page Include="Views\AGC\DynamicAGCCard.xaml">
  596. <SubType>Designer</SubType>
  597. <Generator>MSBuild:Compile</Generator>
  598. </Page>
  599. <Page Include="Views\AGC\SimpleAGCCard.xaml">
  600. <SubType>Designer</SubType>
  601. <Generator>MSBuild:Compile</Generator>
  602. </Page>
  603. <Page Include="Views\Alarm\AlarmCard.xaml">
  604. <SubType>Designer</SubType>
  605. <Generator>MSBuild:Compile</Generator>
  606. </Page>
  607. <Page Include="Views\Alarm\AlarmShowView.xaml">
  608. <SubType>Designer</SubType>
  609. <Generator>MSBuild:Compile</Generator>
  610. </Page>
  611. <Page Include="Views\Alarm\RealTimeFalutInfoView.xaml">
  612. <SubType>Designer</SubType>
  613. <Generator>MSBuild:Compile</Generator>
  614. </Page>
  615. <Page Include="Views\Alarm\WindturbineHistoryAlarm.xaml">
  616. <SubType>Designer</SubType>
  617. <Generator>MSBuild:Compile</Generator>
  618. </Page>
  619. <Page Include="Views\Alarm\WindturbineRealTimeAlarm.xaml">
  620. <SubType>Designer</SubType>
  621. <Generator>MSBuild:Compile</Generator>
  622. </Page>
  623. <Page Include="Views\Basic\HintBar.xaml">
  624. <SubType>Designer</SubType>
  625. <Generator>MSBuild:Compile</Generator>
  626. </Page>
  627. <Page Include="Views\Basic\InfoBar.xaml">
  628. <SubType>Designer</SubType>
  629. <Generator>MSBuild:Compile</Generator>
  630. </Page>
  631. <Page Include="Views\Basic\OptionalUniformGrid.xaml">
  632. <SubType>Designer</SubType>
  633. <Generator>MSBuild:Compile</Generator>
  634. </Page>
  635. <Page Include="Views\Basic\PaginationBar.xaml">
  636. <SubType>Designer</SubType>
  637. <Generator>MSBuild:Compile</Generator>
  638. </Page>
  639. <Page Include="Views\Basic\TimePicker.xaml">
  640. <SubType>Designer</SubType>
  641. <Generator>MSBuild:Compile</Generator>
  642. </Page>
  643. <Page Include="Views\BoostStation\Breaker.xaml">
  644. <SubType>Designer</SubType>
  645. <Generator>MSBuild:Compile</Generator>
  646. </Page>
  647. <Page Include="Views\BoostStation\DataLabel.xaml">
  648. <SubType>Designer</SubType>
  649. <Generator>MSBuild:Compile</Generator>
  650. </Page>
  651. <Page Include="Views\BoostStation\DataTag.xaml">
  652. <SubType>Designer</SubType>
  653. <Generator>MSBuild:Compile</Generator>
  654. </Page>
  655. <Page Include="Views\BoostStation\HandcartBig.xaml">
  656. <SubType>Designer</SubType>
  657. <Generator>MSBuild:Compile</Generator>
  658. </Page>
  659. <Page Include="Views\BoostStation\HandcartSmall.xaml">
  660. <SubType>Designer</SubType>
  661. <Generator>MSBuild:Compile</Generator>
  662. </Page>
  663. <Page Include="Views\BoostStation\SubStationView.xaml">
  664. <SubType>Designer</SubType>
  665. <Generator>MSBuild:Compile</Generator>
  666. </Page>
  667. <Page Include="Views\BoostStation\Switch.xaml">
  668. <SubType>Designer</SubType>
  669. <Generator>MSBuild:Compile</Generator>
  670. </Page>
  671. <Page Include="Views\BoostStation\SwitchBase.xaml">
  672. <SubType>Designer</SubType>
  673. <Generator>MSBuild:Compile</Generator>
  674. </Page>
  675. <Page Include="Views\BoostStation\ThumbnailView.xaml">
  676. <SubType>Designer</SubType>
  677. <Generator>MSBuild:Compile</Generator>
  678. </Page>
  679. <Page Include="Views\Infos\InverterPoint.xaml">
  680. <SubType>Designer</SubType>
  681. <Generator>MSBuild:Compile</Generator>
  682. </Page>
  683. <Page Include="Views\Infos\PointDetails.xaml">
  684. <SubType>Designer</SubType>
  685. <Generator>MSBuild:Compile</Generator>
  686. </Page>
  687. <Page Include="Views\Infos\StateChange.xaml">
  688. <SubType>Designer</SubType>
  689. <Generator>MSBuild:Compile</Generator>
  690. </Page>
  691. <Page Include="Views\Infos\StateInfo.xaml">
  692. <SubType>Designer</SubType>
  693. <Generator>MSBuild:Compile</Generator>
  694. </Page>
  695. <Page Include="Views\Infos\StateInfoPoint.xaml">
  696. <SubType>Designer</SubType>
  697. <Generator>MSBuild:Compile</Generator>
  698. </Page>
  699. <Page Include="Views\Infos\SUN2000InfoTag.xaml">
  700. <SubType>Designer</SubType>
  701. <Generator>MSBuild:Compile</Generator>
  702. </Page>
  703. <Page Include="Views\Infos\WindturbineDetailsCard.xaml">
  704. <SubType>Designer</SubType>
  705. <Generator>MSBuild:Compile</Generator>
  706. </Page>
  707. <Page Include="Views\Infos\WindturbineDetailsView.xaml">
  708. <SubType>Designer</SubType>
  709. <Generator>MSBuild:Compile</Generator>
  710. </Page>
  711. <Page Include="Views\MainWindow\MainWindowMenu.xaml">
  712. <SubType>Designer</SubType>
  713. <Generator>MSBuild:Compile</Generator>
  714. </Page>
  715. <Page Include="Views\MainWindow\StatusBar.xaml">
  716. <SubType>Designer</SubType>
  717. <Generator>MSBuild:Compile</Generator>
  718. </Page>
  719. <Page Include="Views\MainWindow\TitleBar.xaml">
  720. <SubType>Designer</SubType>
  721. <Generator>MSBuild:Compile</Generator>
  722. </Page>
  723. <Page Include="Views\Matrix\FollowedMatrix.xaml">
  724. <SubType>Designer</SubType>
  725. <Generator>MSBuild:Compile</Generator>
  726. </Page>
  727. <Page Include="Views\Matrix\MalfunctionMatrix.xaml">
  728. <SubType>Designer</SubType>
  729. <Generator>MSBuild:Compile</Generator>
  730. </Page>
  731. <Page Include="Views\Matrix\ProjectBlock.xaml">
  732. <SubType>Designer</SubType>
  733. <Generator>MSBuild:Compile</Generator>
  734. </Page>
  735. <Page Include="Views\Matrix\PVBlock.xaml">
  736. <SubType>Designer</SubType>
  737. <Generator>MSBuild:Compile</Generator>
  738. </Page>
  739. <Page Include="Views\Matrix\PVStationBlock.xaml">
  740. <SubType>Designer</SubType>
  741. <Generator>MSBuild:Compile</Generator>
  742. </Page>
  743. <Page Include="Views\Matrix\WindStationBlock.xaml">
  744. <SubType>Designer</SubType>
  745. <Generator>MSBuild:Compile</Generator>
  746. </Page>
  747. <Page Include="Views\Matrix\WindBlock.xaml">
  748. <SubType>Designer</SubType>
  749. <Generator>MSBuild:Compile</Generator>
  750. </Page>
  751. <Page Include="Views\Matrix\WindBlockSmall.xaml">
  752. <SubType>Designer</SubType>
  753. <Generator>MSBuild:Compile</Generator>
  754. </Page>
  755. <Page Include="Views\Infos\PointTag.xaml">
  756. <SubType>Designer</SubType>
  757. <Generator>MSBuild:Compile</Generator>
  758. </Page>
  759. <Page Include="Views\Infos\WindturbineDetails.xaml">
  760. <SubType>Designer</SubType>
  761. <Generator>MSBuild:Compile</Generator>
  762. </Page>
  763. <Page Include="Views\User\FingerpointImage.xaml">
  764. <SubType>Designer</SubType>
  765. <Generator>MSBuild:Compile</Generator>
  766. </Page>
  767. <Page Include="Views\Windturbine\ComparisonHeader.xaml">
  768. <SubType>Designer</SubType>
  769. <Generator>MSBuild:Compile</Generator>
  770. </Page>
  771. <Page Include="Views\Windturbine\ComparisonTag.xaml">
  772. <SubType>Designer</SubType>
  773. <Generator>MSBuild:Compile</Generator>
  774. </Page>
  775. <Page Include="Windows\AGCLineWindow.xaml">
  776. <SubType>Designer</SubType>
  777. <Generator>MSBuild:Compile</Generator>
  778. </Page>
  779. <Page Include="Windows\Alarm\DeviceDetailAlarmWindow.xaml">
  780. <SubType>Designer</SubType>
  781. <Generator>MSBuild:Compile</Generator>
  782. </Page>
  783. <Page Include="Windows\Alarm\HistoryFaultWindow.xaml">
  784. <SubType>Designer</SubType>
  785. <Generator>MSBuild:Compile</Generator>
  786. </Page>
  787. <Page Include="Windows\Alarm\HistoryAlarmWindow.xaml">
  788. <SubType>Designer</SubType>
  789. <Generator>MSBuild:Compile</Generator>
  790. </Page>
  791. <Page Include="Windows\BoostStation\SubStationWindow.xaml">
  792. <SubType>Designer</SubType>
  793. <Generator>MSBuild:Compile</Generator>
  794. </Page>
  795. <Page Include="Windows\BoostStation\SubStationManageWindow.xaml">
  796. <SubType>Designer</SubType>
  797. <Generator>MSBuild:Compile</Generator>
  798. </Page>
  799. <Page Include="Windows\ConfirmWindow.xaml">
  800. <SubType>Designer</SubType>
  801. <Generator>MSBuild:Compile</Generator>
  802. </Page>
  803. <Page Include="Windows\ControlTrackWindow.xaml">
  804. <SubType>Designer</SubType>
  805. <Generator>MSBuild:Compile</Generator>
  806. </Page>
  807. <Page Include="Windows\Alarm\RealTimeAlarmWindow.xaml">
  808. <SubType>Designer</SubType>
  809. <Generator>MSBuild:Compile</Generator>
  810. </Page>
  811. <Page Include="Windows\CustomValueWindow.xaml">
  812. <SubType>Designer</SubType>
  813. <Generator>MSBuild:Compile</Generator>
  814. </Page>
  815. <Page Include="Windows\HistoryDataWindow.xaml">
  816. <SubType>Designer</SubType>
  817. <Generator>MSBuild:Compile</Generator>
  818. </Page>
  819. <Page Include="Windows\MessageWindowBig.xaml">
  820. <SubType>Designer</SubType>
  821. <Generator>MSBuild:Compile</Generator>
  822. </Page>
  823. <Page Include="Windows\ParameterComparisonWindow.xaml">
  824. <SubType>Designer</SubType>
  825. <Generator>MSBuild:Compile</Generator>
  826. </Page>
  827. <Page Include="Windows\PV\InverterInfoWindow.xaml">
  828. <SubType>Designer</SubType>
  829. <Generator>MSBuild:Compile</Generator>
  830. </Page>
  831. <Page Include="Windows\PV\SUN2000InfoWindow.xaml">
  832. <SubType>Designer</SubType>
  833. <Generator>MSBuild:Compile</Generator>
  834. </Page>
  835. <Page Include="Windows\RecomendWindow.xaml">
  836. <SubType>Designer</SubType>
  837. <Generator>MSBuild:Compile</Generator>
  838. </Page>
  839. <Page Include="Windows\BoostStation\ShapeAddWindow.xaml">
  840. <SubType>Designer</SubType>
  841. <Generator>MSBuild:Compile</Generator>
  842. </Page>
  843. <Page Include="Windows\UserWindow.xaml">
  844. <SubType>Designer</SubType>
  845. <Generator>MSBuild:Compile</Generator>
  846. </Page>
  847. <Page Include="Windows\WindturbineInfoWindow.xaml">
  848. <SubType>Designer</SubType>
  849. <Generator>MSBuild:Compile</Generator>
  850. </Page>
  851. </ItemGroup>
  852. <ItemGroup>
  853. <Compile Include="Properties\AssemblyInfo.cs">
  854. <SubType>Code</SubType>
  855. </Compile>
  856. <Compile Include="Properties\Resources.Designer.cs">
  857. <AutoGen>True</AutoGen>
  858. <DesignTime>True</DesignTime>
  859. <DependentUpon>Resources.resx</DependentUpon>
  860. </Compile>
  861. <Compile Include="Properties\Settings.Designer.cs">
  862. <AutoGen>True</AutoGen>
  863. <DependentUpon>Settings.settings</DependentUpon>
  864. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  865. </Compile>
  866. <EmbeddedResource Include="Properties\Resources.resx">
  867. <Generator>ResXFileCodeGenerator</Generator>
  868. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  869. </EmbeddedResource>
  870. <None Include="AlarmInfo.json">
  871. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  872. </None>
  873. <None Include="ComparisonInfo.json">
  874. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  875. </None>
  876. <None Include="help.mht">
  877. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  878. </None>
  879. <None Include="packages.config" />
  880. <None Include="Properties\Settings.settings">
  881. <Generator>SettingsSingleFileGenerator</Generator>
  882. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  883. </None>
  884. <None Include="SUN2000Info.json">
  885. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  886. </None>
  887. </ItemGroup>
  888. <ItemGroup>
  889. <None Include="App.config" />
  890. </ItemGroup>
  891. <ItemGroup>
  892. <None Include="log4net.config">
  893. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  894. </None>
  895. </ItemGroup>
  896. <ItemGroup>
  897. <Resource Include="Images\TitleBar\item_background_selected.png" />
  898. <Resource Include="Images\TitleBar\item_background.png" />
  899. </ItemGroup>
  900. <ItemGroup>
  901. <Resource Include="Images\TitleBar\background.png" />
  902. </ItemGroup>
  903. <ItemGroup>
  904. <Resource Include="Images\StatusBar\menu.png" />
  905. <Resource Include="Images\StatusBar\menu_over.png" />
  906. </ItemGroup>
  907. <ItemGroup>
  908. <Resource Include="Images\StatusBar\recommend.png" />
  909. <Resource Include="Images\StatusBar\recommend_over.png" />
  910. </ItemGroup>
  911. <ItemGroup>
  912. <Resource Include="Images\StatusBar\track.png" />
  913. <Resource Include="Images\StatusBar\track_over.png" />
  914. </ItemGroup>
  915. <ItemGroup>
  916. <Resource Include="Images\StatusBar\alarm.png" />
  917. </ItemGroup>
  918. <ItemGroup>
  919. <Resource Include="Images\StatusBar\agc.png" />
  920. <Resource Include="Images\StatusBar\alarm_center.png" />
  921. <Resource Include="Images\StatusBar\booster_station.png" />
  922. <Resource Include="Images\StatusBar\calculation_result_playback.png" />
  923. <Resource Include="Images\StatusBar\help.png" />
  924. <Resource Include="Images\StatusBar\windturbine_matrix.png" />
  925. </ItemGroup>
  926. <ItemGroup>
  927. <Resource Include="icon.ico" />
  928. </ItemGroup>
  929. <ItemGroup>
  930. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  931. <Visible>False</Visible>
  932. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  933. <Install>true</Install>
  934. </BootstrapperPackage>
  935. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  936. <Visible>False</Visible>
  937. <ProductName>.NET Framework 3.5 SP1</ProductName>
  938. <Install>false</Install>
  939. </BootstrapperPackage>
  940. </ItemGroup>
  941. <ItemGroup>
  942. <Resource Include="Images\TitleBar\user_add.png" />
  943. <Resource Include="Images\TitleBar\user_edit.png" />
  944. <Resource Include="Images\TitleBar\user_logout.png" />
  945. </ItemGroup>
  946. <ItemGroup>
  947. <Resource Include="Images\User\finger.gif" />
  948. <Resource Include="Images\User\finger.png" />
  949. </ItemGroup>
  950. <ItemGroup>
  951. <Resource Include="Images\BoostStation\boost_station_title.png" />
  952. </ItemGroup>
  953. <ItemGroup>
  954. <Resource Include="Images\AGC\agc_off.png" />
  955. <Resource Include="Images\AGC\agc_on.png" />
  956. <Resource Include="Images\AGC\restricted.png" />
  957. <Resource Include="Images\AGC\unrestricted.png" />
  958. </ItemGroup>
  959. <ItemGroup>
  960. <Resource Include="Images\PV\pv_arrow_pic.png" />
  961. <Resource Include="Images\PV\pv_box_pic.png" />
  962. <Resource Include="Images\PV\pv_box_transformer.png" />
  963. <Resource Include="Images\PV\pv_elec_pic.png" />
  964. <Resource Include="Images\PV\pv_nb_pic.png" />
  965. <Resource Include="Images\PV\pv_pic.png" />
  966. <Resource Include="Images\PV\pv_state_blue.png" />
  967. <Resource Include="Images\PV\pv_state_gre.png" />
  968. <Resource Include="Images\PV\pv_state_grey.png" />
  969. <Resource Include="Images\PV\pv_state_org.png" />
  970. <Resource Include="Images\PV\pv_state_red.png" />
  971. <Resource Include="Images\PV\pv_state_un.png" />
  972. <Resource Include="Images\PV\pv_state_vio.png" />
  973. </ItemGroup>
  974. <ItemGroup>
  975. <Resource Include="Images\PV\close.png" />
  976. </ItemGroup>
  977. <ItemGroup>
  978. <None Include="UniformCode.xml">
  979. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  980. </None>
  981. </ItemGroup>
  982. <ItemGroup>
  983. <Resource Include="Images\PV\zhengti.png" />
  984. </ItemGroup>
  985. <ItemGroup>
  986. <Resource Include="Images\Remomend\calc_all.png" />
  987. <Resource Include="Images\Remomend\calc_maintain.png" />
  988. <Resource Include="Images\Remomend\calc_reset.png" />
  989. <Resource Include="Images\Remomend\calc_startr.png" />
  990. <Resource Include="Images\Remomend\calc_stop.png" />
  991. <Resource Include="Images\Remomend\calc_unmaintian.png" />
  992. </ItemGroup>
  993. <ItemGroup>
  994. <Resource Include="Images\Windturbine\windturbine.png" />
  995. </ItemGroup>
  996. <ItemGroup>
  997. <ProjectReference Include="..\..\GYEEFIX\SVGViewer\SVGViewer.csproj">
  998. <Project>{921181A9-2807-43CD-8E51-F4DB4639EE4E}</Project>
  999. <Name>SVGViewer</Name>
  1000. </ProjectReference>
  1001. </ItemGroup>
  1002. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1003. <Import Project="..\packages\System.Text.Json.6.0.5\build\System.Text.Json.targets" Condition="Exists('..\packages\System.Text.Json.6.0.5\build\System.Text.Json.targets')" />
  1004. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1005. <PropertyGroup>
  1006. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1007. </PropertyGroup>
  1008. <Error Condition="!Exists('..\packages\System.Text.Json.6.0.5\build\System.Text.Json.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Text.Json.6.0.5\build\System.Text.Json.targets'))" />
  1009. </Target>
  1010. </Project>