Skip to content

Commit dabea97

Browse files
committed
Updated Project file removing resource references.
1 parent ac10d7b commit dabea97

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

BHD-ServerManager/ServerManager.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747

4848
<ItemGroup>
4949
<None Remove="Databases\database.sqlite" />
50-
<None Remove="DataStores\defaultMapsBHD.csv" />
5150
</ItemGroup>
5251

5352
<ItemGroup>
@@ -60,10 +59,6 @@
6059
<EmbeddedResource Include="Icon.ico" />
6160
</ItemGroup>
6261

63-
<ItemGroup>
64-
<EmbeddedResource Include="DataStores\defaultMapsBHD.csv" />
65-
</ItemGroup>
66-
6762
<ItemGroup>
6863
<PackageReference Include="FontAwesome.Sharp" Version="6.6.0" />
6964
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

NetLimiterBridge/NetLimiterBridge.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<DebugSymbols>true</DebugSymbols>
3636
<DebugType>full</DebugType>
3737
<Optimize>false</Optimize>
38-
<OutputPath>.\</OutputPath>
38+
<OutputPath>bin\</OutputPath>
3939
<DefineConstants>DEBUG;TRACE</DefineConstants>
4040
<ErrorReport>prompt</ErrorReport>
4141
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)