VirgoRT.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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.5.2</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. <ItemGroup>
  57. <Reference Include="FabConnect">
  58. <HintPath>..\ThirdParty\dlls\FabConnect.dll</HintPath>
  59. </Reference>
  60. <Reference Include="log4net">
  61. <HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Configuration" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Runtime.Serialization" />
  67. <Reference Include="System.ServiceModel" />
  68. <Reference Include="System.Web.Extensions" />
  69. <Reference Include="System.Xml" />
  70. <Reference Include="Microsoft.CSharp" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="System.Net.Http" />
  75. <Reference Include="System.Xaml">
  76. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  77. </Reference>
  78. <Reference Include="WindowsBase" />
  79. <Reference Include="PresentationCore" />
  80. <Reference Include="PresentationFramework" />
  81. <Reference Include="WPFToolkit">
  82. <HintPath>..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  83. </Reference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="Backends\FSM.xaml.cs">
  87. <DependentUpon>FSM.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="Backends\IOMonitorView.xaml.cs">
  90. <DependentUpon>IOMonitorView.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="Devices\AdTecRF.cs" />
  93. <Compile Include="Devices\CometRF.cs" />
  94. <Compile Include="Devices\DataDefine.cs" />
  95. <Compile Include="Devices\EdwardsPump.cs" />
  96. <Compile Include="Devices\EFEM\Efem.cs" />
  97. <Compile Include="Devices\EFEM\EfemAction.cs" />
  98. <Compile Include="Devices\EFEM\EfemBase.cs" />
  99. <Compile Include="Devices\EFEM\EfemDevice.cs" />
  100. <Compile Include="Devices\EFEM\EfemInterface.cs" />
  101. <Compile Include="Devices\EFEM\EfemMessage.cs" />
  102. <Compile Include="Devices\EFEM\Loadport.cs" />
  103. <Compile Include="Devices\EPDs\EPDDevice.cs" />
  104. <Compile Include="Devices\EPDs\EPInterface\Datas\DataItemDefine.cs" />
  105. <Compile Include="Devices\EPDs\EPInterface\Datas\EPDConfig.cs" />
  106. <Compile Include="Devices\EPDs\EPInterface\Interface\EPDClient.cs" />
  107. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallback.cs" />
  108. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallbackService.cs" />
  109. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDService.cs" />
  110. <Compile Include="Devices\IODevices\IoMessage.cs" />
  111. <Compile Include="Devices\IODevices\FinsPlc.cs" />
  112. <Compile Include="Devices\IODevices\IoBoostPump.cs" />
  113. <Compile Include="Devices\IODevices\IoCylinder.cs" />
  114. <Compile Include="Devices\IODevices\IoGasStick.cs" />
  115. <Compile Include="Devices\IODevices\IoHeartbeat.cs" />
  116. <Compile Include="Devices\IODevices\IoHeater.cs" />
  117. <Compile Include="Devices\IODevices\IoLid.cs" />
  118. <Compile Include="Devices\IODevices\IoMatch.cs" />
  119. <Compile Include="Devices\IODevices\IoMfc.cs" />
  120. <Compile Include="Devices\IODevices\IoPressureControl.cs" />
  121. <Compile Include="Devices\IODevices\IoPressureMeter.cs" />
  122. <Compile Include="Devices\IODevices\IoPump.cs" />
  123. <Compile Include="Devices\IODevices\IoPumpCtrl.cs" />
  124. <Compile Include="Devices\IODevices\IoRf.cs" />
  125. <Compile Include="Devices\IODevices\IoTemperatureControl.cs" />
  126. <Compile Include="Devices\IODevices\IoThrottleValve.cs" />
  127. <Compile Include="Devices\JetPM.cs" />
  128. <Compile Include="Devices\KashiyamaPump.cs" />
  129. <Compile Include="Devices\PlasmaController.cs" />
  130. <Compile Include="Devices\SkyPump.cs" />
  131. <Compile Include="Devices\SMCChiller.cs" />
  132. <Compile Include="Devices\VirgoSignalTower.cs" />
  133. <Compile Include="FAs\FaEventItem.cs" />
  134. <Compile Include="FAs\FaHost.cs" />
  135. <Compile Include="FAs\FALogFileCleaner.cs" />
  136. <Compile Include="FAs\FaManager.cs" />
  137. <Compile Include="FAs\IFaHost.cs" />
  138. <Compile Include="FAs\IHostCallback.cs" />
  139. <Compile Include="FAs\VIDMap.cs" />
  140. <Compile Include="Devices\DeviceManager.cs" />
  141. <Compile Include="Modules\AutoTransferClean.cs" />
  142. <Compile Include="Modules\AutoTransfer.cs" />
  143. <Compile Include="Modules\AutoTransfer_FA.cs" />
  144. <Compile Include="Modules\EFEMs\EfemEntity.cs" />
  145. <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" />
  146. <Compile Include="Modules\LPs\LoadPortCloseDoorRoutine.cs" />
  147. <Compile Include="Modules\LPs\LoadPortDockRoutine.cs" />
  148. <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" />
  149. <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" />
  150. <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" />
  151. <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" />
  152. <Compile Include="Modules\LPs\LoadPortModule.cs" />
  153. <Compile Include="Modules\HomeAll.cs" />
  154. <Compile Include="Modules\IMoveManager.cs" />
  155. <Compile Include="Modules\Interlocks\CheckLidClose.cs" />
  156. <Compile Include="Modules\Interlocks\CheckOnline.cs" />
  157. <Compile Include="Modules\Interlocks\OperationCheck.cs" />
  158. <Compile Include="Modules\EntityTaskBase.cs" />
  159. <Compile Include="Modules\LPs\LoadPortGetMapInfoRoutine.cs" />
  160. <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" />
  161. <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" />
  162. <Compile Include="Modules\LPs\LoadPortMapRoutine.cs" />
  163. <Compile Include="Modules\LPs\LoadPortOpenDoorRoutine.cs" />
  164. <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" />
  165. <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" />
  166. <Compile Include="Modules\LPs\LoadPortUndockRoutine.cs" />
  167. <Compile Include="Modules\PMs\Clean.cs" />
  168. <Compile Include="Modules\PMs\CyclePurgeRoutine.cs" />
  169. <Compile Include="Modules\PMs\Fdc.cs" />
  170. <Compile Include="Modules\PMs\GasFlowRoutine.cs" />
  171. <Compile Include="Modules\PMs\PMAllMfcVerificationRoutine.cs" />
  172. <Compile Include="Modules\PMs\PMMfcVerificationRoutine.cs" />
  173. <Compile Include="Modules\PMs\PMPostTransferRoutine.cs" />
  174. <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" />
  175. <Compile Include="Modules\PMs\PMHomeRoutine.cs" />
  176. <Compile Include="Modules\PMs\PMPrepareTransferRoutine.cs" />
  177. <Compile Include="Modules\PMs\PMEntity.cs" />
  178. <Compile Include="Modules\ManualTransfer.cs" />
  179. <Compile Include="Modules\PMs\PMRoutineBase.cs" />
  180. <Compile Include="Modules\PMs\PostProcess.cs" />
  181. <Compile Include="Modules\PMs\PreProcess.cs" />
  182. <Compile Include="Modules\PMs\Process.cs" />
  183. <Compile Include="Modules\PMs\Process_FA.cs" />
  184. <Compile Include="Modules\PMs\PumpDownRoutine.cs" />
  185. <Compile Include="Modules\PMs\Recipe.cs" />
  186. <Compile Include="Modules\PMs\RecipeDBCallback.cs" />
  187. <Compile Include="Modules\PMs\RfPowerRoutine.cs" />
  188. <Compile Include="Modules\PMs\StartPumpRoutine.cs" />
  189. <Compile Include="Modules\PMs\TemperatureControlRoutine.cs" />
  190. <Compile Include="Modules\PMs\VentRountine.cs" />
  191. <Compile Include="Modules\PMs\VirgoRecipeFileContext.cs" />
  192. <Compile Include="Modules\PMs\VirgoSequenceFileContext.cs" />
  193. <Compile Include="Modules\ReturnAllWafer.cs" />
  194. <Compile Include="Modules\RouteManager.cs" />
  195. <Compile Include="Modules\Schedulers\ISchedulerDBCallback.cs" />
  196. <Compile Include="Modules\Schedulers\SchedulerAligner.cs" />
  197. <Compile Include="Modules\Schedulers\SchedulerDBCallback.cs" />
  198. <Compile Include="Modules\Schedulers\SchedulerEfemRobot.cs" />
  199. <Compile Include="Modules\Schedulers\SchedulerLoadPort.cs" />
  200. <Compile Include="Modules\Schedulers\SchedulerModule.cs" />
  201. <Compile Include="Modules\Schedulers\SchedulerPM.cs" />
  202. <Compile Include="Modules\Schedulers\Tasks.cs" />
  203. <Compile Include="Modules\Schedulers\TransferModule.cs" />
  204. <Compile Include="Properties\Annotations.cs" />
  205. <ApplicationDefinition Include="Instances\App.xaml">
  206. <Generator>MSBuild:Compile</Generator>
  207. <SubType>Designer</SubType>
  208. </ApplicationDefinition>
  209. <Compile Include="Instances\App.xaml.cs">
  210. <DependentUpon>App.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Instances\RtInstance.cs" />
  213. <Compile Include="Instances\ToolLoader.cs" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <Compile Include="Properties\AssemblyInfo.cs">
  217. <SubType>Code</SubType>
  218. </Compile>
  219. <Compile Include="Properties\Resources.Designer.cs">
  220. <AutoGen>True</AutoGen>
  221. <DesignTime>True</DesignTime>
  222. <DependentUpon>Resources.resx</DependentUpon>
  223. </Compile>
  224. <Compile Include="Properties\Settings.Designer.cs">
  225. <AutoGen>True</AutoGen>
  226. <DependentUpon>Settings.settings</DependentUpon>
  227. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  228. </Compile>
  229. <EmbeddedResource Include="Properties\Resources.resx">
  230. <Generator>ResXFileCodeGenerator</Generator>
  231. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  232. </EmbeddedResource>
  233. <None Include="Config\DeviceModel.xsd">
  234. <SubType>Designer</SubType>
  235. </None>
  236. <None Include="Config\System.sccfg">
  237. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  238. <SubType>Designer</SubType>
  239. </None>
  240. <None Include="Properties\Settings.settings">
  241. <Generator>SettingsSingleFileGenerator</Generator>
  242. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  243. </None>
  244. </ItemGroup>
  245. <ItemGroup>
  246. <None Include="App.config">
  247. <SubType>Designer</SubType>
  248. </None>
  249. </ItemGroup>
  250. <ItemGroup>
  251. <None Include="Config\DBModel.sql">
  252. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  253. </None>
  254. <Resource Include="Resources\default_rt.ico" />
  255. <None Include="Config\EventDefine.xml">
  256. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  257. </None>
  258. <None Include="Config\IoProviderConfig.xml">
  259. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  260. <SubType>Designer</SubType>
  261. </None>
  262. <None Include="Config\SignalTower.xml">
  263. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  264. </None>
  265. </ItemGroup>
  266. <ItemGroup>
  267. <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj">
  268. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  269. <Name>RTModuleLibrary</Name>
  270. </ProjectReference>
  271. <ProjectReference Include="..\VirgoCommon\VirgoCommon.csproj">
  272. <Project>{e7966f9d-09af-42f5-9bfe-f5c070b1b565}</Project>
  273. <Name>VirgoCommon</Name>
  274. </ProjectReference>
  275. <ProjectReference Include="..\Framework\Common\Common.csproj">
  276. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  277. <Name>Common</Name>
  278. </ProjectReference>
  279. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  280. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  281. <Name>RTCore</Name>
  282. </ProjectReference>
  283. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  284. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  285. <Name>RTEquipmentLibrary</Name>
  286. </ProjectReference>
  287. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  288. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  289. <Name>UICore</Name>
  290. </ProjectReference>
  291. </ItemGroup>
  292. <ItemGroup>
  293. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  294. <Visible>False</Visible>
  295. <ProductName>.NET Framework 3.5 SP1</ProductName>
  296. <Install>false</Install>
  297. </BootstrapperPackage>
  298. </ItemGroup>
  299. <ItemGroup>
  300. <Resource Include="ReleaseNotes.txt" />
  301. </ItemGroup>
  302. <ItemGroup>
  303. <None Include="Config\SequenceFormat.xml">
  304. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  305. <SubType>Designer</SubType>
  306. </None>
  307. </ItemGroup>
  308. <ItemGroup>
  309. <Page Include="Backends\FSM.xaml">
  310. <SubType>Designer</SubType>
  311. <Generator>MSBuild:Compile</Generator>
  312. </Page>
  313. <Page Include="Backends\IOMonitorView.xaml">
  314. <SubType>Designer</SubType>
  315. <Generator>MSBuild:Compile</Generator>
  316. </Page>
  317. </ItemGroup>
  318. <ItemGroup>
  319. <None Include="Config\ClusterGemModel.xml">
  320. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  321. </None>
  322. </ItemGroup>
  323. <ItemGroup>
  324. <None Include="Config\_ioDefineVirgo.xml">
  325. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  326. <SubType>Designer</SubType>
  327. </None>
  328. </ItemGroup>
  329. <ItemGroup>
  330. <Content Include="Config\Interlock.Virgo.xml">
  331. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  332. <SubType>Designer</SubType>
  333. </Content>
  334. <None Include="Config\DataGroup.xml">
  335. <SubType>Designer</SubType>
  336. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  337. </None>
  338. </ItemGroup>
  339. <ItemGroup>
  340. <None Include="Config\Account\Account.xml">
  341. <SubType>Designer</SubType>
  342. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  343. </None>
  344. <Content Include="Config\DeviceModelVirgo.xml">
  345. <SubType>Designer</SubType>
  346. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  347. </Content>
  348. <None Include="Config\RecipeFormat.xml">
  349. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  350. <SubType>Designer</SubType>
  351. </None>
  352. </ItemGroup>
  353. <ItemGroup>
  354. <Folder Include="Config\Recipe\" />
  355. </ItemGroup>
  356. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  357. <PropertyGroup>
  358. <PostBuildEvent>REM 输出到安装目录,供安装打包使用
  359. if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT" /s /q
  360. md "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\"
  361. echo 复制文件到安装目录,"$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\"
  362. xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\" /q
  363. REM 配置文件Copy
  364. del "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\*.pdb"
  365. if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Logs" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Logs" /s /q
  366. if exist "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Recipes" rd "$(ProjectDir)..\VirgoSetup\Packages\VirgoRT\Recipes" /s /q</PostBuildEvent>
  367. </PropertyGroup>
  368. </Project>