Common.csproj 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724
  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>{9CD2A6BE-1971-4E74-B49E-547982F64034}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MECF.Framework.Common</RootNamespace>
  11. <AssemblyName>MECF.Framework.Common</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\Output\MECF.Framework\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="DocumentFormat.OpenXml">
  35. <HintPath>..\..\ThirdParty\dlls\DocumentFormat.OpenXml.dll</HintPath>
  36. </Reference>
  37. <Reference Include="DotNetZip">
  38. <HintPath>..\..\ThirdParty\dlls\DotNetZip.dll</HintPath>
  39. </Reference>
  40. <Reference Include="log4net">
  41. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Npgsql">
  44. <HintPath>..\..\ThirdParty\dlls\Npgsql.dll</HintPath>
  45. </Reference>
  46. <Reference Include="PresentationCore" />
  47. <Reference Include="PresentationFramework" />
  48. <Reference Include="PresentationFramework.Aero" />
  49. <Reference Include="SciChart.Charting">
  50. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Charting.dll</HintPath>
  51. </Reference>
  52. <Reference Include="SciChart.Core">
  53. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Core.dll</HintPath>
  54. </Reference>
  55. <Reference Include="SciChart.Data">
  56. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Data.dll</HintPath>
  57. </Reference>
  58. <Reference Include="SciChart.Drawing">
  59. <HintPath>..\..\ThirdParty\dlls\SciCart\SciChart.Drawing.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.ComponentModel.DataAnnotations" />
  63. <Reference Include="System.Configuration" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Management" />
  67. <Reference Include="System.Runtime.Serialization" />
  68. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  69. <Reference Include="System.ServiceModel" />
  70. <Reference Include="System.Windows.Forms" />
  71. <Reference Include="System.Xaml" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Net.Http" />
  77. <Reference Include="System.Xml" />
  78. <Reference Include="WindowsBase" />
  79. <Reference Include="WindowsFormsIntegration" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="Account\Account.cs" />
  83. <Compile Include="Account\AccountClient.cs" />
  84. <Compile Include="Account\AccountExManager.cs" />
  85. <Compile Include="Account\AccountManager.cs" />
  86. <Compile Include="Account\AccountService.cs" />
  87. <Compile Include="Account\Authorization.cs" />
  88. <Compile Include="Account\Extends\AccountEx.cs" />
  89. <Compile Include="Account\Extends\Menu.cs" />
  90. <Compile Include="Account\Extends\MenuLoader.cs" />
  91. <Compile Include="Account\Extends\Role.cs" />
  92. <Compile Include="Account\Extends\RoleLoader.cs" />
  93. <Compile Include="Account\Extends\UserContext.cs" />
  94. <Compile Include="Account\IAccountService.cs" />
  95. <Compile Include="Account\NotificationService.cs" />
  96. <Compile Include="Account\Extends\XmlLoader.cs" />
  97. <Compile Include="Backend\AboutView.cs">
  98. <SubType>UserControl</SubType>
  99. </Compile>
  100. <Compile Include="Backend\AboutView.Designer.cs">
  101. <DependentUpon>AboutView.cs</DependentUpon>
  102. </Compile>
  103. <Compile Include="Backend\Controls\AICtrl.cs">
  104. <SubType>UserControl</SubType>
  105. </Compile>
  106. <Compile Include="Backend\Controls\AICtrl.Designer.cs">
  107. <DependentUpon>AICtrl.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="Backend\Controls\AOCtrl.cs">
  110. <SubType>UserControl</SubType>
  111. </Compile>
  112. <Compile Include="Backend\Controls\AOCtrl.Designer.cs">
  113. <DependentUpon>AOCtrl.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="Backend\Controls\DICtrl.cs">
  116. <SubType>UserControl</SubType>
  117. </Compile>
  118. <Compile Include="Backend\Controls\DICtrl.Designer.cs">
  119. <DependentUpon>DICtrl.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Backend\IBackendIoSimulator.cs" />
  122. <Compile Include="Backend\IO\AI.cs">
  123. <SubType>UserControl</SubType>
  124. </Compile>
  125. <Compile Include="Backend\IO\AI.Designer.cs">
  126. <DependentUpon>AI.cs</DependentUpon>
  127. </Compile>
  128. <Compile Include="Backend\IO\AO.cs">
  129. <SubType>UserControl</SubType>
  130. </Compile>
  131. <Compile Include="Backend\IO\AO.Designer.cs">
  132. <DependentUpon>AO.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Backend\IO\DI.cs">
  135. <SubType>UserControl</SubType>
  136. </Compile>
  137. <Compile Include="Backend\IO\DI.Designer.cs">
  138. <DependentUpon>DI.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="Backend\IO\DO.cs">
  141. <SubType>UserControl</SubType>
  142. </Compile>
  143. <Compile Include="Backend\IO\DO.Designer.cs">
  144. <DependentUpon>DO.cs</DependentUpon>
  145. </Compile>
  146. <Compile Include="Backend\IO\IIOView.cs" />
  147. <Compile Include="Backend\IO\IoDataView.cs">
  148. <SubType>UserControl</SubType>
  149. </Compile>
  150. <Compile Include="Backend\IO\IoDataView.Designer.cs">
  151. <DependentUpon>IoDataView.cs</DependentUpon>
  152. </Compile>
  153. <Compile Include="Backend\MainView.cs">
  154. <SubType>Form</SubType>
  155. </Compile>
  156. <Compile Include="Backend\MainView.Designer.cs">
  157. <DependentUpon>MainView.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="Backend\SimulatorView.cs">
  160. <SubType>UserControl</SubType>
  161. </Compile>
  162. <Compile Include="Backend\SimulatorView.Designer.cs">
  163. <DependentUpon>SimulatorView.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="Backend\SystemConfigView.cs">
  166. <SubType>UserControl</SubType>
  167. </Compile>
  168. <Compile Include="Backend\SystemConfigView.Designer.cs">
  169. <DependentUpon>SystemConfigView.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="Backend\UserLoginView.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="Backend\UserLoginView.Designer.cs">
  175. <DependentUpon>UserLoginView.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="CommonData\CalibrationDataItem.cs" />
  178. <Compile Include="CommonData\DeviceData\AITChillerData.cs" />
  179. <Compile Include="CommonData\DeviceData\AITAlignerData.cs" />
  180. <Compile Include="CommonData\DeviceData\AITBoostPumpData.cs" />
  181. <Compile Include="CommonData\DeviceData\AITChillerData1.cs" />
  182. <Compile Include="CommonData\DeviceData\AITConfigData.cs" />
  183. <Compile Include="CommonData\DeviceData\AITCoolingControlData.cs" />
  184. <Compile Include="CommonData\DeviceData\AITCylinderData.cs" />
  185. <Compile Include="CommonData\DeviceData\AITGasSplitterData.cs" />
  186. <Compile Include="CommonData\DeviceData\AITEmoData.cs" />
  187. <Compile Include="CommonData\DeviceData\AITDeviceData.cs" />
  188. <Compile Include="CommonData\DeviceData\AITHeaterData.cs" />
  189. <Compile Include="CommonData\DeviceData\AITLidData.cs" />
  190. <Compile Include="CommonData\DeviceData\AITMfcData.cs" />
  191. <Compile Include="CommonData\DeviceData\AITPressureControlData.cs" />
  192. <Compile Include="CommonData\DeviceData\AITPressureMeterData.cs" />
  193. <Compile Include="CommonData\DeviceData\AITPressureSensorData.cs" />
  194. <Compile Include="CommonData\DeviceData\AITPumpData.cs" />
  195. <Compile Include="CommonData\DeviceData\AITRfMatchData.cs" />
  196. <Compile Include="CommonData\DeviceData\AITRfPowerData.cs" />
  197. <Compile Include="CommonData\DeviceData\AITRfData.cs" />
  198. <Compile Include="CommonData\DeviceData\AITRfidReaderData.cs" />
  199. <Compile Include="CommonData\DeviceData\AITSensorData.cs" />
  200. <Compile Include="CommonData\DeviceData\AITServoMotorData.cs" />
  201. <Compile Include="CommonData\DeviceData\AITSignalTowerData.cs" />
  202. <Compile Include="CommonData\DeviceData\AITStatisticsData.cs" />
  203. <Compile Include="CommonData\DeviceData\AITThermalCoupleData.cs" />
  204. <Compile Include="CommonData\DeviceData\AITThrottleValveData.cs" />
  205. <Compile Include="CommonData\DeviceData\AITValveData.cs" />
  206. <Compile Include="CommonData\DeviceData\AITVaporLineData.cs" />
  207. <Compile Include="CommonData\DeviceData\AITWaferIdReaderData.cs" />
  208. <Compile Include="CommonData\DeviceData\AITWaterFlowMeterData.cs" />
  209. <Compile Include="CommonData\DeviceData\AITWaterFlowSensorData.cs" />
  210. <Compile Include="CommonData\DeviceData\IDeviceData.cs" />
  211. <Compile Include="CommonData\FdcDataItem.cs" />
  212. <Compile Include="CommonData\HistoryDataItem.cs" />
  213. <Compile Include="CommonData\LeakCheckMode.cs" />
  214. <Compile Include="CommonData\LeakCheckResultItem.cs" />
  215. <Compile Include="CommonData\LeakCheckResultManager.cs" />
  216. <Compile Include="CommonData\NotifiableData.cs" />
  217. <Compile Include="CommonData\RobotMoveInfo.cs" />
  218. <Compile Include="CommonData\SorterDefines\DeviceState.cs" />
  219. <Compile Include="CommonData\SorterDefines\FoupDockState.cs" />
  220. <Compile Include="CommonData\SorterDefines\FoupClampState.cs" />
  221. <Compile Include="CommonData\SorterDefines\FoupDoorState.cs" />
  222. <Compile Include="CommonData\SorterDefines\IndicatorState.cs" />
  223. <Compile Include="CommonData\SorterDefines\LoadPortCarrierMode.cs" />
  224. <Compile Include="CommonData\SorterDefines\LoadportCassetteState.cs" />
  225. <Compile Include="CommonData\SorterDefines\SlotTransferInfo.cs" />
  226. <Compile Include="CommonData\SorterDefines\SorterHostUsageRecipeTableItem.cs" />
  227. <Compile Include="CommonData\SorterDefines\SorterReadWaferIDRecipeXml.cs" />
  228. <Compile Include="CommonData\SorterDefines\SorterRecipeOrderByMode.cs" />
  229. <Compile Include="CommonData\SorterDefines\SorterRecipePlaceModeOrder.cs" />
  230. <Compile Include="CommonData\SorterDefines\SorterRecipePlaceModePack.cs" />
  231. <Compile Include="CommonData\SorterDefines\SorterRecipePlaceModeTransfer1To1.cs" />
  232. <Compile Include="CommonData\SorterDefines\SorterRecipeTransferTableItem.cs" />
  233. <Compile Include="CommonData\SorterDefines\SorterRecipeType.cs" />
  234. <Compile Include="CommonData\SorterDefines\SorterHostUsageRecipeXml.cs" />
  235. <Compile Include="CommonData\SorterDefines\SorterRecipeXml.cs" />
  236. <Compile Include="CommonData\SorterDefines\TransferInfo.cs" />
  237. <Compile Include="Communications\AsyncSocketDevice.cs" />
  238. <Compile Include="Communications\AsynSocketClient.cs" />
  239. <Compile Include="Communications\AsynSocketServer.cs" />
  240. <Compile Include="Communications\ConnectionBase.cs" />
  241. <Compile Include="Communications\ConnectionManager.cs" />
  242. <Compile Include="Communications\FsmConnection.cs" />
  243. <Compile Include="Communications\HandlerBase.cs" />
  244. <Compile Include="Communications\IConnectConfig.cs" />
  245. <Compile Include="Communications\IConnectable.cs" />
  246. <Compile Include="Communications\IConnection.cs" />
  247. <Compile Include="Communications\Message.cs" />
  248. <Compile Include="Communications\NotifiableConnectionItem.cs" />
  249. <Compile Include="ControlDataContext\ChartDataLine.cs" />
  250. <Compile Include="DataCenter\DiskManager.cs" />
  251. <Compile Include="DataCenter\StatsDataManager.cs" />
  252. <Compile Include="DBCore\CarrierDataRecorder.cs" />
  253. <Compile Include="DBCore\DatabaseCleaner.cs" />
  254. <Compile Include="DBCore\DatabaseTable.cs" />
  255. <Compile Include="DBCore\DataQuery.cs" />
  256. <Compile Include="DBCore\FfuDiffPressureDataRecorder.cs" />
  257. <Compile Include="DBCore\FAJobDataRecorder.cs" />
  258. <Compile Include="DBCore\LotDataRecorder.cs" />
  259. <Compile Include="DBCore\JobMoveHistoryRecorder.cs" />
  260. <Compile Include="DBCore\LinearProcessDataRecorder.cs" />
  261. <Compile Include="DBCore\LeakCheckDataRecorder.cs" />
  262. <Compile Include="DBCore\MFCVerificationDataRecorder.cs" />
  263. <Compile Include="DBCore\OCRDataRecorder.cs.cs" />
  264. <Compile Include="DBCore\ProcessDataRecorder.cs" />
  265. <Compile Include="DBCore\JobDataRecorder.cs" />
  266. <Compile Include="DBCore\RecipeDataRecorder.cs" />
  267. <Compile Include="DBCore\StatsDataRecorder.cs" />
  268. <Compile Include="DBCore\WaferDataRecorder.cs" />
  269. <Compile Include="DBCore\WaferMoveHistoryRecorder.cs" />
  270. <Compile Include="Device\Bases\ChillerBase.cs" />
  271. <Compile Include="Device\Bases\GasSplitterBase.cs" />
  272. <Compile Include="Device\Bases\LidBase.cs" />
  273. <Compile Include="Device\Bases\PressureGaugeBase.cs" />
  274. <Compile Include="Device\Bases\MfcBase.cs" />
  275. <Compile Include="Device\Bases\MotorBase.cs" />
  276. <Compile Include="Device\Bases\VCEBase.cs" />
  277. <Compile Include="Device\Bases\SMIFBase.cs" />
  278. <Compile Include="Device\Bases\SlitValveBase.cs" />
  279. <Compile Include="Device\Bases\ThrottleValveBase.cs" />
  280. <Compile Include="Device\Bases\PumpBase.cs" />
  281. <Compile Include="Device\Bases\RfMatchBase.cs" />
  282. <Compile Include="Device\Bases\HeaterBase.cs" />
  283. <Compile Include="Device\Bases\RfPowerBase.cs" />
  284. <Compile Include="Device\Bases\SignalLightBase.cs" />
  285. <Compile Include="Device\Bases\SignalTowerBase.cs" />
  286. <Compile Include="Device\Common\BaseDevice.cs" />
  287. <Compile Include="Device\Common\DeviceDefineManager.cs" />
  288. <Compile Include="Event\AlarmEventItem.cs" />
  289. <Compile Include="FAServices\DataVariables.cs" />
  290. <Compile Include="FAServices\E40s\FAProcessJob.cs" />
  291. <Compile Include="FAServices\E94s\FAControlJob.cs" />
  292. <Compile Include="FAServices\Gem300Events.cs" />
  293. <Compile Include="FAServices\Gem300Service.cs" />
  294. <Compile Include="FAServices\GemService.cs" />
  295. <Compile Include="FAServices\IGemCallback.cs" />
  296. <Compile Include="FAServices\SecsDataAttribute\SecsDataElementAttribute.cs" />
  297. <Compile Include="FAServices\SecsDataAttribute\SecsDataRootAttribute.cs" />
  298. <Compile Include="FAServices\UniversalEvents.cs" />
  299. <Compile Include="FAServices\VIDManager.cs" />
  300. <Compile Include="Fsm\ActiveFsm.cs" />
  301. <Compile Include="Fsm\ModuleEntity.cs" />
  302. <Compile Include="PLC\FinsPlc.cs" />
  303. <Compile Include="PLC\IAdsPlc.cs" />
  304. <Compile Include="PLC\IPlc.cs" />
  305. <Compile Include="PLC\IWcfPlcService.cs" />
  306. <Compile Include="PLC\WcfPlc.cs" />
  307. <Compile Include="PLC\WcfPlcServiceClient.cs" />
  308. <Compile Include="Jobs\ControlJob.cs" />
  309. <Compile Include="Jobs\EnumControlJobState.cs" />
  310. <Compile Include="Jobs\EnumProcessJobState.cs" />
  311. <Compile Include="Jobs\LotInfo.cs" />
  312. <Compile Include="Jobs\ProcessJobInfo.cs" />
  313. <Compile Include="Jobs\ProcessJobManager.cs" />
  314. <Compile Include="Jobs\SequenceInfo.cs" />
  315. <Compile Include="Jobs\SequenceStepInfo.cs" />
  316. <Compile Include="Jobs\SequenceStepModuleInfo.cs" />
  317. <Compile Include="Log\LogCleaner.cs" />
  318. <Compile Include="OperationCenter\IInterlockChecker.cs" />
  319. <Compile Include="RecipeCenter\DefaultEapMapFileContext.cs" />
  320. <Compile Include="RecipeCenter\DefaultRecipeFileContext.cs" />
  321. <Compile Include="RecipeCenter\DefaultSequenceFileContext.cs" />
  322. <Compile Include="RecipeCenter\IEapMapFileContext.cs" />
  323. <Compile Include="RecipeCenter\ISequenceFileContext.cs" />
  324. <Compile Include="CommonData\MoveItem.cs" />
  325. <Compile Include="CommonData\SlotItem.cs" />
  326. <Compile Include="CommonData\EnumTransferType.cs" />
  327. <Compile Include="Routine\RoutineRunner.cs" />
  328. <Compile Include="Routine\SeqenecRoutine2.cs" />
  329. <Compile Include="SubstrateTrackings\MaterialInfo.cs" />
  330. <Compile Include="SubstrateTrackings\WaferInfo.cs" />
  331. <Compile Include="ControlDataContext\AnalogDataItem.cs" />
  332. <Compile Include="ControlDataContext\BathDataItem.cs" />
  333. <Compile Include="ControlDataContext\ControlDataItemBase.cs" />
  334. <Compile Include="ControlDataContext\GasFlowButtonDataItem.cs" />
  335. <Compile Include="ControlDataContext\GasFlowChartDataItem.cs" />
  336. <Compile Include="ControlDataContext\GasValveDataItem.cs" />
  337. <Compile Include="ControlDataContext\GateValveDataItem.cs" />
  338. <Compile Include="ControlDataContext\GaugeItem.cs" />
  339. <Compile Include="ControlDataContext\MfcItem.cs" />
  340. <Compile Include="ControlDataContext\PcItem.cs" />
  341. <Compile Include="ControlDataContext\PressureTransducerDataItem.cs" />
  342. <Compile Include="ControlDataContext\ProcessDataChartDataItem.cs" />
  343. <Compile Include="ControlDataContext\PumpDataItem.cs" />
  344. <Compile Include="ControlDataContext\RawDataChartDataItem.cs" />
  345. <Compile Include="ControlDataContext\ReadonlyGaugeDataItem.cs" />
  346. <Compile Include="ControlDataContext\RfItem.cs" />
  347. <Compile Include="ControlDataContext\SignalTowerDataItem.cs" />
  348. <Compile Include="ControlDataContext\SmartDataLine.cs" />
  349. <Compile Include="ControlDataContext\TcItem.cs" />
  350. <Compile Include="DataCenter\IQueryDataService.cs" />
  351. <Compile Include="Device\ModuleName.cs" />
  352. <Compile Include="IOCore\IIoBuffer.cs" />
  353. <Compile Include="IOCore\IIoProvider.cs" />
  354. <Compile Include="IOCore\InterlockAction.cs" />
  355. <Compile Include="IOCore\InterlockLimit.cs" />
  356. <Compile Include="IOCore\InterlockManager.cs" />
  357. <Compile Include="IOCore\IO.cs" />
  358. <Compile Include="IOCore\IOAccessor.cs" />
  359. <Compile Include="IOCore\IODefine.cs" />
  360. <Compile Include="IOCore\IOManager.cs" />
  361. <Compile Include="IOCore\IoProvider.cs" />
  362. <Compile Include="IOCore\IoProviderManager.cs" />
  363. <Compile Include="IOCore\NotifiableIoItem.cs" />
  364. <Compile Include="MVVM\ChartViewModelBase.cs" />
  365. <Compile Include="MVVM\DelegateCommand.cs" />
  366. <Compile Include="MVVM\IViewModelControl.cs" />
  367. <Compile Include="MVVM\SubscriptionCommand.cs" />
  368. <Compile Include="MVVM\SubscriptionViewModelBase.cs" />
  369. <Compile Include="MVVM\TimerViewModelBase.cs" />
  370. <Compile Include="MVVM\ViewModelBase.cs" />
  371. <Compile Include="NotifyTrayIcons\Hardcodet\BalloonIcon.cs" />
  372. <Compile Include="NotifyTrayIcons\Hardcodet\PopupActivationMode.cs" />
  373. <Compile Include="NotifyTrayIcons\Hardcodet\RoutedEventHelper.cs" />
  374. <Compile Include="NotifyTrayIcons\Hardcodet\TaskbarIcon.cs" />
  375. <Compile Include="NotifyTrayIcons\Hardcodet\TaskbarIcon.Declarations.cs" />
  376. <Compile Include="NotifyTrayIcons\Hardcodet\Util.cs" />
  377. <Compile Include="NotifyTrayIcons\Interop\AppBarInfo.cs" />
  378. <Compile Include="NotifyTrayIcons\Interop\BalloonFlags.cs" />
  379. <Compile Include="NotifyTrayIcons\Interop\IconDataMembers.cs" />
  380. <Compile Include="NotifyTrayIcons\Interop\IconState.cs" />
  381. <Compile Include="NotifyTrayIcons\Interop\MouseEvent.cs" />
  382. <Compile Include="NotifyTrayIcons\Interop\NotifyCommand.cs" />
  383. <Compile Include="NotifyTrayIcons\Interop\NotifyIconData.cs" />
  384. <Compile Include="NotifyTrayIcons\Interop\NotifyIconVersion.cs" />
  385. <Compile Include="NotifyTrayIcons\Interop\Point.cs" />
  386. <Compile Include="NotifyTrayIcons\Interop\SystemInfo.cs" />
  387. <Compile Include="NotifyTrayIcons\Interop\TrayInfo.cs" />
  388. <Compile Include="NotifyTrayIcons\Interop\WinApi.cs" />
  389. <Compile Include="NotifyTrayIcons\Interop\WindowClass.cs" />
  390. <Compile Include="NotifyTrayIcons\Interop\WindowMessageSink.cs" />
  391. <Compile Include="NotifyTrayIcons\Interop\WindowsMessages.cs" />
  392. <Compile Include="NotifyTrayIcons\ShowWindowNotifyIcon.cs" />
  393. <Compile Include="OperationCenter\InvokeService.cs" />
  394. <Compile Include="OperationCenter\IInvokeService.cs" />
  395. <Compile Include="OperationCenter\InvokeServiceClient.cs" />
  396. <Compile Include="Properties\AssemblyInfo.cs" />
  397. <Compile Include="Properties\Resources.Designer.cs">
  398. <AutoGen>True</AutoGen>
  399. <DesignTime>True</DesignTime>
  400. <DependentUpon>Resources.resx</DependentUpon>
  401. </Compile>
  402. <Compile Include="Communications\AsyncSerialPort.cs" />
  403. <Compile Include="Communications\Tcp\Buffer\BufferValidator.cs" />
  404. <Compile Include="Communications\Tcp\Buffer\ISegmentBufferManager.cs" />
  405. <Compile Include="Communications\Tcp\Buffer\SegmentBufferDeflector.cs" />
  406. <Compile Include="Communications\Tcp\Buffer\SegmentBufferManager.cs" />
  407. <Compile Include="Communications\Tcp\Buffer\UnableToAllocateBufferException.cs" />
  408. <Compile Include="Communications\Tcp\Buffer\UnableToCreateMemoryException .cs" />
  409. <Compile Include="Communications\Tcp\Socket\Client\APM\EventArgs\TcpServerConnectedEventArgs.cs" />
  410. <Compile Include="Communications\Tcp\Socket\Client\APM\EventArgs\TcpServerDataReceivedEventArgs.cs" />
  411. <Compile Include="Communications\Tcp\Socket\Client\APM\EventArgs\TcpServerDisconnectedEventArgs.cs" />
  412. <Compile Include="Communications\Tcp\Socket\Client\APM\TcpSocketClient.cs" />
  413. <Compile Include="Communications\Tcp\Socket\Client\APM\TcpSocketClientConfiguration.cs" />
  414. <Compile Include="Communications\Tcp\Socket\Framing\Base\FrameBuilder.cs" />
  415. <Compile Include="Communications\Tcp\Socket\Framing\Base\IFrameBuilder.cs" />
  416. <Compile Include="Communications\Tcp\Socket\Framing\Base\IFrameDecoder.cs" />
  417. <Compile Include="Communications\Tcp\Socket\Framing\Base\IFrameEncoder.cs" />
  418. <Compile Include="Communications\Tcp\Socket\Framing\FixedLengthFrameBuilder.cs" />
  419. <Compile Include="Communications\Tcp\Socket\Framing\LengthFieldBasedFrameBuilder.cs" />
  420. <Compile Include="Communications\Tcp\Socket\Framing\LengthPrefixedFrameBuilder.cs" />
  421. <Compile Include="Communications\Tcp\Socket\Framing\LineBasedFrameBuilder.cs" />
  422. <Compile Include="Communications\Tcp\Socket\Framing\RawBufferFrameBuilder.cs" />
  423. <Compile Include="Communications\Tcp\Socket\Server\APM\EventArgs\TcpClientConnectedEventArgs.cs" />
  424. <Compile Include="Communications\Tcp\Socket\Server\APM\EventArgs\TcpClientDataReceivedEventArgs.cs" />
  425. <Compile Include="Communications\Tcp\Socket\Server\APM\EventArgs\TcpClientDisconnectedEventArgs.cs" />
  426. <Compile Include="Communications\Tcp\Socket\Server\APM\TcpSocketServer.cs" />
  427. <Compile Include="Communications\Tcp\Socket\Server\APM\TcpSocketServerConfiguration.cs" />
  428. <Compile Include="Communications\Tcp\Socket\Server\APM\TcpSocketSession.cs" />
  429. <Compile Include="Communications\Tcp\Socket\TcpSocketConnectionState.cs" />
  430. <Compile Include="SCCore\CONFIG.cs" />
  431. <Compile Include="SCCore\ConfigEntry.cs" />
  432. <Compile Include="SCCore\ConfigManager.cs" />
  433. <Compile Include="SCCore\TypedConfigManager.cs" />
  434. <Compile Include="SCCore\ICommonConfig.cs" />
  435. <Compile Include="DataCenter\DATA.cs" />
  436. <Compile Include="DataCenter\DataItem.cs" />
  437. <Compile Include="DataCenter\DataManager.cs" />
  438. <Compile Include="DataCenter\DataModule.cs" />
  439. <Compile Include="DataCenter\ICommonData.cs" />
  440. <Compile Include="DataCollection\DataCollectionManager.cs" />
  441. <Compile Include="DataCollection\DefaultDataCollectionCallback.cs" />
  442. <Compile Include="DataCollection\IDataCollectionCallback.cs" />
  443. <Compile Include="DBCore\DatabaseManager.cs" />
  444. <Compile Include="DBCore\DB.cs" />
  445. <Compile Include="DBCore\ICommonDB.cs" />
  446. <Compile Include="DBCore\PostgresqlDB.cs" />
  447. <Compile Include="DBCore\PostgresqlHelper.cs" />
  448. <Compile Include="Device\Common\DEVICE.cs" />
  449. <Compile Include="Device\Common\DeviceEntityT.cs" />
  450. <Compile Include="Device\Common\DeviceManagerBase.cs" />
  451. <Compile Include="Device\Common\DeviceOperation.cs" />
  452. <Compile Include="Device\Common\DeviceType.cs" />
  453. <Compile Include="Device\Common\IDevice.cs" />
  454. <Compile Include="Device\Common\IDeviceFactory.cs" />
  455. <Compile Include="Device\Common\IDeviceManager.cs" />
  456. <Compile Include="Event\EV.cs" />
  457. <Compile Include="Event\EventDB.cs" />
  458. <Compile Include="Event\EventDBWriter.cs" />
  459. <Compile Include="Event\EventDefine.cs" />
  460. <Compile Include="Event\EventEnum.cs" />
  461. <Compile Include="Event\EventItem.cs" />
  462. <Compile Include="Event\EventLogWriter.cs" />
  463. <Compile Include="Event\EventMailWriter.cs" />
  464. <Compile Include="Event\EventManager.cs" />
  465. <Compile Include="Event\ICommonEvent.cs" />
  466. <Compile Include="Fsm\DemoEntity.cs" />
  467. <Compile Include="Fsm\Entity.cs" />
  468. <Compile Include="Fsm\IEntity.cs" />
  469. <Compile Include="Fsm\IStateMachine.cs" />
  470. <Compile Include="Fsm\StateMachine.cs" />
  471. <Compile Include="Key\JetKey.cs" />
  472. <Compile Include="Key\KeyManager.cs" />
  473. <Compile Include="Key\MachineCoder.cs" />
  474. <Compile Include="Key\RsaCryption.cs" />
  475. <Compile Include="Log\CounterLogger.cs" />
  476. <Compile Include="Log\ICommonLog.cs" />
  477. <Compile Include="Log\LOG.cs" />
  478. <Compile Include="Log\LogItem.cs" />
  479. <Compile Include="Log\LogManager.cs" />
  480. <Compile Include="Log\LogWriter.cs" />
  481. <Compile Include="OperationCenter\ICommonOperation.cs" />
  482. <Compile Include="OperationCenter\OP.cs" />
  483. <Compile Include="OperationCenter\OperationManager.cs" />
  484. <Compile Include="PLC\IDataBuffer.cs" />
  485. <Compile Include="PLC\IDataDevice.cs" />
  486. <Compile Include="RecipeCenter\IRecipeFileContext.cs" />
  487. <Compile Include="RecipeCenter\RecipeService.cs" />
  488. <Compile Include="RecipeCenter\IRecipeService.cs" />
  489. <Compile Include="RecipeCenter\RecipeCheck.cs" />
  490. <Compile Include="RecipeCenter\RecipeFileManager.cs" />
  491. <Compile Include="RecipeCenter\RecipeServiceClient.cs" />
  492. <Compile Include="Routine\IRoutine.cs" />
  493. <Compile Include="Routine\Routinue.cs" />
  494. <Compile Include="Routine\SeqenecRoutine.cs" />
  495. <Compile Include="SCCore\ISCManager.cs" />
  496. <Compile Include="SCCore\SC.cs" />
  497. <Compile Include="SCCore\SCItem.cs" />
  498. <Compile Include="SCCore\SystemConfigManager.cs" />
  499. <Compile Include="Simulator\AiForce.cs" />
  500. <Compile Include="Simulator\DiForce.cs" />
  501. <Compile Include="Simulator\ExceptionCase.cs" />
  502. <Compile Include="Simulator\SimulatorCaseManager.cs" />
  503. <Compile Include="SubstrateTrackings\CarrierInfo.cs" />
  504. <Compile Include="SubstrateTrackings\CarrierManager.cs" />
  505. <Compile Include="SubstrateTrackings\WaferManager.cs" />
  506. <Compile Include="Tolerance\ToleranceChecker.cs" />
  507. <Compile Include="StylableWindow\ControlDoubleClickBehavior.cs" />
  508. <Compile Include="StylableWindow\ShowSystemMenuBehavior.cs" />
  509. <Compile Include="StylableWindow\SystemMenuManager.cs" />
  510. <Compile Include="StylableWindow\WindowCloseCommand.cs" />
  511. <Compile Include="StylableWindow\WindowDragBehavior.cs" />
  512. <Compile Include="StylableWindow\WindowMaximizeCommand.cs" />
  513. <Compile Include="StylableWindow\WindowMinimizeCommand.cs" />
  514. <Compile Include="StylableWindow\WindowResizeBehavior.cs" />
  515. <Compile Include="Utilities\AdminRelauncher.cs" />
  516. <Compile Include="Utilities\ArrayUtil.cs" />
  517. <Compile Include="Utilities\BinarySerializer.cs" />
  518. <Compile Include="Utilities\CommonData.cs" />
  519. <Compile Include="Utilities\Converter.cs" />
  520. <Compile Include="Utilities\Crc16.cs" />
  521. <Compile Include="Utilities\CultureSupported.cs" />
  522. <Compile Include="Utilities\CustomXmlSerializer.cs" />
  523. <Compile Include="Utilities\DeviceTimer.cs" />
  524. <Compile Include="Utilities\EnumUtil.cs" />
  525. <Compile Include="Utilities\ExcelHelper.cs" />
  526. <Compile Include="Utilities\FileAssociation.cs" />
  527. <Compile Include="Utilities\FileSigner.cs" />
  528. <Compile Include="Utilities\FixSizeQueue.cs" />
  529. <Compile Include="Utilities\IgnorePropertyChangeAttribute.cs" />
  530. <Compile Include="Utilities\Md5Helper.cs" />
  531. <Compile Include="Utilities\Network.cs" />
  532. <Compile Include="Utilities\ObjectSerializer.cs" />
  533. <Compile Include="Utilities\OperationAttribute.cs" />
  534. <Compile Include="Utilities\PathManager.cs" />
  535. <Compile Include="Utilities\PerformanceMonitor.cs" />
  536. <Compile Include="Utilities\PeriodicJob.cs" />
  537. <Compile Include="Utilities\ReasonedResult.cs" />
  538. <Compile Include="Utilities\Retry.cs" />
  539. <Compile Include="Utilities\RetryInstance.cs" />
  540. <Compile Include="Utilities\SerializableDictionary.cs" />
  541. <Compile Include="Utilities\Singleton.cs" />
  542. <Compile Include="Utilities\SubscriptionAttribute.cs" />
  543. <Compile Include="Utilities\SubscriptionModuleAttribute.cs" />
  544. <Compile Include="Utilities\TagAttribute.cs" />
  545. <Compile Include="Utilities\Trigger.cs" />
  546. <Compile Include="WCF\DuplexChannelServiceClientWrapper.cs" />
  547. <Compile Include="Event\EventService.cs" />
  548. <Compile Include="Event\EventServiceCallback.cs" />
  549. <Compile Include="Event\EventServiceClient.cs" />
  550. <Compile Include="Event\IEventService.cs" />
  551. <Compile Include="Event\IEventServiceCallback.cs" />
  552. <Compile Include="DataCenter\QueryDataService.cs" />
  553. <Compile Include="DataCenter\QueryDataServiceClient.cs" />
  554. <Compile Include="WCF\ServiceClientWrapper.cs" />
  555. <Compile Include="WCF\WcfServiceManager.cs" />
  556. </ItemGroup>
  557. <ItemGroup>
  558. <Content Include="Config\EventDefine.Core.xml" />
  559. <Content Include="Resources\Logos\MyLogoNormal.ico" />
  560. <Content Include="Resources\Logos\MyLogoPurple.ico" />
  561. <Resource Include="Resources\Logos\MyLogoTray.ico">
  562. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  563. </Resource>
  564. <Resource Include="Resources\barcode.png" />
  565. <Resource Include="Resources\Blue.png" />
  566. <Resource Include="Resources\cb.png" />
  567. <Resource Include="Resources\closed.png" />
  568. <Resource Include="Resources\CustomDialogInformation.png" />
  569. <Resource Include="Resources\Exit.png" />
  570. <Resource Include="Resources\Gasbox.png" />
  571. <Resource Include="Resources\Heater.png" />
  572. <Resource Include="Resources\HeaterShining.png" />
  573. <Resource Include="Resources\lights.png" />
  574. <Resource Include="Resources\Lime.png" />
  575. <Resource Include="Resources\LL\LBBracket.png" />
  576. <Resource Include="Resources\LL\LBWheel_Color.png" />
  577. <Resource Include="Resources\LL\LoadLockDoor.png" />
  578. <Resource Include="Resources\LL\LoadLockMain.png" />
  579. <Resource Include="Resources\LL\LTBracket.png" />
  580. <Resource Include="Resources\LL\LTWheel_Color.png" />
  581. <Resource Include="Resources\LL\RBBracket.png" />
  582. <Resource Include="Resources\LL\RBWheel_Color.png" />
  583. <Resource Include="Resources\LL\RTBracket.png" />
  584. <Resource Include="Resources\LL\RTWheel_Color.png" />
  585. <Resource Include="Resources\Loading1.gif" />
  586. <Resource Include="Resources\Login\按钮.png" />
  587. <Resource Include="Resources\Login\按钮_悬停.png" />
  588. <Resource Include="Resources\Login\按钮_点击.png" />
  589. <Resource Include="Resources\Login\输入框.png" />
  590. <Resource Include="Resources\Login\输入框_选择.png" />
  591. <Resource Include="Resources\Main\login.png" />
  592. <Resource Include="Resources\Main\LogoEmpty.png" />
  593. <Resource Include="Resources\Main\LogoJETP.png" />
  594. <Resource Include="Resources\Main\tab.png" />
  595. <Resource Include="Resources\Main\tab_悬停.png" />
  596. <Resource Include="Resources\Main\tab次级.png" />
  597. <Resource Include="Resources\Main\tab次级_悬停.png" />
  598. <Resource Include="Resources\Main\上一个.png" />
  599. <Resource Include="Resources\Main\上一个_悬停.png" />
  600. <Resource Include="Resources\Main\上一个_点击.png" />
  601. <Resource Include="Resources\Main\下一个.png" />
  602. <Resource Include="Resources\Main\下一个_悬停.png" />
  603. <Resource Include="Resources\Main\下一个_点击.png" />
  604. <Resource Include="Resources\Main\下拉框_底板.png" />
  605. <Resource Include="Resources\Main\下拉框_底板150.png" />
  606. <Resource Include="Resources\Main\下拉框_底板JETP.png" />
  607. <Resource Include="Resources\Main\主界面_切片.png" />
  608. <Resource Include="Resources\Main\主界面_切片SORTER.png" />
  609. <Resource Include="Resources\Main\主菜单按钮.png" />
  610. <Resource Include="Resources\Main\主菜单按钮150.png" />
  611. <Resource Include="Resources\Main\主菜单按钮_悬停.png" />
  612. <Resource Include="Resources\Main\主菜单按钮_悬停150.png" />
  613. <Resource Include="Resources\Main\主菜单按钮_点击.png" />
  614. <Resource Include="Resources\Main\主菜单按钮_点击150.png" />
  615. <Resource Include="Resources\Main\主菜单按钮_选中.png" />
  616. <Resource Include="Resources\Main\主菜单按钮_选中150.png" />
  617. <Resource Include="Resources\Main\事件按钮.png" />
  618. <Resource Include="Resources\Main\事件按钮_悬停.png" />
  619. <Resource Include="Resources\Main\事件按钮_点击.png" />
  620. <Resource Include="Resources\Main\拖动组件.png" />
  621. <Resource Include="Resources\opened.png" />
  622. <Resource Include="Resources\Pump\boost_pump_enabled.png" />
  623. <Resource Include="Resources\Pump\boost_pump_error.png" />
  624. <Resource Include="Resources\Pump\boost_pump_off.png" />
  625. <Resource Include="Resources\Pump\boost_pump_on.png" />
  626. <Resource Include="Resources\Pump\boost_pump_warning.png" />
  627. <Resource Include="Resources\Pump\pump_error.png" />
  628. <Resource Include="Resources\Pump\pump_off.png" />
  629. <Resource Include="Resources\Pump\pump_on.png" />
  630. <Resource Include="Resources\Pump\pump_warning.png" />
  631. <Resource Include="Resources\RecipeFile.png" />
  632. <Resource Include="Resources\RecipeFolder.png" />
  633. <Resource Include="Resources\red.png" />
  634. <Resource Include="Resources\Robot.png" />
  635. <Resource Include="Resources\SystemLog\Alarm.png" />
  636. <Resource Include="Resources\SystemLog\EquipLog.png" />
  637. <Resource Include="Resources\SystemLog\Information.png" />
  638. <Resource Include="Resources\SystemLog\UserOperation.png" />
  639. <Resource Include="Resources\SystemLog\Warning.png" />
  640. <Resource Include="Resources\unknown.png" />
  641. <Resource Include="Resources\Valve\FastPumpValve.png" />
  642. <Resource Include="Resources\Valve\PumpBlack.png" />
  643. <Resource Include="Resources\Valve\PumpGray.png" />
  644. <Resource Include="Resources\Valve\PumpGreen.png" />
  645. <Resource Include="Resources\Valve\PumpRed.png" />
  646. <Resource Include="Resources\Valve\SlowPumpValve.png" />
  647. <Resource Include="Resources\Valve\ValveClosed.png" />
  648. <Resource Include="Resources\Valve\valveCloseHorizontal.png" />
  649. <Resource Include="Resources\Valve\valveCloseVertical.png" />
  650. <Resource Include="Resources\Valve\valveOpenHorizontal.png" />
  651. <Resource Include="Resources\Valve\valveOpenVertical.png" />
  652. <Resource Include="Resources\Yellow.png" />
  653. <Resource Include="Resources\zoom_all.png" />
  654. </ItemGroup>
  655. <ItemGroup>
  656. <EmbeddedResource Include="Backend\AboutView.resx">
  657. <DependentUpon>AboutView.cs</DependentUpon>
  658. </EmbeddedResource>
  659. <EmbeddedResource Include="Backend\Controls\AICtrl.resx">
  660. <DependentUpon>AICtrl.cs</DependentUpon>
  661. </EmbeddedResource>
  662. <EmbeddedResource Include="Backend\Controls\AOCtrl.resx">
  663. <DependentUpon>AOCtrl.cs</DependentUpon>
  664. </EmbeddedResource>
  665. <EmbeddedResource Include="Backend\Controls\DICtrl.resx">
  666. <DependentUpon>DICtrl.cs</DependentUpon>
  667. </EmbeddedResource>
  668. <EmbeddedResource Include="Backend\IO\AI.resx">
  669. <DependentUpon>AI.cs</DependentUpon>
  670. </EmbeddedResource>
  671. <EmbeddedResource Include="Backend\IO\AO.resx">
  672. <DependentUpon>AO.cs</DependentUpon>
  673. </EmbeddedResource>
  674. <EmbeddedResource Include="Backend\IO\DI.resx">
  675. <DependentUpon>DI.cs</DependentUpon>
  676. </EmbeddedResource>
  677. <EmbeddedResource Include="Backend\IO\DO.resx">
  678. <DependentUpon>DO.cs</DependentUpon>
  679. </EmbeddedResource>
  680. <EmbeddedResource Include="Backend\IO\IoDataView.resx">
  681. <DependentUpon>IoDataView.cs</DependentUpon>
  682. </EmbeddedResource>
  683. <EmbeddedResource Include="Backend\MainView.resx">
  684. <DependentUpon>MainView.cs</DependentUpon>
  685. </EmbeddedResource>
  686. <EmbeddedResource Include="Backend\SimulatorView.resx">
  687. <DependentUpon>SimulatorView.cs</DependentUpon>
  688. </EmbeddedResource>
  689. <EmbeddedResource Include="Backend\SystemConfigView.resx">
  690. <DependentUpon>SystemConfigView.cs</DependentUpon>
  691. </EmbeddedResource>
  692. <EmbeddedResource Include="Backend\UserLoginView.resx">
  693. <DependentUpon>UserLoginView.cs</DependentUpon>
  694. </EmbeddedResource>
  695. <EmbeddedResource Include="Properties\Resources.en-US.resx" />
  696. <EmbeddedResource Include="Properties\Resources.resx">
  697. <Generator>ResXFileCodeGenerator</Generator>
  698. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  699. </EmbeddedResource>
  700. <EmbeddedResource Include="Properties\Resources.zh-CN.resx">
  701. <SubType>Designer</SubType>
  702. </EmbeddedResource>
  703. </ItemGroup>
  704. <ItemGroup>
  705. <Page Include="Resources\Language\StringResources.en-US.xaml">
  706. <Generator>MSBuild:Compile</Generator>
  707. <SubType>Designer</SubType>
  708. </Page>
  709. <Page Include="Resources\Language\StringResources.zh-CN.xaml">
  710. <Generator>MSBuild:Compile</Generator>
  711. <SubType>Designer</SubType>
  712. </Page>
  713. <Resource Include="StylableWindow\TitleBarWindowStyle.xaml">
  714. <Generator>MSBuild:Compile</Generator>
  715. <SubType>Designer</SubType>
  716. </Resource>
  717. </ItemGroup>
  718. <ItemGroup>
  719. <Folder Include="Alarms\" />
  720. <Folder Include="FAServices\E90s\" />
  721. <Folder Include="Schedulers\" />
  722. </ItemGroup>
  723. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  724. </Project>