From 2bf2ab69b94bf4d55e49928d18447a47b709fb35 Mon Sep 17 00:00:00 2001
From: yanxiaojun <Administrator@USER-20210208XY>
Date: 星期一, 04 十月 2021 23:52:19 +0800
Subject: [PATCH] 新增用户模块增加对应器具信息页签

---
 NETSCM/NETSCM.csproj |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/NETSCM/NETSCM.csproj b/NETSCM/NETSCM.csproj
index 4acde9b..adc3e1f 100644
--- a/NETSCM/NETSCM.csproj
+++ b/NETSCM/NETSCM.csproj
@@ -1,4 +1,5 @@
-锘�<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
+锘�<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -52,10 +53,6 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="BaseSet, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\BaseSet\bin\Debug\BaseSet.dll</HintPath>
-    </Reference>
     <Reference Include="BLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\DLL\BLL.dll</HintPath>
@@ -201,6 +198,10 @@
     </None>
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\BaseSet\BaseSet.csproj">
+      <Project>{65568d21-c65c-4796-8826-df4a083bf500}</Project>
+      <Name>BaseSet</Name>
+    </ProjectReference>
     <ProjectReference Include="..\DAL\DAL.csproj">
       <Project>{7C30E3C9-58B7-420A-AB92-0A5117B82DDA}</Project>
       <Name>DAL</Name>

--
Gitblit v1.9.1