123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{5F69DB4D-57E1-4C66-BBB1-DEA3AEFCD652}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>JetVirgoPM</RootNamespace>
- <AssemblyName>JetVirgoPM</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Devices\AdTecRF.cs" />
- <Compile Include="Devices\AIRSYSChiller.cs" />
- <Compile Include="Devices\CometRF.cs" />
- <Compile Include="Devices\DataDefine.cs" />
- <Compile Include="Devices\EPDs\EPDDevice.cs" />
- <Compile Include="Devices\EPDs\EPInterface\Datas\DataItemDefine.cs" />
- <Compile Include="Devices\EPDs\EPInterface\Datas\EPDConfig.cs" />
- <Compile Include="Devices\EPDs\EPInterface\Interface\EPDClient.cs" />
- <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallback.cs" />
- <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallbackService.cs" />
- <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDService.cs" />
- <Compile Include="Devices\FinsTcpPlc.cs" />
- <Compile Include="Devices\JetDualPM.cs" />
- <Compile Include="Devices\MicrowareRF.cs" />
- <Compile Include="Devices\PlasmaController.cs" />
- <Compile Include="Devices\PlcAdapter.cs" />
- <Compile Include="Devices\SMCChiller.cs" />
- <Compile Include="Devices\VirgoDevice.cs" />
- <Compile Include="JetVirgoPMDeviceManager.cs" />
- <Compile Include="PMs\PMModule.cs" />
- <Compile Include="PMs\RecipeExecutors\EnumEndByCondition.cs" />
- <Compile Include="PMs\RecipeExecutors\EPDConfig.cs" />
- <Compile Include="PMs\RecipeExecutors\IRecipeExecutor.cs" />
- <Compile Include="PMs\RecipeExecutors\PostProcessRoutine.cs" />
- <Compile Include="PMs\RecipeExecutors\PreProcessRoutine.cs" />
- <Compile Include="PMs\RecipeExecutors\ProcessRoutine.cs" />
- <Compile Include="PMs\RecipeExecutors\Recipe.cs" />
- <Compile Include="PMs\RecipeExecutors\JetVirgoPMRecipeFileContext.cs" />
- <Compile Include="PMs\RecipeExecutors\RecipeHead.cs" />
- <Compile Include="PMs\RecipeExecutors\RecipeRunningInfo.cs" />
- <Compile Include="PMs\RecipeExecutors\RecipeStep.cs" />
- <Compile Include="PMs\Routines\Clean.cs" />
- <Compile Include="PMs\Routines\CyclePurgeRoutine.cs" />
- <Compile Include="PMs\Routines\Fdc.cs" />
- <Compile Include="PMs\Routines\GasFlowRoutine.cs" />
- <Compile Include="PMs\Routines\PMHomeRoutine.cs" />
- <Compile Include="PMs\Routines\PMLeakCheckRoutine.cs" />
- <Compile Include="PMs\Routines\PMMfcVerificationRoutine.cs" />
- <Compile Include="PMs\Routines\PMTransferHandoffRoutine.cs" />
- <Compile Include="PMs\Routines\PMPostTransferRoutine.cs" />
- <Compile Include="PMs\Routines\PMPrepareTransferRoutine.cs" />
- <Compile Include="PMs\Routines\PMRoutineBase.cs" />
- <Compile Include="PMs\Routines\PMATMProcessRoutine.cs" />
- <Compile Include="PMs\Routines\Process_FA.cs" />
- <Compile Include="PMs\Routines\PumpDownRoutine.cs" />
- <Compile Include="PMs\RecipeExecutors\RecipeDBCallback.cs" />
- <Compile Include="PMs\Routines\RfPowerRoutine.cs" />
- <Compile Include="PMs\Routines\StartPumpRoutine.cs" />
- <Compile Include="PMs\Routines\TemperatureControlRoutine.cs" />
- <Compile Include="PMs\Routines\VentRountine.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Config\JetVirgoPM\IoProviderConfig.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="Config\JetVirgoPM\DeviceModelPM.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- <None Include="Config\JetVirgoPM\interlockPM.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <None Include="Config\Recipe\JetVirgoPM\Process\RecipeFormat.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\FrameworkLocal\Common\Common.csproj">
- <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\FrameworkLocal\RTCore\RTCore.csproj">
- <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
- <Name>RTCore</Name>
- </ProjectReference>
- <ProjectReference Include="..\FrameworkLocal\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
- <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
- <Name>RTEquipmentLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..\FrameworkLocal\RTModuleLibrary\RTModuleLibrary.csproj">
- <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
- <Name>RTModuleLibrary</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="Config\JetVirgoPM\_ioDefinePM.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|