Skip to content

Commit cf2eb6d

Browse files
committed
Fix Project Files
1 parent 86f50b2 commit cf2eb6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BHD-ServerManager/ServerManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ApplicationIcon>Icon.ico</ApplicationIcon>
1414
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
1515
<PlatformTarget>AnyCPU</PlatformTarget>
16-
<BaseOutputPath>\\VM-DEV\ServerData\Development\HawkSync</BaseOutputPath>
16+
<BaseOutputPath></BaseOutputPath>
1717
<RunAnalyzersDuringLiveAnalysis>True</RunAnalyzersDuringLiveAnalysis>
1818
<RunAnalyzersDuringBuild>True</RunAnalyzersDuringBuild>
1919
<EnableNETAnalyzers>False</EnableNETAnalyzers>

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>\\VM-DEV\ServerData\Development\HawkSync\Debug\net8.0-windows10.0.19041.0\NetLimiterBridge\</OutputPath>
38+
<OutputPath>.\</OutputPath>
3939
<DefineConstants>DEBUG;TRACE</DefineConstants>
4040
<ErrorReport>prompt</ErrorReport>
4141
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)