12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?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>{8D95D64C-6201-4A0E-AAD3-CB3B2A10A783}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EfemDualSchedulerLib</RootNamespace>
- <AssemblyName>EfemDualSchedulerLib</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.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="AutoTransfer.cs" />
- <Compile Include="AutoTransferClean.cs" />
- <Compile Include="HomeAll.cs" />
- <Compile Include="ManualTransfer.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SequenceInfoHelper.cs" />
- <Compile Include="TMCycle.cs" />
- <Compile Include="ReturnAllWafer.cs" />
- <Compile Include="Schedulers\ISchedulerDBCallback.cs" />
- <Compile Include="Schedulers\ISchedulerFACallback.cs" />
- <Compile Include="Schedulers\SchedulerBuffer.cs" />
- <Compile Include="Schedulers\SchedulerDBCallback.cs" />
- <Compile Include="Schedulers\SchedulerEFEM.cs" />
- <Compile Include="Schedulers\SchedulerLoadLock.cs" />
- <Compile Include="Schedulers\SchedulerAligner.cs" />
- <Compile Include="Schedulers\SchedulerTM.cs" />
- <Compile Include="Schedulers\SchedulerFACallback.cs" />
- <Compile Include="Schedulers\SchedulerLoadPort.cs" />
- <Compile Include="Schedulers\SchedulerModule.cs" />
- <Compile Include="Schedulers\SchedulerModuleFactory.cs" />
- <Compile Include="Schedulers\SchedulerPM.cs" />
- </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>
- <ProjectReference Include="..\..\JetVirgoPM\JetVirgoPM.csproj">
- <Project>{5F69DB4D-57E1-4C66-BBB1-DEA3AEFCD652}</Project>
- <Name>JetVirgoPM</Name>
- </ProjectReference>
- <ProjectReference Include="..\JetEfem\JetEfemLib.csproj">
- <Project>{D5550334-1A88-4958-B36A-AA34170C5ADB}</Project>
- <Name>JetEfemLib</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|