Browse Source

更改了RTModuleLibrary项目的引用

chenkui 1 month ago
parent
commit
7da32cdd94
1 changed files with 85 additions and 82 deletions
  1. 85 82
      FrameworkLocal/RTModuleLibrary/RTModuleLibrary.csproj

+ 85 - 82
FrameworkLocal/RTModuleLibrary/RTModuleLibrary.csproj

@@ -1,83 +1,86 @@
-<?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>{7C395751-ABE6-4B5B-8F3A-BDA0FCE08F6C}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>MECF.Framework.RT.ModuleLibrary</RootNamespace>
-    <AssemblyName>MECF.Framework.RT.ModuleLibrary</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="SecsGem.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
-    <Reference Include="SecsGem.Core.Application, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\ThirdParty\dlls\SecsGem.Core.Application.dll</HintPath>
-    </Reference>
-    <Reference Include="SecsGem.Hsms.Core">
-      <HintPath>..\..\ThirdParty\dlls\SecsGem.Hsms.Core.dll</HintPath>
-    </Reference>
-    <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="AlignerModules\AlignerModuleBase.cs" />
-    <Compile Include="BufferModules\BufferModuleBase.cs" />
-    <Compile Include="Commons\FsmDevice.cs" />
-    <Compile Include="Commons\ModuleFsmDevice.cs" />
-    <Compile Include="EfemModules\EfemModuleBase.cs" />
-    <Compile Include="LLModules\LoadLockModuleBase.cs" />
-    <Compile Include="LPModules\LoadPortModuleBase.cs" />
-    <Compile Include="PMModules\PMModuleBase.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="SystemModules\EquipmentManager.cs" />
-    <Compile Include="SystemModules\IAutoTransfer.cs" />
-    <Compile Include="TMModules\TMModuleBase.cs" />
-    <Compile Include="VceModules\VceModuleBase.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\Common\Common.csproj">
-      <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
-      <Name>Common</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\RTCore\RTCore.csproj">
-      <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
-      <Name>RTCore</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
-      <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
-      <Name>RTEquipmentLibrary</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup />
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+<?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>{7C395751-ABE6-4B5B-8F3A-BDA0FCE08F6C}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>MECF.Framework.RT.ModuleLibrary</RootNamespace>
+    <AssemblyName>MECF.Framework.RT.ModuleLibrary</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="SecsGem.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\ThirdParty\dlls\SecsGem.Core.dll</HintPath>
+    </Reference>
+    <Reference Include="SecsGem.Core.Application, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\ThirdParty\dlls\SecsGem.Core.Application.dll</HintPath>
+    </Reference>
+    <Reference Include="SecsGem.Hsms.Core">
+      <HintPath>..\..\ThirdParty\dlls\SecsGem.Hsms.Core.dll</HintPath>
+    </Reference>
+    <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="AlignerModules\AlignerModuleBase.cs" />
+    <Compile Include="BufferModules\BufferModuleBase.cs" />
+    <Compile Include="Commons\FsmDevice.cs" />
+    <Compile Include="Commons\ModuleFsmDevice.cs" />
+    <Compile Include="EfemModules\EfemModuleBase.cs" />
+    <Compile Include="LLModules\LoadLockModuleBase.cs" />
+    <Compile Include="LPModules\LoadPortModuleBase.cs" />
+    <Compile Include="PMModules\PMModuleBase.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="SystemModules\EquipmentManager.cs" />
+    <Compile Include="SystemModules\IAutoTransfer.cs" />
+    <Compile Include="TMModules\TMModuleBase.cs" />
+    <Compile Include="VceModules\VceModuleBase.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\Common\Common.csproj">
+      <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
+      <Name>Common</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\RTCore\RTCore.csproj">
+      <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
+      <Name>RTCore</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
+      <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
+      <Name>RTEquipmentLibrary</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup />
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>