Venus_RT.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  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>{CD9AEF96-5048-47D1-B785-1F8C3FDC47C3}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Venus_RT</RootNamespace>
  10. <AssemblyName>Venus_RT</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. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  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. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <NoWarn>CS0168</NoWarn>
  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>RT2.ico</ApplicationIcon>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <StartupObject />
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="FabConnect">
  63. <HintPath>..\ThirdParty\FabConnect.dll</HintPath>
  64. </Reference>
  65. <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Mono.Security">
  70. <HintPath>..\ThirdParty\Mono.Security.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Configuration" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Runtime.Serialization" />
  76. <Reference Include="System.ServiceModel" />
  77. <Reference Include="System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\ThirdParty\System.Text.Json.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Xml" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Xaml">
  88. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  89. </Reference>
  90. <Reference Include="WindowsBase" />
  91. <Reference Include="PresentationCore" />
  92. <Reference Include="PresentationFramework" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ApplicationDefinition Include="Instances\App.xaml">
  96. <Generator>MSBuild:Compile</Generator>
  97. <SubType>Designer</SubType>
  98. </ApplicationDefinition>
  99. <Compile Include="Backends\FSM.xaml.cs">
  100. <DependentUpon>FSM.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Backends\IOMonitorView.xaml.cs">
  103. <DependentUpon>IOMonitorView.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Devices\AdixenTurboPump.cs" />
  106. <Compile Include="Devices\AdTecRF.cs" />
  107. <Compile Include="Devices\AIRSYSChiller.cs" />
  108. <Compile Include="Devices\CometRF.cs" />
  109. <Compile Include="Devices\DataDefine.cs" />
  110. <Compile Include="Devices\DeviceManager.cs" />
  111. <Compile Include="Devices\EdwardsPump.cs" />
  112. <Compile Include="Devices\EFEM\Efem.cs" />
  113. <Compile Include="Devices\EFEM\EfemAction.cs" />
  114. <Compile Include="Devices\EFEM\EfemBase.cs" />
  115. <Compile Include="Devices\EFEM\EfemDevice.cs" />
  116. <Compile Include="Devices\EFEM\EfemInterface.cs" />
  117. <Compile Include="Devices\EFEM\EfemMessage.cs" />
  118. <Compile Include="Devices\EFEM\Loadport.cs" />
  119. <Compile Include="Devices\EPD\Data\ByteReader.cs" />
  120. <Compile Include="Devices\EPD\Data\ByteStructConverter.cs" />
  121. <Compile Include="Devices\EPD\Data\CytAsciiDefine.cs" />
  122. <Compile Include="Devices\EPD\Data\EPDDefine.cs" />
  123. <Compile Include="Devices\EPD\Data\EPDSocketClient.cs" />
  124. <Compile Include="Devices\EPD\Data\LogItem.cs" />
  125. <Compile Include="Devices\EPD\Data\NotifyObject.cs" />
  126. <Compile Include="Devices\EPD\Data\SocketClientWrapper.cs" />
  127. <Compile Include="Devices\EPD\Data\StepItem.cs" />
  128. <Compile Include="Devices\EPD\EPDClient.cs" />
  129. <Compile Include="Devices\ESC5HighVoltage.cs" />
  130. <Compile Include="Devices\FinsPlc.cs" />
  131. <Compile Include="Devices\IODevices\IoBacksideHe.cs" />
  132. <Compile Include="Devices\IODevices\IoCylinder.cs" />
  133. <Compile Include="Devices\IODevices\IoGasStick.cs" />
  134. <Compile Include="Devices\IODevices\IoHeartbeat.cs" />
  135. <Compile Include="Devices\IODevices\IoHeater.cs" />
  136. <Compile Include="Devices\IODevices\IoLid.cs" />
  137. <Compile Include="Devices\IODevices\IoMfc.cs" />
  138. <Compile Include="Devices\IODevices\IoPressureControl.cs" />
  139. <Compile Include="Devices\IODevices\IoPressureMeter.cs" />
  140. <Compile Include="Devices\IODevices\IoSignalLight.cs" />
  141. <Compile Include="Devices\IODevices\IoSignalTower.cs" />
  142. <Compile Include="Devices\IODevices\IoTMPressureCtl.cs" />
  143. <Compile Include="Devices\JetPM.cs" />
  144. <Compile Include="Devices\PendulumValve.cs" />
  145. <Compile Include="Devices\PlasmaController.cs" />
  146. <Compile Include="Devices\SkyPump.cs" />
  147. <Compile Include="Devices\SMCChiller.cs" />
  148. <Compile Include="Devices\TM\ITransferRobot.cs" />
  149. <Compile Include="Devices\TM\JetTM.cs" />
  150. <Compile Include="Devices\TM\SIASUNRobot.cs" />
  151. <Compile Include="Devices\VirgoSignalTower.cs" />
  152. <Compile Include="FAs\FaEventItem.cs" />
  153. <Compile Include="FAs\FaHost.cs" />
  154. <Compile Include="FAs\FALogFileCleaner.cs" />
  155. <Compile Include="FAs\FaManager.cs" />
  156. <Compile Include="FAs\IFaHost.cs" />
  157. <Compile Include="FAs\IHostCallback.cs" />
  158. <Compile Include="FAs\VIDMap.cs" />
  159. <Compile Include="Instances\App.xaml.cs">
  160. <DependentUpon>App.xaml</DependentUpon>
  161. <SubType>Code</SubType>
  162. </Compile>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <Compile Include="Instances\RtInstance.cs" />
  166. <Compile Include="Instances\ToolLoader.cs" />
  167. <Compile Include="Modules\EFEM\EfemEntity.cs" />
  168. <Compile Include="Modules\EntityTaskBase.cs" />
  169. <Compile Include="Modules\LLs\LLEntity.cs" />
  170. <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" />
  171. <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" />
  172. <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" />
  173. <Compile Include="Modules\LPs\LoadPortModule.cs" />
  174. <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" />
  175. <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" />
  176. <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" />
  177. <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" />
  178. <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" />
  179. <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" />
  180. <Compile Include="Modules\PMs\GasBoxLeakCheckRoutine.cs" />
  181. <Compile Include="Modules\PMs\GasFlowRoutine.cs" />
  182. <Compile Include="Modules\PMs\LLPickRoutine.cs" />
  183. <Compile Include="Modules\PMs\LLPlaceRoutine.cs" />
  184. <Compile Include="Modules\PMs\LoadLockLeakCheckRoutine.cs" />
  185. <Compile Include="Modules\PMs\LoadLockPumpRoutine.cs" />
  186. <Compile Include="Modules\PMs\LoadLockPurgeRoutine.cs" />
  187. <Compile Include="Modules\PMs\LoadLockVentRoutine.cs" />
  188. <Compile Include="Modules\PMs\PMEntity.cs" />
  189. <Compile Include="Modules\PMs\PMGaslinePurgeRoutine.cs" />
  190. <Compile Include="Modules\PMs\PMGasVerificationRoutine.cs" />
  191. <Compile Include="Modules\PMs\PMHomeRoutine.cs" />
  192. <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" />
  193. <Compile Include="Modules\PMs\PMProcessRoutine.cs" />
  194. <Compile Include="Modules\PMs\PMPurgeRoutine.cs" />
  195. <Compile Include="Modules\PMs\PMRoutineBase.cs" />
  196. <Compile Include="Modules\PMs\ProcessDefine.cs" />
  197. <Compile Include="Modules\PMs\PumpDownRoutine.cs" />
  198. <Compile Include="Modules\PMs\RFPowerSwitchRoutine.cs" />
  199. <Compile Include="Modules\PMs\StartDryPumpRoutine.cs" />
  200. <Compile Include="Modules\PMs\StartTurboPumpRoutine.cs" />
  201. <Compile Include="Modules\PMs\VentRoutine.cs" />
  202. <Compile Include="Modules\PMs\VenusRecipeFileContext.cs" />
  203. <Compile Include="Modules\PMs\VenusSequenceFileContext.cs" />
  204. <Compile Include="Modules\RouteManager.cs" />
  205. <Compile Include="Modules\Schedulers\ISchedulerDBCallback.cs" />
  206. <Compile Include="Modules\Schedulers\SchedulerAligner.cs" />
  207. <Compile Include="Modules\Schedulers\SchedulerDBCallback.cs" />
  208. <Compile Include="Modules\Schedulers\SchedulerEfemRobot.cs" />
  209. <Compile Include="Modules\Schedulers\SchedulerLoadPort.cs" />
  210. <Compile Include="Modules\Schedulers\SchedulerModule.cs" />
  211. <Compile Include="Modules\Schedulers\SchedulerPM.cs" />
  212. <Compile Include="Modules\Schedulers\TransferModule.cs" />
  213. <Compile Include="Modules\TM\MFHomeRoutine.cs" />
  214. <Compile Include="Modules\TM\MFLeakCheckRoutine.cs" />
  215. <Compile Include="Modules\TM\MFPickRoutine.cs" />
  216. <Compile Include="Modules\TM\MFPlaceRoutine.cs" />
  217. <Compile Include="Modules\TM\MFPumpRoutine.cs" />
  218. <Compile Include="Modules\TM\MFPurgeRoutine.cs" />
  219. <Compile Include="Modules\TM\MFSwapRoutine.cs" />
  220. <Compile Include="Modules\TM\MFVentRoutine.cs" />
  221. <Compile Include="Modules\TM\TMEntity.cs" />
  222. <Compile Include="Properties\AssemblyInfo.cs">
  223. <SubType>Code</SubType>
  224. </Compile>
  225. <Compile Include="Properties\Resources.Designer.cs">
  226. <AutoGen>True</AutoGen>
  227. <DesignTime>True</DesignTime>
  228. <DependentUpon>Resources.resx</DependentUpon>
  229. </Compile>
  230. <Compile Include="Properties\Settings.Designer.cs">
  231. <AutoGen>True</AutoGen>
  232. <DependentUpon>Settings.settings</DependentUpon>
  233. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  234. </Compile>
  235. <Content Include="Config\DeviceModelVenus_MF.xml">
  236. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  237. </Content>
  238. <Content Include="Config\_ioDefineVenus_MF.xml">
  239. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  240. </Content>
  241. <Resource Include="RT2.ico" />
  242. <Resource Include="defaultrt.ico" />
  243. <EmbeddedResource Include="Properties\Resources.resx">
  244. <Generator>ResXFileCodeGenerator</Generator>
  245. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  246. </EmbeddedResource>
  247. <Content Include="Config\Account\Account.xml">
  248. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  249. </Content>
  250. <Content Include="Config\ClusterGemModel.xml">
  251. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  252. </Content>
  253. <Content Include="Config\DBModel.sql">
  254. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  255. </Content>
  256. <Content Include="Config\DeviceModelVenus.xml">
  257. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  258. </Content>
  259. <Content Include="Config\Interlock.Venus.xml">
  260. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  261. </Content>
  262. <Content Include="Config\SignalTower.xml">
  263. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  264. </Content>
  265. <Content Include="Config\System.sccfg">
  266. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  267. </Content>
  268. <None Include="Config\DeviceModel.xsd">
  269. <SubType>Designer</SubType>
  270. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  271. </None>
  272. <Content Include="Config\LogDefine.json">
  273. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  274. </Content>
  275. <None Include="Properties\Settings.settings">
  276. <Generator>SettingsSingleFileGenerator</Generator>
  277. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  278. </None>
  279. </ItemGroup>
  280. <ItemGroup>
  281. <None Include="App.config" />
  282. </ItemGroup>
  283. <ItemGroup>
  284. <ProjectReference Include="..\Framework\Common\Common.csproj">
  285. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  286. <Name>Common</Name>
  287. </ProjectReference>
  288. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  289. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  290. <Name>RTCore</Name>
  291. </ProjectReference>
  292. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  293. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  294. <Name>RTEquipmentLibrary</Name>
  295. </ProjectReference>
  296. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  297. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  298. <Name>RTModuleLibrary</Name>
  299. </ProjectReference>
  300. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  301. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  302. <Name>SimulatorCore</Name>
  303. </ProjectReference>
  304. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  305. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  306. <Name>UICore</Name>
  307. </ProjectReference>
  308. <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
  309. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  310. <Name>RecipeEditorControl</Name>
  311. </ProjectReference>
  312. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  313. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  314. <Name>Venus_Core</Name>
  315. </ProjectReference>
  316. </ItemGroup>
  317. <ItemGroup>
  318. <Page Include="Backends\FSM.xaml">
  319. <Generator>MSBuild:Compile</Generator>
  320. <SubType>Designer</SubType>
  321. </Page>
  322. <Page Include="Backends\IOMonitorView.xaml">
  323. <Generator>MSBuild:Compile</Generator>
  324. <SubType>Designer</SubType>
  325. </Page>
  326. </ItemGroup>
  327. <ItemGroup>
  328. <Content Include="Config\EventDefine.xml">
  329. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  330. </Content>
  331. <Content Include="Config\IoProviderConfig.xml">
  332. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  333. </Content>
  334. <Content Include="Config\RecipeFormat.xml">
  335. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  336. </Content>
  337. <Content Include="Config\SequenceFormat.xml">
  338. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  339. </Content>
  340. <Content Include="Config\VenusPreProcess.py">
  341. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  342. </Content>
  343. <Content Include="Config\_ioDefineVenus.xml">
  344. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  345. </Content>
  346. </ItemGroup>
  347. <ItemGroup>
  348. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  349. <Visible>False</Visible>
  350. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  351. <Install>true</Install>
  352. </BootstrapperPackage>
  353. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  354. <Visible>False</Visible>
  355. <ProductName>.NET Framework 3.5 SP1</ProductName>
  356. <Install>false</Install>
  357. </BootstrapperPackage>
  358. </ItemGroup>
  359. <ItemGroup />
  360. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  361. <PropertyGroup>
  362. <PreBuildEvent>python.exe ../../Config/VenusPreProcess.py</PreBuildEvent>
  363. </PropertyGroup>
  364. <PropertyGroup>
  365. <PostBuildEvent>if $(ConfigurationName)==Release (
  366. "$(SolutionDir)\Venus_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)\Venus_Setup\Venus_RT.iss"
  367. )</PostBuildEvent>
  368. </PropertyGroup>
  369. </Project>