mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Fixed csproj to prevent duplicate error warnings
This commit is contained in:
@@ -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>
|
||||
)";
|
||||
|
||||
Reference in New Issue
Block a user