Sic02-new/Modules/Mainframe/Mainframe.csproj

159 lines
7.0 KiB
XML
Raw Permalink Normal View History

2023-07-25 14:28:00 +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>
<LangVersion>latest</LangVersion>
2023-07-25 14:28:00 +08:00
</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>
<LangVersion>latest</LangVersion>
2023-07-25 14:28:00 +08:00
</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="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="Devices\AkOpticsViper.cs" />
<Compile Include="Devices\AkOpticsViperGuide.cs" />
<Compile Include="Devices\IoInterLock.cs" />
<Compile Include="Devices\IoPump.cs" />
<Compile Include="Devices\SicAds.cs" />
<Compile Include="Devices\SiemensIoProvider.cs" />
<Compile Include="Devices\TcAds.cs" />
<Compile Include="LLs\LoadLockBaseRoutine.cs" />
<Compile Include="LLs\LoadLockCoolingRoutine.cs" />
<Compile Include="LLs\LoadLockDoorRoutine.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\LoadLockServoTo.cs" />
<Compile Include="LLs\LoadLockVentRoutine.cs" />
<Compile Include="LLs\LoadLockVentToRoutine.cs" />
<Compile Include="LLs\LoadLockVerifyAtmDoorRoutine.cs" />
<Compile Include="LLs\SicLoadLock.cs" />
<Compile Include="PreHeats\PreHeatWarmUpRoutine.cs" />
<Compile Include="PreHeats\PreHeatHomeRoutine.cs" />
<Compile Include="PreHeats\PreHeatModule.cs" />
<Compile Include="PreHeats\PreHeatModuleBase.cs" />
<Compile Include="PreHeats\SicPreHeat.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TMs\TMServoToLLRoutine.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\TMPumpWithTurboRoutine.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" />
</ItemGroup>
<ItemGroup>
<None Include="Config\DeviceModelSystem.xml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Config\interlock.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>
<Content Include="Config\UnitAlarmDefine\TMUnitAlarmDefine.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>