Venus_RT.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. <NuGetPackageImportStamp>
  33. </NuGetPackageImportStamp>
  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.Xml" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="System.Net.Http" />
  78. <Reference Include="System.Xaml">
  79. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  80. </Reference>
  81. <Reference Include="WindowsBase" />
  82. <Reference Include="PresentationCore" />
  83. <Reference Include="PresentationFramework" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ApplicationDefinition Include="Instances\App.xaml">
  87. <Generator>MSBuild:Compile</Generator>
  88. <SubType>Designer</SubType>
  89. </ApplicationDefinition>
  90. <Compile Include="Backends\FSM.xaml.cs">
  91. <DependentUpon>FSM.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="Backends\IOMonitorView.xaml.cs">
  94. <DependentUpon>IOMonitorView.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="Devices\AdixenTurboPump.cs" />
  97. <Compile Include="Devices\AdTecRF.cs" />
  98. <Compile Include="Devices\CometRF.cs" />
  99. <Compile Include="Devices\DataDefine.cs" />
  100. <Compile Include="Devices\DeviceManager.cs" />
  101. <Compile Include="Devices\EdwardsPump.cs" />
  102. <Compile Include="Devices\ESC5HighVoltage.cs" />
  103. <Compile Include="Devices\FinsPlc.cs" />
  104. <Compile Include="Devices\IODevices\IoCylinder.cs" />
  105. <Compile Include="Devices\IODevices\IoLid.cs" />
  106. <Compile Include="Devices\JetPM.cs" />
  107. <Compile Include="Devices\KashiyamaPump.cs" />
  108. <Compile Include="Devices\PendulumValve.cs" />
  109. <Compile Include="Devices\PlasmaController.cs" />
  110. <Compile Include="Devices\SkyPump.cs" />
  111. <Compile Include="Devices\SMCChiller.cs" />
  112. <Compile Include="Devices\VirgoSignalTower.cs" />
  113. <Compile Include="FAs\FaEventItem.cs" />
  114. <Compile Include="FAs\FaHost.cs" />
  115. <Compile Include="FAs\FALogFileCleaner.cs" />
  116. <Compile Include="FAs\FaManager.cs" />
  117. <Compile Include="FAs\IFaHost.cs" />
  118. <Compile Include="FAs\IHostCallback.cs" />
  119. <Compile Include="FAs\VIDMap.cs" />
  120. <Compile Include="Instances\App.xaml.cs">
  121. <DependentUpon>App.xaml</DependentUpon>
  122. <SubType>Code</SubType>
  123. </Compile>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Compile Include="Instances\RtInstance.cs" />
  127. <Compile Include="Instances\ToolLoader.cs" />
  128. <Compile Include="Modules\PMs\PMEntity.cs" />
  129. <Compile Include="Modules\PMs\PMRoutineBase.cs" />
  130. <Compile Include="Modules\PMs\Recipe.cs" />
  131. <Compile Include="Modules\PMs\VentRoutine.cs" />
  132. <Compile Include="Modules\PMs\VenusRecipeFileContext.cs" />
  133. <Compile Include="Modules\PMs\VenusSequenceFileContext.cs" />
  134. <Compile Include="Modules\RouteManager.cs" />
  135. <Compile Include="Properties\AssemblyInfo.cs">
  136. <SubType>Code</SubType>
  137. </Compile>
  138. <Compile Include="Properties\Resources.Designer.cs">
  139. <AutoGen>True</AutoGen>
  140. <DesignTime>True</DesignTime>
  141. <DependentUpon>Resources.resx</DependentUpon>
  142. </Compile>
  143. <Compile Include="Properties\Settings.Designer.cs">
  144. <AutoGen>True</AutoGen>
  145. <DependentUpon>Settings.settings</DependentUpon>
  146. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  147. </Compile>
  148. <EmbeddedResource Include="Properties\Resources.resx">
  149. <Generator>ResXFileCodeGenerator</Generator>
  150. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  151. </EmbeddedResource>
  152. <Content Include="Config\Account\Account.xml">
  153. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  154. </Content>
  155. <Content Include="Config\ClusterGemModel.xml">
  156. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  157. </Content>
  158. <Content Include="Config\DBModel.sql">
  159. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  160. </Content>
  161. <Content Include="Config\DeviceModelVenus.xml">
  162. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  163. </Content>
  164. <Content Include="Config\Interlock.Venus.xml">
  165. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  166. </Content>
  167. <Content Include="Config\SignalTower.xml">
  168. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  169. </Content>
  170. <Content Include="Config\System.sccfg">
  171. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  172. </Content>
  173. <None Include="Config\DeviceModel.xsd">
  174. <SubType>Designer</SubType>
  175. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  176. </None>
  177. <Content Include="Config\LogDefine.json">
  178. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  179. </Content>
  180. <None Include="Properties\Settings.settings">
  181. <Generator>SettingsSingleFileGenerator</Generator>
  182. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  183. </None>
  184. </ItemGroup>
  185. <ItemGroup>
  186. <None Include="App.config" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <ProjectReference Include="..\Framework\Common\Common.csproj">
  190. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  191. <Name>Common</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  194. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  195. <Name>RTCore</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  198. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  199. <Name>RTEquipmentLibrary</Name>
  200. </ProjectReference>
  201. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  202. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  203. <Name>RTModuleLibrary</Name>
  204. </ProjectReference>
  205. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  206. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  207. <Name>SimulatorCore</Name>
  208. </ProjectReference>
  209. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  210. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  211. <Name>UICore</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
  214. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  215. <Name>RecipeEditorControl</Name>
  216. </ProjectReference>
  217. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  218. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  219. <Name>Venus_Core</Name>
  220. </ProjectReference>
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Page Include="Backends\FSM.xaml">
  224. <Generator>MSBuild:Compile</Generator>
  225. <SubType>Designer</SubType>
  226. </Page>
  227. <Page Include="Backends\IOMonitorView.xaml">
  228. <Generator>MSBuild:Compile</Generator>
  229. <SubType>Designer</SubType>
  230. </Page>
  231. </ItemGroup>
  232. <ItemGroup>
  233. <Content Include="Config\EventDefine.xml">
  234. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  235. </Content>
  236. <Content Include="Config\IoProviderConfig.xml">
  237. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  238. </Content>
  239. <Content Include="Config\RecipeFormat.xml">
  240. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  241. </Content>
  242. <Content Include="Config\SequenceFormat.xml">
  243. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  244. </Content>
  245. <Content Include="Config\VenusPreProcess.py">
  246. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  247. </Content>
  248. <Content Include="Config\_ioDefineVenus.xml">
  249. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  250. </Content>
  251. <Resource Include="defaultrt.ico" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  255. <Visible>False</Visible>
  256. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  257. <Install>true</Install>
  258. </BootstrapperPackage>
  259. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  260. <Visible>False</Visible>
  261. <ProductName>.NET Framework 3.5 SP1</ProductName>
  262. <Install>false</Install>
  263. </BootstrapperPackage>
  264. </ItemGroup>
  265. <ItemGroup />
  266. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  267. <PropertyGroup>
  268. <PreBuildEvent>python.exe ../../Config/VenusPreProcess.py
  269. </PreBuildEvent>
  270. </PropertyGroup>
  271. </Project>