Browse Source

Venus_Core.csproj 添加代码库

lixiang 1 year ago
parent
commit
bc5ca0010e
1 changed files with 14 additions and 4 deletions
  1. 14 4
      Venus/Venus_Core/Venus_Core.csproj

+ 14 - 4
Venus/Venus_Core/Venus_Core.csproj

@@ -37,9 +37,6 @@
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\ThirdParty\Newtonsoft.Json.dll</HintPath>
     </Reference>
-    <Reference Include="OpenSEMI.Ctrlib">
-      <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
-    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core" />
     <Reference Include="System.Runtime.Serialization" />
@@ -86,6 +83,19 @@
     <Compile Include="VenusDevice.cs" />
     <Compile Include="VenusMenu.cs" />
   </ItemGroup>
-  <ItemGroup />
+  <ItemGroup>
+    <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
+      <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
+      <Name>OpenSEMI.ClientBase</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
+      <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
+      <Name>OpenSEMI.Ctrlib</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\Framework\OpenSEMICore\OpenSEMI.Core.csproj">
+      <Project>{c4cd3d7b-cb40-47d5-ab04-df05007e5b6a}</Project>
+      <Name>OpenSEMI.Core</Name>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>