build: 添加核心项目引用

This commit is contained in:
2025-01-28 22:59:40 +08:00
parent a164919a38
commit 2f98834860
2 changed files with 8 additions and 0 deletions

View File

@@ -8,4 +8,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PortProxyTool\PortProxyTool.csproj"/>
</ItemGroup>
</Project>

View File

@@ -9,4 +9,8 @@
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PortProxyTool\PortProxyTool.csproj"/>
</ItemGroup>
</Project>