EfemDualSchedulerLib.csproj 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>{8D95D64C-6201-4A0E-AAD3-CB3B2A10A783}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EfemDualSchedulerLib</RootNamespace>
  11. <AssemblyName>EfemDualSchedulerLib</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.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Net.Http" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="AutoTransfer.cs" />
  46. <Compile Include="AutoTransferClean.cs" />
  47. <Compile Include="HomeAll.cs" />
  48. <Compile Include="ManualTransfer.cs" />
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. <Compile Include="SequenceInfoHelper.cs" />
  51. <Compile Include="TMCycle.cs" />
  52. <Compile Include="ReturnAllWafer.cs" />
  53. <Compile Include="Schedulers\ISchedulerDBCallback.cs" />
  54. <Compile Include="Schedulers\ISchedulerFACallback.cs" />
  55. <Compile Include="Schedulers\SchedulerBuffer.cs" />
  56. <Compile Include="Schedulers\SchedulerDBCallback.cs" />
  57. <Compile Include="Schedulers\SchedulerEFEM.cs" />
  58. <Compile Include="Schedulers\SchedulerLoadLock.cs" />
  59. <Compile Include="Schedulers\SchedulerAligner.cs" />
  60. <Compile Include="Schedulers\SchedulerTM.cs" />
  61. <Compile Include="Schedulers\SchedulerFACallback.cs" />
  62. <Compile Include="Schedulers\SchedulerLoadPort.cs" />
  63. <Compile Include="Schedulers\SchedulerModule.cs" />
  64. <Compile Include="Schedulers\SchedulerModuleFactory.cs" />
  65. <Compile Include="Schedulers\SchedulerPM.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\..\FrameworkLocal\Common\Common.csproj">
  69. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  70. <Name>Common</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\..\FrameworkLocal\RTCore\RTCore.csproj">
  73. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  74. <Name>RTCore</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\..\FrameworkLocal\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  77. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  78. <Name>RTEquipmentLibrary</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\..\FrameworkLocal\RTModuleLibrary\RTModuleLibrary.csproj">
  81. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  82. <Name>RTModuleLibrary</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\JetVirgoPM\JetVirgoPM.csproj">
  85. <Project>{5F69DB4D-57E1-4C66-BBB1-DEA3AEFCD652}</Project>
  86. <Name>JetVirgoPM</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\JetEfem\JetEfemLib.csproj">
  89. <Project>{D5550334-1A88-4958-B36A-AA34170C5ADB}</Project>
  90. <Name>JetEfemLib</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  94. </Project>