Venus_RT.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  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>defaultrt.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="System" />
  70. <Reference Include="System.Configuration" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.Runtime.Serialization" />
  73. <Reference Include="System.ServiceModel" />
  74. <Reference Include="System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\ThirdParty\System.Text.Json.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.Xml" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="System.Net.Http" />
  84. <Reference Include="System.Xaml">
  85. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  86. </Reference>
  87. <Reference Include="WindowsBase" />
  88. <Reference Include="PresentationCore" />
  89. <Reference Include="PresentationFramework" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ApplicationDefinition Include="Instances\App.xaml">
  93. <Generator>MSBuild:Compile</Generator>
  94. <SubType>Designer</SubType>
  95. </ApplicationDefinition>
  96. <Compile Include="Backends\FSM.xaml.cs">
  97. <DependentUpon>FSM.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="Backends\IOMonitorView.xaml.cs">
  100. <DependentUpon>IOMonitorView.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Devices\AdixenTurboPump.cs" />
  103. <Compile Include="Devices\AdTecRF.cs" />
  104. <Compile Include="Devices\CometRF.cs" />
  105. <Compile Include="Devices\DataDefine.cs" />
  106. <Compile Include="Devices\DeviceManager.cs" />
  107. <Compile Include="Devices\EdwardsPump.cs" />
  108. <Compile Include="Devices\EPD\Datas\DataItemDefine.cs" />
  109. <Compile Include="Devices\EPD\Datas\EPDConfig.cs" />
  110. <Compile Include="Devices\EPD\EPDDevice.cs" />
  111. <Compile Include="Devices\EPD\Interface\EPDClient.cs" />
  112. <Compile Include="Devices\EPD\Interface\IEPDCallback.cs" />
  113. <Compile Include="Devices\EPD\Interface\IEPDCallbackService.cs" />
  114. <Compile Include="Devices\EPD\Interface\IEPDService.cs" />
  115. <Compile Include="Devices\ESC5HighVoltage.cs" />
  116. <Compile Include="Devices\FinsPlc.cs" />
  117. <Compile Include="Devices\IODevices\IoBacksideHe.cs" />
  118. <Compile Include="Devices\IODevices\IoCylinder.cs" />
  119. <Compile Include="Devices\IODevices\IoGasStick.cs" />
  120. <Compile Include="Devices\IODevices\IoHeartbeat.cs" />
  121. <Compile Include="Devices\IODevices\IoHeater.cs" />
  122. <Compile Include="Devices\IODevices\IoLid.cs" />
  123. <Compile Include="Devices\IODevices\IoMfc.cs" />
  124. <Compile Include="Devices\IODevices\IoPressureControl.cs" />
  125. <Compile Include="Devices\IODevices\IoPressureMeter.cs" />
  126. <Compile Include="Devices\IODevices\IoSignalLight.cs" />
  127. <Compile Include="Devices\IODevices\IoSignalTower.cs" />
  128. <Compile Include="Devices\JetPM.cs" />
  129. <Compile Include="Devices\PendulumValve.cs" />
  130. <Compile Include="Devices\PlasmaController.cs" />
  131. <Compile Include="Devices\SkyPump.cs" />
  132. <Compile Include="Devices\SMCChiller.cs" />
  133. <Compile Include="Devices\VirgoSignalTower.cs" />
  134. <Compile Include="FAs\FaEventItem.cs" />
  135. <Compile Include="FAs\FaHost.cs" />
  136. <Compile Include="FAs\FALogFileCleaner.cs" />
  137. <Compile Include="FAs\FaManager.cs" />
  138. <Compile Include="FAs\IFaHost.cs" />
  139. <Compile Include="FAs\IHostCallback.cs" />
  140. <Compile Include="FAs\VIDMap.cs" />
  141. <Compile Include="Instances\App.xaml.cs">
  142. <DependentUpon>App.xaml</DependentUpon>
  143. <SubType>Code</SubType>
  144. </Compile>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Compile Include="Instances\RtInstance.cs" />
  148. <Compile Include="Instances\ToolLoader.cs" />
  149. <Compile Include="Modules\PMs\GasBoxLeakCheckRoutine.cs" />
  150. <Compile Include="Modules\PMs\LLPickRoutine.cs" />
  151. <Compile Include="Modules\PMs\LLPlaceRoutine.cs" />
  152. <Compile Include="Modules\PMs\LoadLockLeakCheckRoutine.cs" />
  153. <Compile Include="Modules\PMs\LoadLockPumpRoutine.cs" />
  154. <Compile Include="Modules\PMs\LoadLockPurgeRoutine.cs" />
  155. <Compile Include="Modules\PMs\LoadLockVentRoutine.cs" />
  156. <Compile Include="Modules\PMs\PMEntity.cs" />
  157. <Compile Include="Modules\PMs\PMGaslinePurgeRoutine.cs" />
  158. <Compile Include="Modules\PMs\PMHomeRoutine.cs" />
  159. <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" />
  160. <Compile Include="Modules\PMs\PMProcessRoutine.cs" />
  161. <Compile Include="Modules\PMs\PMPurgeRoutine.cs" />
  162. <Compile Include="Modules\PMs\PMRoutineBase.cs" />
  163. <Compile Include="Modules\PMs\ProcessDefine.cs" />
  164. <Compile Include="Modules\PMs\PumpDownRoutine.cs" />
  165. <Compile Include="Modules\PMs\RFPowerSwitchRoutine.cs" />
  166. <Compile Include="Modules\PMs\StartDryPumpRoutine.cs" />
  167. <Compile Include="Modules\PMs\StartTurboPumpRoutine.cs" />
  168. <Compile Include="Modules\PMs\VentRoutine.cs" />
  169. <Compile Include="Modules\PMs\VenusRecipeFileContext.cs" />
  170. <Compile Include="Modules\PMs\VenusSequenceFileContext.cs" />
  171. <Compile Include="Modules\RouteManager.cs" />
  172. <Compile Include="Properties\AssemblyInfo.cs">
  173. <SubType>Code</SubType>
  174. </Compile>
  175. <Compile Include="Properties\Resources.Designer.cs">
  176. <AutoGen>True</AutoGen>
  177. <DesignTime>True</DesignTime>
  178. <DependentUpon>Resources.resx</DependentUpon>
  179. </Compile>
  180. <Compile Include="Properties\Settings.Designer.cs">
  181. <AutoGen>True</AutoGen>
  182. <DependentUpon>Settings.settings</DependentUpon>
  183. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  184. </Compile>
  185. <EmbeddedResource Include="Properties\Resources.resx">
  186. <Generator>ResXFileCodeGenerator</Generator>
  187. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  188. </EmbeddedResource>
  189. <Content Include="Config\Account\Account.xml">
  190. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  191. </Content>
  192. <Content Include="Config\ClusterGemModel.xml">
  193. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  194. </Content>
  195. <Content Include="Config\DBModel.sql">
  196. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  197. </Content>
  198. <Content Include="Config\DeviceModelVenus.xml">
  199. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  200. </Content>
  201. <Content Include="Config\Interlock.Venus.xml">
  202. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  203. </Content>
  204. <Content Include="Config\SignalTower.xml">
  205. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  206. </Content>
  207. <Content Include="Config\System.sccfg">
  208. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  209. </Content>
  210. <None Include="Config\DeviceModel.xsd">
  211. <SubType>Designer</SubType>
  212. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  213. </None>
  214. <Content Include="Config\LogDefine.json">
  215. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  216. </Content>
  217. <None Include="Properties\Settings.settings">
  218. <Generator>SettingsSingleFileGenerator</Generator>
  219. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  220. </None>
  221. </ItemGroup>
  222. <ItemGroup>
  223. <None Include="App.config" />
  224. </ItemGroup>
  225. <ItemGroup>
  226. <ProjectReference Include="..\Framework\Common\Common.csproj">
  227. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  228. <Name>Common</Name>
  229. </ProjectReference>
  230. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  231. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  232. <Name>RTCore</Name>
  233. </ProjectReference>
  234. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  235. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  236. <Name>RTEquipmentLibrary</Name>
  237. </ProjectReference>
  238. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  239. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  240. <Name>SimulatorCore</Name>
  241. </ProjectReference>
  242. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  243. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  244. <Name>UICore</Name>
  245. </ProjectReference>
  246. <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
  247. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  248. <Name>RecipeEditorControl</Name>
  249. </ProjectReference>
  250. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  251. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  252. <Name>Venus_Core</Name>
  253. </ProjectReference>
  254. </ItemGroup>
  255. <ItemGroup>
  256. <Page Include="Backends\FSM.xaml">
  257. <Generator>MSBuild:Compile</Generator>
  258. <SubType>Designer</SubType>
  259. </Page>
  260. <Page Include="Backends\IOMonitorView.xaml">
  261. <Generator>MSBuild:Compile</Generator>
  262. <SubType>Designer</SubType>
  263. </Page>
  264. </ItemGroup>
  265. <ItemGroup>
  266. <Content Include="Config\EventDefine.xml">
  267. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  268. </Content>
  269. <Content Include="Config\IoProviderConfig.xml">
  270. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  271. </Content>
  272. <Content Include="Config\RecipeFormat.xml">
  273. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  274. </Content>
  275. <Content Include="Config\SequenceFormat.xml">
  276. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  277. </Content>
  278. <Content Include="Config\VenusPreProcess.py">
  279. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  280. </Content>
  281. <Content Include="Config\_ioDefineVenus.xml">
  282. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  283. </Content>
  284. <Resource Include="defaultrt.ico" />
  285. </ItemGroup>
  286. <ItemGroup>
  287. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  288. <Visible>False</Visible>
  289. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  290. <Install>true</Install>
  291. </BootstrapperPackage>
  292. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  293. <Visible>False</Visible>
  294. <ProductName>.NET Framework 3.5 SP1</ProductName>
  295. <Install>false</Install>
  296. </BootstrapperPackage>
  297. </ItemGroup>
  298. <ItemGroup />
  299. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  300. <PropertyGroup>
  301. <PreBuildEvent>python.exe ../../Config/VenusPreProcess.py
  302. </PreBuildEvent>
  303. </PropertyGroup>
  304. </Project>