VirgoRT.csproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  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>{5EAFA05F-C2C0-40B3-9C8F-46D8559148D0}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>VirgoRT</RootNamespace>
  10. <AssemblyName>VirgoRT</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <Deterministic>false</Deterministic>
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  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. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. <TargetFrameworkProfile />
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ApplicationIcon>Resources\default_rt.ico</ApplicationIcon>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="BAI.ClientInitLib, Version=2.5.6.9, Culture=neutral, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>Dependency\BAI.ClientInitLib.dll</HintPath>
  63. </Reference>
  64. <Reference Include="BAI.InfrasLib">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>Dependency\BAI.InfrasLib.dll</HintPath>
  67. <Private>False</Private>
  68. </Reference>
  69. <Reference Include="BAI.SystemsLib">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>Dependency\BAI.SystemsLib.dll</HintPath>
  72. <Private>False</Private>
  73. </Reference>
  74. <Reference Include="CommunityToolkit.HighPerformance, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\ThirdParty\dlls\CommunityToolkit.HighPerformance.dll</HintPath>
  77. </Reference>
  78. <Reference Include="log4net">
  79. <HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\ThirdParty\dlls\Microsoft.Bcl.HashCode.dll</HintPath>
  84. </Reference>
  85. <Reference Include="SecsGem.Core, Version=1.0.0.7, Culture=neutral, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\ThirdParty\dlls\SecsGem.Core.dll</HintPath>
  88. </Reference>
  89. <Reference Include="SecsGem.Core.Application, Version=1.0.0.7, Culture=neutral, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\ThirdParty\dlls\SecsGem.Core.Application.dll</HintPath>
  92. </Reference>
  93. <Reference Include="SecsGem.Hsms.Core, Version=1.0.0.7, Culture=neutral, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\ThirdParty\dlls\SecsGem.Hsms.Core.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System" />
  98. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>..\ThirdParty\dlls\System.Buffers.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Configuration" />
  103. <Reference Include="System.Data" />
  104. <Reference Include="System.IO.Pipelines, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  105. <SpecificVersion>False</SpecificVersion>
  106. <HintPath>..\ThirdParty\dlls\System.IO.Pipelines.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  109. <SpecificVersion>False</SpecificVersion>
  110. <HintPath>..\ThirdParty\dlls\System.Memory.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.Numerics" />
  113. <Reference Include="System.Numerics.Vectors">
  114. <HintPath>..\ThirdParty\dlls\System.Numerics.Vectors.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  117. <SpecificVersion>False</SpecificVersion>
  118. <HintPath>..\ThirdParty\dlls\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.Runtime.Serialization" />
  121. <Reference Include="System.ServiceModel" />
  122. <Reference Include="System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  123. <SpecificVersion>False</SpecificVersion>
  124. <HintPath>..\ThirdParty\dlls\System.Threading.Channels.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  127. <SpecificVersion>False</SpecificVersion>
  128. <HintPath>..\ThirdParty\dlls\System.Threading.Tasks.Extensions.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Web.Extensions" />
  131. <Reference Include="System.Xml" />
  132. <Reference Include="Microsoft.CSharp" />
  133. <Reference Include="System.Core" />
  134. <Reference Include="System.Xml.Linq" />
  135. <Reference Include="System.Data.DataSetExtensions" />
  136. <Reference Include="System.Net.Http" />
  137. <Reference Include="System.Xaml">
  138. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  139. </Reference>
  140. <Reference Include="WindowsBase" />
  141. <Reference Include="PresentationCore" />
  142. <Reference Include="PresentationFramework" />
  143. <Reference Include="WPFToolkit">
  144. <HintPath>..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  145. </Reference>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Compile Include="Backends\FSM.xaml.cs">
  149. <DependentUpon>FSM.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="Backends\IOMonitorView.xaml.cs">
  152. <DependentUpon>IOMonitorView.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="Devices\AdTecRF.cs" />
  155. <Compile Include="Devices\CometRF.cs" />
  156. <Compile Include="Devices\DataDefine.cs" />
  157. <Compile Include="Devices\EdwardsPump.cs" />
  158. <Compile Include="Devices\EFEM\BrooksEFEMProxy.cs" />
  159. <Compile Include="Devices\EFEM\BrooksEFEMSim.cs" />
  160. <Compile Include="Devices\EFEM\Efem.cs" />
  161. <Compile Include="Devices\EFEM\EfemAction.cs" />
  162. <Compile Include="Devices\EFEM\EfemBase.cs" />
  163. <Compile Include="Devices\EFEM\EfemDevice.cs" />
  164. <Compile Include="Devices\EFEM\EfemInterface.cs" />
  165. <Compile Include="Devices\EFEM\EfemMessage.cs" />
  166. <Compile Include="Devices\EFEM\Loadport.cs" />
  167. <Compile Include="Devices\EPDs\EPDDevice.cs" />
  168. <Compile Include="Devices\EPDs\EPInterface\Datas\DataItemDefine.cs" />
  169. <Compile Include="Devices\EPDs\EPInterface\Datas\EPDConfig.cs" />
  170. <Compile Include="Devices\EPDs\EPInterface\Interface\EPDClient.cs" />
  171. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallback.cs" />
  172. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallbackService.cs" />
  173. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDService.cs" />
  174. <Compile Include="Devices\IODevices\IoMessage.cs" />
  175. <Compile Include="Devices\IODevices\FinsPlc.cs" />
  176. <Compile Include="Devices\IODevices\IoBoostPump.cs" />
  177. <Compile Include="Devices\IODevices\IoCylinder.cs" />
  178. <Compile Include="Devices\IODevices\IoGasStick.cs" />
  179. <Compile Include="Devices\IODevices\IoHeartbeat.cs" />
  180. <Compile Include="Devices\IODevices\IoHeater.cs" />
  181. <Compile Include="Devices\IODevices\IoLid.cs" />
  182. <Compile Include="Devices\IODevices\IoMatch.cs" />
  183. <Compile Include="Devices\IODevices\IoMfc.cs" />
  184. <Compile Include="Devices\IODevices\IoMfc1.cs" />
  185. <Compile Include="Devices\IODevices\IoPressureControl.cs" />
  186. <Compile Include="Devices\IODevices\IoPressureMeter.cs" />
  187. <Compile Include="Devices\IODevices\IoPump.cs" />
  188. <Compile Include="Devices\IODevices\IoRf.cs" />
  189. <Compile Include="Devices\IODevices\IoTriStateLift.cs" />
  190. <Compile Include="Devices\IODevices\IoTemperatureControl.cs" />
  191. <Compile Include="Devices\IODevices\IoThrottleValve.cs" />
  192. <Compile Include="Devices\IODevices\IoTriStateLift2.cs" />
  193. <Compile Include="Devices\IODevices\IoTriStateLift4.cs" />
  194. <Compile Include="Devices\JetPM.cs" />
  195. <Compile Include="Devices\PlasmaController.cs" />
  196. <Compile Include="Devices\RevtechMatch.cs" />
  197. <Compile Include="Devices\SkyPump.cs" />
  198. <Compile Include="Devices\SMCChiller.cs" />
  199. <Compile Include="Devices\VirgoSignalTower.cs" />
  200. <Compile Include="Devices\DeviceManager.cs" />
  201. <Compile Include="FAs\VIDMap.cs" />
  202. <Compile Include="Instances\SecsGemEquipment.cs" />
  203. <Compile Include="Modules\AutoTransferClean.cs" />
  204. <Compile Include="Modules\AutoTransfer.cs" />
  205. <Compile Include="Modules\AutoTransfer_FA.cs" />
  206. <Compile Include="Modules\AutoTransfer_T.cs" />
  207. <Compile Include="Modules\EFEMs\EfemEntity.cs" />
  208. <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" />
  209. <Compile Include="Modules\LPs\LoadPortCloseDoorRoutine.cs" />
  210. <Compile Include="Modules\LPs\LoadPortDockRoutine.cs" />
  211. <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" />
  212. <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" />
  213. <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" />
  214. <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" />
  215. <Compile Include="Modules\LPs\LoadPortModule.cs" />
  216. <Compile Include="Modules\HomeAll.cs" />
  217. <Compile Include="Modules\IMoveManager.cs" />
  218. <Compile Include="Modules\Interlocks\CheckLidClose.cs" />
  219. <Compile Include="Modules\Interlocks\CheckOnline.cs" />
  220. <Compile Include="Modules\Interlocks\OperationCheck.cs" />
  221. <Compile Include="Modules\EntityTaskBase.cs" />
  222. <Compile Include="Modules\LPs\LoadPortGetMapInfoRoutine.cs" />
  223. <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" />
  224. <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" />
  225. <Compile Include="Modules\LPs\LoadPortMapRoutine.cs" />
  226. <Compile Include="Modules\LPs\LoadPortOpenDoorRoutine.cs" />
  227. <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" />
  228. <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" />
  229. <Compile Include="Modules\LPs\LoadPortUndockRoutine.cs" />
  230. <Compile Include="Modules\PMs\Clean.cs" />
  231. <Compile Include="Modules\PMs\CyclePurgeRoutine.cs" />
  232. <Compile Include="Modules\PMs\Fdc.cs" />
  233. <Compile Include="Modules\PMs\GasFlowRoutine.cs" />
  234. <Compile Include="Modules\PMs\PMAllMfcVerificationRoutine.cs" />
  235. <Compile Include="Modules\PMs\PMMfcVerificationRoutine.cs" />
  236. <Compile Include="Modules\PMs\PMPostTransferRoutine.cs" />
  237. <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" />
  238. <Compile Include="Modules\PMs\PMHomeRoutine.cs" />
  239. <Compile Include="Modules\PMs\PMPrepareTransferRoutine.cs" />
  240. <Compile Include="Modules\PMs\PMEntity.cs" />
  241. <Compile Include="Modules\ManualTransfer.cs" />
  242. <Compile Include="Modules\PMs\PMRoutineBase.cs" />
  243. <Compile Include="Modules\PMs\PostProcess.cs" />
  244. <Compile Include="Modules\PMs\PreProcess.cs" />
  245. <Compile Include="Modules\PMs\Process.cs" />
  246. <Compile Include="Modules\PMs\Process_FA.cs" />
  247. <Compile Include="Modules\PMs\PumpDownRoutine.cs" />
  248. <Compile Include="Modules\PMs\Recipe.cs" />
  249. <Compile Include="Modules\PMs\RecipeDBCallback.cs" />
  250. <Compile Include="Modules\PMs\RfPowerRoutine.cs" />
  251. <Compile Include="Modules\PMs\StartPumpRoutine.cs" />
  252. <Compile Include="Modules\PMs\TemperatureControlRoutine.cs" />
  253. <Compile Include="Modules\PMs\VentRountine.cs" />
  254. <Compile Include="Modules\PMs\VirgoRecipeFileContext.cs" />
  255. <Compile Include="Modules\PMs\VirgoSequenceFileContext.cs" />
  256. <Compile Include="Modules\ReturnAllWafer.cs" />
  257. <Compile Include="Modules\RouteManager.cs" />
  258. <Compile Include="Modules\Schedulers\ISchedulerDBCallback.cs" />
  259. <Compile Include="Modules\Schedulers\SchedulerAligner.cs" />
  260. <Compile Include="Modules\Schedulers\SchedulerBuffer.cs" />
  261. <Compile Include="Modules\Schedulers\SchedulerDBCallback.cs" />
  262. <Compile Include="Modules\Schedulers\SchedulerEfemRobot.cs" />
  263. <Compile Include="Modules\Schedulers\SchedulerFlipper.cs" />
  264. <Compile Include="Modules\Schedulers\SchedulerLoadPort.cs" />
  265. <Compile Include="Modules\Schedulers\SchedulerModule.cs" />
  266. <Compile Include="Modules\Schedulers\SchedulerPM.cs" />
  267. <Compile Include="Modules\Schedulers\Tasks.cs" />
  268. <Compile Include="Modules\Schedulers\TransferModule.cs" />
  269. <Compile Include="Properties\Annotations.cs" />
  270. <ApplicationDefinition Include="Instances\App.xaml">
  271. <Generator>MSBuild:Compile</Generator>
  272. <SubType>Designer</SubType>
  273. </ApplicationDefinition>
  274. <Compile Include="Instances\App.xaml.cs">
  275. <DependentUpon>App.xaml</DependentUpon>
  276. </Compile>
  277. <Compile Include="Instances\RtInstance.cs" />
  278. <Compile Include="Instances\ToolLoader.cs" />
  279. </ItemGroup>
  280. <ItemGroup>
  281. <Compile Include="Properties\AssemblyInfo.cs">
  282. <SubType>Code</SubType>
  283. </Compile>
  284. <Compile Include="Properties\Resources.Designer.cs">
  285. <AutoGen>True</AutoGen>
  286. <DesignTime>True</DesignTime>
  287. <DependentUpon>Resources.resx</DependentUpon>
  288. </Compile>
  289. <Compile Include="Properties\Settings.Designer.cs">
  290. <AutoGen>True</AutoGen>
  291. <DependentUpon>Settings.settings</DependentUpon>
  292. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  293. </Compile>
  294. <EmbeddedResource Include="Properties\Resources.resx">
  295. <Generator>ResXFileCodeGenerator</Generator>
  296. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  297. </EmbeddedResource>
  298. <None Include="BAI.ClientInitLib.dll.config">
  299. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  300. </None>
  301. <None Include="Config\DeviceModel.xsd">
  302. <SubType>Designer</SubType>
  303. </None>
  304. <None Include="Config\DeviceModel_R.xsd">
  305. <SubType>Designer</SubType>
  306. </None>
  307. <None Include="Config\System.sccfg">
  308. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  309. <SubType>Designer</SubType>
  310. </None>
  311. <None Include="Properties\Settings.settings">
  312. <Generator>SettingsSingleFileGenerator</Generator>
  313. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  314. </None>
  315. </ItemGroup>
  316. <ItemGroup>
  317. <None Include="App.config">
  318. <SubType>Designer</SubType>
  319. </None>
  320. </ItemGroup>
  321. <ItemGroup>
  322. <None Include="Config\DBModel.sql">
  323. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  324. </None>
  325. <Resource Include="Resources\default_rt.ico" />
  326. <None Include="Config\EventDefine.xml">
  327. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  328. </None>
  329. <None Include="Config\IoProviderConfig.xml">
  330. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  331. <SubType>Designer</SubType>
  332. </None>
  333. <None Include="Config\SignalTower.xml">
  334. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  335. </None>
  336. </ItemGroup>
  337. <ItemGroup>
  338. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  339. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  340. <Name>RTModuleLibrary</Name>
  341. </ProjectReference>
  342. <ProjectReference Include="..\VirgoCommon\VirgoCommon.csproj">
  343. <Project>{e7966f9d-09af-42f5-9bfe-f5c070b1b565}</Project>
  344. <Name>VirgoCommon</Name>
  345. </ProjectReference>
  346. <ProjectReference Include="..\Framework\Common\Common.csproj">
  347. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  348. <Name>Common</Name>
  349. </ProjectReference>
  350. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  351. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  352. <Name>RTCore</Name>
  353. </ProjectReference>
  354. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  355. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  356. <Name>RTEquipmentLibrary</Name>
  357. </ProjectReference>
  358. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  359. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  360. <Name>UICore</Name>
  361. </ProjectReference>
  362. </ItemGroup>
  363. <ItemGroup>
  364. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  365. <Visible>False</Visible>
  366. <ProductName>.NET Framework 3.5 SP1</ProductName>
  367. <Install>false</Install>
  368. </BootstrapperPackage>
  369. </ItemGroup>
  370. <ItemGroup>
  371. <Resource Include="ReleaseNotes.txt" />
  372. </ItemGroup>
  373. <ItemGroup>
  374. <None Include="Config\SequenceFormat.xml">
  375. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  376. <SubType>Designer</SubType>
  377. </None>
  378. </ItemGroup>
  379. <ItemGroup>
  380. <Page Include="Backends\FSM.xaml">
  381. <SubType>Designer</SubType>
  382. <Generator>MSBuild:Compile</Generator>
  383. </Page>
  384. <Page Include="Backends\IOMonitorView.xaml">
  385. <SubType>Designer</SubType>
  386. <Generator>MSBuild:Compile</Generator>
  387. </Page>
  388. </ItemGroup>
  389. <ItemGroup>
  390. <None Include="Config\ClusterGemModel.xml">
  391. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  392. </None>
  393. </ItemGroup>
  394. <ItemGroup>
  395. <None Include="Config\_ioDefineVirgo.xml">
  396. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  397. <SubType>Designer</SubType>
  398. </None>
  399. </ItemGroup>
  400. <ItemGroup>
  401. <None Include="Config\IoProviderConfig_R.xml">
  402. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  403. </None>
  404. <Content Include="Config\EquipmentVariables.xml">
  405. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  406. </Content>
  407. <Content Include="Config\Interlock.Virgo_R.xml">
  408. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  409. </Content>
  410. <Content Include="Config\DeviceModelVirgo_R.xml">
  411. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  412. </Content>
  413. <Content Include="Config\Interlock.Virgo.xml">
  414. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  415. <SubType>Designer</SubType>
  416. </Content>
  417. <None Include="Config\_ioDefineVirgo_R.xml">
  418. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  419. </None>
  420. <None Include="Config\DataGroup.xml">
  421. <SubType>Designer</SubType>
  422. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  423. </None>
  424. </ItemGroup>
  425. <ItemGroup>
  426. <None Include="Config\Account\Account.xml">
  427. <SubType>Designer</SubType>
  428. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  429. </None>
  430. <Content Include="Config\DeviceModelVirgo.xml">
  431. <SubType>Designer</SubType>
  432. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  433. </Content>
  434. <None Include="Config\RecipeFormat.xml">
  435. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  436. <SubType>Designer</SubType>
  437. </None>
  438. </ItemGroup>
  439. <ItemGroup>
  440. <Folder Include="Config\Recipe\" />
  441. </ItemGroup>
  442. <ItemGroup>
  443. <WCFMetadata Include="Connected Services\" />
  444. </ItemGroup>
  445. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  446. <PropertyGroup>
  447. <PostBuildEvent>REM 输出到安装目录,供安装打包使用
  448. if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT" /s /q
  449. md "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\"
  450. echo 复制文件到安装目录,"$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\"
  451. xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\" /q
  452. REM 配置文件Copy
  453. del "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\*.pdb"
  454. if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Logs" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Logs" /s /q
  455. if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Recipes" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Recipes" /s /q</PostBuildEvent>
  456. </PropertyGroup>
  457. </Project>