EfemDualSchedulerLib.csproj 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="JetVirgoPM">
  35. <HintPath>..\..\JetVirgoPM\bin\Debug\JetVirgoPM.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Net.Http" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="AutoTransfer.cs" />
  48. <Compile Include="AutoTransferClean.cs" />
  49. <Compile Include="HomeAll.cs" />
  50. <Compile Include="ManualTransfer.cs" />
  51. <Compile Include="Properties\AssemblyInfo.cs" />
  52. <Compile Include="TMCycle.cs" />
  53. <Compile Include="ReturnAllWafer.cs" />
  54. <Compile Include="Schedulers\ISchedulerDBCallback.cs" />
  55. <Compile Include="Schedulers\ISchedulerFACallback.cs" />
  56. <Compile Include="Schedulers\SchedulerBuffer.cs" />
  57. <Compile Include="Schedulers\SchedulerDBCallback.cs" />
  58. <Compile Include="Schedulers\SchedulerEFEM.cs" />
  59. <Compile Include="Schedulers\SchedulerLoadLock.cs" />
  60. <Compile Include="Schedulers\SchedulerAligner.cs" />
  61. <Compile Include="Schedulers\SchedulerTM.cs" />
  62. <Compile Include="Schedulers\SchedulerFACallback.cs" />
  63. <Compile Include="Schedulers\SchedulerLoadPort.cs" />
  64. <Compile Include="Schedulers\SchedulerModule.cs" />
  65. <Compile Include="Schedulers\SchedulerModuleFactory.cs" />
  66. <Compile Include="Schedulers\SchedulerPM.cs" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="..\..\FrameworkLocal\Common\Common.csproj">
  70. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  71. <Name>Common</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\..\FrameworkLocal\RTCore\RTCore.csproj">
  74. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  75. <Name>RTCore</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\..\FrameworkLocal\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  78. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  79. <Name>RTEquipmentLibrary</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\..\FrameworkLocal\RTModuleLibrary\RTModuleLibrary.csproj">
  82. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  83. <Name>RTModuleLibrary</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\..\RecipeEditorControl\RecipeEditorControl.csproj">
  86. <Project>{C226E370-E9FB-48E7-BF40-89A33F88EF17}</Project>
  87. <Name>RecipeEditorControl</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  91. </Project>