Fixed csproj to prevent duplicate error warnings

This commit is contained in:
Antoine Pilote
2024-08-14 19:48:30 -04:00
parent 5f2667f95b
commit 6032d40aa2

View File

@@ -445,10 +445,9 @@ namespace Nuake
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="**/*.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NuakeNet\NuakeNet.csproj" />
<Reference Include="NuakeNet">
<HintPath>NuakeNet.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
)";