JetVirgoPM.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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>{5F69DB4D-57E1-4C66-BBB1-DEA3AEFCD652}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>JetVirgoPM</RootNamespace>
  11. <AssemblyName>JetVirgoPM</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="System.Runtime.Serialization" />
  38. <Reference Include="System.ServiceModel" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Net.Http" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="Devices\AdTecRF.cs" />
  48. <Compile Include="Devices\AIRSYSChiller.cs" />
  49. <Compile Include="Devices\CometRF.cs" />
  50. <Compile Include="Devices\DataDefine.cs" />
  51. <Compile Include="Devices\EPDs\EPDDevice.cs" />
  52. <Compile Include="Devices\EPDs\EPInterface\Datas\DataItemDefine.cs" />
  53. <Compile Include="Devices\EPDs\EPInterface\Datas\EPDConfig.cs" />
  54. <Compile Include="Devices\EPDs\EPInterface\Interface\EPDClient.cs" />
  55. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallback.cs" />
  56. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallbackService.cs" />
  57. <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDService.cs" />
  58. <Compile Include="Devices\FinsTcpPlc.cs" />
  59. <Compile Include="Devices\JetDualPM.cs" />
  60. <Compile Include="Devices\MicrowareRF.cs" />
  61. <Compile Include="Devices\PlasmaController.cs" />
  62. <Compile Include="Devices\PlcAdapter.cs" />
  63. <Compile Include="Devices\SMCChiller.cs" />
  64. <Compile Include="Devices\VirgoDevice.cs" />
  65. <Compile Include="JetVirgoPMDeviceManager.cs" />
  66. <Compile Include="PMs\PMModule.cs" />
  67. <Compile Include="PMs\RecipeExecutors\EnumEndByCondition.cs" />
  68. <Compile Include="PMs\RecipeExecutors\EPDConfig.cs" />
  69. <Compile Include="PMs\RecipeExecutors\IRecipeExecutor.cs" />
  70. <Compile Include="PMs\RecipeExecutors\PostProcessRoutine.cs" />
  71. <Compile Include="PMs\RecipeExecutors\PreProcessRoutine.cs" />
  72. <Compile Include="PMs\RecipeExecutors\ProcessRoutine.cs" />
  73. <Compile Include="PMs\RecipeExecutors\Recipe.cs" />
  74. <Compile Include="PMs\RecipeExecutors\JetVirgoPMRecipeFileContext.cs" />
  75. <Compile Include="PMs\RecipeExecutors\RecipeHead.cs" />
  76. <Compile Include="PMs\RecipeExecutors\RecipeRunningInfo.cs" />
  77. <Compile Include="PMs\RecipeExecutors\RecipeStep.cs" />
  78. <Compile Include="PMs\Routines\Clean.cs" />
  79. <Compile Include="PMs\Routines\CyclePurgeRoutine.cs" />
  80. <Compile Include="PMs\Routines\Fdc.cs" />
  81. <Compile Include="PMs\Routines\GasFlowRoutine.cs" />
  82. <Compile Include="PMs\Routines\PMHomeRoutine.cs" />
  83. <Compile Include="PMs\Routines\PMLeakCheckRoutine.cs" />
  84. <Compile Include="PMs\Routines\PMMfcVerificationRoutine.cs" />
  85. <Compile Include="PMs\Routines\PMTransferHandoffRoutine.cs" />
  86. <Compile Include="PMs\Routines\PMPostTransferRoutine.cs" />
  87. <Compile Include="PMs\Routines\PMPrepareTransferRoutine.cs" />
  88. <Compile Include="PMs\Routines\PMRoutineBase.cs" />
  89. <Compile Include="PMs\Routines\PMATMProcessRoutine.cs" />
  90. <Compile Include="PMs\Routines\Process_FA.cs" />
  91. <Compile Include="PMs\Routines\PumpDownRoutine.cs" />
  92. <Compile Include="PMs\RecipeExecutors\RecipeDBCallback.cs" />
  93. <Compile Include="PMs\Routines\RfPowerRoutine.cs" />
  94. <Compile Include="PMs\Routines\StartPumpRoutine.cs" />
  95. <Compile Include="PMs\Routines\TemperatureControlRoutine.cs" />
  96. <Compile Include="PMs\Routines\VentRountine.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="Config\JetVirgoPM\IoProviderConfig.xml">
  101. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  102. </None>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <None Include="Config\JetVirgoPM\DeviceModelPM.xml">
  106. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  107. <SubType>Designer</SubType>
  108. </None>
  109. <None Include="Config\JetVirgoPM\interlockPM.xml">
  110. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  111. </None>
  112. </ItemGroup>
  113. <ItemGroup />
  114. <ItemGroup>
  115. <None Include="Config\Recipe\JetVirgoPM\Process\RecipeFormat.xml">
  116. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  117. <SubType>Designer</SubType>
  118. </None>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <ProjectReference Include="..\FrameworkLocal\Common\Common.csproj">
  122. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  123. <Name>Common</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\FrameworkLocal\RTCore\RTCore.csproj">
  126. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  127. <Name>RTCore</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\FrameworkLocal\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  130. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  131. <Name>RTEquipmentLibrary</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\FrameworkLocal\RTModuleLibrary\RTModuleLibrary.csproj">
  134. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  135. <Name>RTModuleLibrary</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <None Include="Config\JetVirgoPM\_ioDefinePM.xml">
  140. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  141. <SubType>Designer</SubType>
  142. </None>
  143. </ItemGroup>
  144. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  145. </Project>