RTModuleLibrary.csproj 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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>{7C395751-ABE6-4B5B-8F3A-BDA0FCE08F6C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MECF.Framework.RT.ModuleLibrary</RootNamespace>
  11. <AssemblyName>MECF.Framework.RT.ModuleLibrary</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="SecsGem.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\..\ThirdParty\dlls\SecsGem.Core.dll</HintPath>
  38. </Reference>
  39. <Reference Include="SecsGem.Core.Application, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\ThirdParty\dlls\SecsGem.Core.Application.dll</HintPath>
  42. </Reference>
  43. <Reference Include="SecsGem.Hsms.Core">
  44. <HintPath>..\..\ThirdParty\dlls\SecsGem.Hsms.Core.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="AlignerModules\AlignerModuleBase.cs" />
  57. <Compile Include="BufferModules\BufferModuleBase.cs" />
  58. <Compile Include="Commons\FsmDevice.cs" />
  59. <Compile Include="Commons\ModuleFsmDevice.cs" />
  60. <Compile Include="EfemModules\EfemModuleBase.cs" />
  61. <Compile Include="LLModules\LoadLockModuleBase.cs" />
  62. <Compile Include="LPModules\LoadPortModuleBase.cs" />
  63. <Compile Include="PMModules\PMModuleBase.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="SystemModules\EquipmentManager.cs" />
  66. <Compile Include="SystemModules\IAutoTransfer.cs" />
  67. <Compile Include="TMModules\TMModuleBase.cs" />
  68. <Compile Include="VceModules\VceModuleBase.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\Common\Common.csproj">
  72. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  73. <Name>Common</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\RTCore\RTCore.csproj">
  76. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  77. <Name>RTCore</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  80. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  81. <Name>RTEquipmentLibrary</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup />
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. </Project>