Sic03/Modules/Mainframe/Mainframe.csproj

189 lines
8.7 KiB
XML
Raw Normal View History

2022-07-26 09:41:07 +08:00
<?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>{424E9610-FA50-49CD-B5BE-BAF256DBF327}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Mainframe</RootNamespace>
<AssemblyName>Mainframe</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</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="DePacker">
<HintPath>..\..\ThirdParty\dlls\DePacker.dll</HintPath>
</Reference>
<Reference Include="Global">
<HintPath>..\..\ThirdParty\dlls\Global.dll</HintPath>
</Reference>
<Reference Include="InfoHelp">
<HintPath>..\..\ThirdParty\dlls\InfoHelp.dll</HintPath>
</Reference>
<Reference Include="MECF.Framework.Common">
<HintPath>..\..\FrameworkLocal\MECF.Framework.Common.dll</HintPath>
</Reference>
<Reference Include="SessionLayer">
<HintPath>..\..\ThirdParty\dlls\SessionLayer.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
<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" />
<Reference Include="Tools">
<HintPath>..\..\ThirdParty\dlls\Tools.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Aligners\AlignerAlignRoutine.cs" />
<Compile Include="Aligners\AlignerBaseRoutine.cs" />
<Compile Include="Aligners\AlignerHomeRoutine.cs" />
<Compile Include="Aligners\AlignerModule.cs" />
<Compile Include="Aligners\AlignerModuleBase.cs" />
<Compile Include="Aligners\SicAligner.cs" />
<Compile Include="Buffers\BufferModule.cs" />
<Compile Include="Buffers\BufferModuleBase.cs" />
<Compile Include="Buffers\BufferCoolingRoutine.cs" />
<Compile Include="Buffers\BufferHomeRoutine.cs" />
<Compile Include="Buffers\SicBuffer.cs" />
<Compile Include="Cassettes\CassetteModule.cs" />
<Compile Include="Cassettes\CassetteModuleBase.cs" />
<Compile Include="Cassettes\SicCassette.cs" />
<Compile Include="Devices\AkOpticsViper.cs" />
<Compile Include="Devices\AkOpticsViperGuide.cs" />
<Compile Include="Devices\IoInterLock.cs" />
<Compile Include="Devices\IoLoadRotation.cs" />
<Compile Include="Devices\IoPump.cs" />
<Compile Include="Devices\SicAds.cs" />
<Compile Include="Devices\SiemensIoProvider.cs" />
<Compile Include="Devices\TcAds.cs" />
<Compile Include="EFEMs\EfemBaseRoutine.cs" />
<Compile Include="EFEMs\EFEMModule.cs" />
<Compile Include="EFEMs\EFEMModuleBase.cs" />
<Compile Include="EFEMs\EfemSlitValveRoutine.cs" />
<Compile Include="EFEMs\EFEMHomeRoutine.cs" />
<Compile Include="EFEMs\SicEFEM.cs" />
<Compile Include="EFEMs\SicEfemRobot.cs" />
<Compile Include="EFEMs\TrayRobortPickRoutine.cs" />
<Compile Include="EFEMs\TrayRobortPlaceRoutine.cs" />
<Compile Include="EFEMs\TrayRobotMapRoutine.cs" />
<Compile Include="EFEMs\WaferRobortPlaceRoutine.cs" />
<Compile Include="EFEMs\WaferRobotMapRoutine.cs" />
<Compile Include="EFEMs\WaferRobotPickRoutine.cs" />
<Compile Include="LLs\LoadHomeRoutine.cs" />
<Compile Include="LLs\LoadLockBaseRoutine.cs" />
<Compile Include="LLs\LoadLockClawRoutine.cs" />
<Compile Include="LLs\LoadLockGroupRoutine.cs" />
<Compile Include="LLs\LoadLockLeakCheckRoutine.cs" />
<Compile Include="LLs\LoadLockLiftRoutine.cs" />
<Compile Include="LLs\LoadLockModule.cs" />
<Compile Include="LLs\LoadLockModuleBase.cs" />
<Compile Include="LLs\LoadLockPrepareTransferRoutine.cs" />
<Compile Include="LLs\LoadLockPumpRoutine.cs" />
<Compile Include="LLs\LoadLockPurgeRoutine.cs" />
<Compile Include="LLs\LoadLockServoToRoutine.cs" />
<Compile Include="LLs\LoadLockTrayAlignerRoutine.cs" />
<Compile Include="LLs\LoadLockTrayClawRoutine.cs" />
<Compile Include="LLs\LoadLockVentRoutine.cs" />
<Compile Include="LLs\LoadRotationHomeOffsetRoutine.cs" />
<Compile Include="LLs\SicLoadLock.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TMs\TMHomeRoutine.cs" />
<Compile Include="TMs\TMServoRoutine.cs" />
<Compile Include="TMs\SicTM.cs" />
<Compile Include="TMs\SicTMRobot.cs" />
<Compile Include="TMs\TMBaseRoutine.cs" />
<Compile Include="TMs\TMLeakcheckRoutine.cs" />
<Compile Include="TMs\TMModule.cs" />
<Compile Include="TMs\TMModuleBase.cs" />
<Compile Include="TMs\TMPressureBalancePidRoutine.cs" />
<Compile Include="TMs\TMPressureBalanceRoutine.cs" />
<Compile Include="TMs\TMPumpRoutine.cs" />
<Compile Include="TMs\TMPurgeRoutine.cs" />
<Compile Include="TMs\TMRobotExtendRoutine.cs" />
<Compile Include="TMs\TMRobotGoToRoutine.cs" />
<Compile Include="TMs\TMRobotHomeRoutine.cs" />
<Compile Include="TMs\TMRobotPickAndPlaceRoutine.cs" />
<Compile Include="TMs\TMRobotPickRoutine.cs" />
<Compile Include="TMs\TMRobotPlaceRoutine.cs" />
<Compile Include="TMs\TMRobotRetractRoutine.cs" />
<Compile Include="TMs\TMSlitValveRoutine.cs" />
<Compile Include="TMs\TMVentRoutine.cs" />
<Compile Include="TMs\TMVerifySlitValveRoutine.cs" />
<Compile Include="UnLoads\SicUnLoad.cs" />
<Compile Include="UnLoads\UnLoadBaseRoutine.cs" />
<Compile Include="UnLoads\UnLoadClawRoutine.cs" />
<Compile Include="UnLoads\UnLoadHomeRoutine.cs" />
<Compile Include="UnLoads\UnLoadLeakCheckRoutine.cs" />
<Compile Include="UnLoads\UnLoadLiftRoutine.cs" />
<Compile Include="UnLoads\UnLoadModule.cs" />
<Compile Include="UnLoads\UnLoadModuleBase.cs" />
<Compile Include="UnLoads\UnLoadPrepareTransferRoutine.cs" />
<Compile Include="UnLoads\UnLoadPumpRoutine.cs" />
<Compile Include="UnLoads\UnLoadPurgeRoutine.cs" />
<Compile Include="UnLoads\UnLoadSeparateRoutine.cs" />
<Compile Include="UnLoads\UnLoadServoToRoutine.cs" />
<Compile Include="UnLoads\UnLoadVentRoutine.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Config\DeviceModelSystem.xml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Config\IODefinePlatform.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<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="..\SicPM\SicPM.csproj">
<Project>{DC5FD3DC-4CF4-4484-9EF9-1B878B25A6D5}</Project>
<Name>SicPM</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Config\interlock.xml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Content Include="Config\UnitAlarmDefine\TMUnitAlarmDefine.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>