RTModuleLibrary.csproj 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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.5.2</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="AlignerModules\AlignerModuleBase.cs" />
  46. <Compile Include="BufferModules\BufferModuleBase.cs" />
  47. <Compile Include="Commons\FsmDevice.cs" />
  48. <Compile Include="Commons\ModuleFsmDevice.cs" />
  49. <Compile Include="EfemModules\EfemModuleBase.cs" />
  50. <Compile Include="LLModules\LoadLockModuleBase.cs" />
  51. <Compile Include="LPModules\LoadPortModuleBase.cs" />
  52. <Compile Include="PMModules\PMModuleBase.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. <Compile Include="SystemModules\EquipmentManager.cs" />
  55. <Compile Include="SystemModules\IAutoTransfer.cs" />
  56. <Compile Include="TMModules\TMModuleBase.cs" />
  57. <Compile Include="VceModules\VceModuleBase.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ProjectReference Include="..\Common\Common.csproj">
  61. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  62. <Name>Common</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\RTCore\RTCore.csproj">
  65. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  66. <Name>RTCore</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  69. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  70. <Name>RTEquipmentLibrary</Name>
  71. </ProjectReference>
  72. </ItemGroup>
  73. <ItemGroup />
  74. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  75. </Project>