Skip to content

Commit 509ede8

Browse files
committed
Chore: Move config file to settings namespace
1 parent 9ed5c23 commit 509ede8

File tree

4 files changed

+6
-18
lines changed

4 files changed

+6
-18
lines changed

Source/NETworkManager.Settings/NETworkManager.Settings.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs" />
2323
</ItemGroup>
2424
<ItemGroup>
25+
<Content Include="config.json.example">
26+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
27+
</Content>
2528
<Content Include="Themes\Dark.Accent1.xaml">
2629
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2730
<SubType>Designer</SubType>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"Update_DisableUpdateCheck": true
3+
}

Source/NETworkManager/NETworkManager.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
</PropertyGroup>
4747
<ItemGroup>
4848
<None Remove="log4net.config" />
49-
<None Remove="config.json.example" />
5049
<None Remove="NETworkManager.ico" />
5150
<None Remove="SplashScreen.png" />
5251
<None Include="..\.editorconfig" Link=".editorconfig" />
@@ -58,9 +57,6 @@
5857
<Content Include="log4net.config">
5958
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6059
</Content>
61-
<Content Include="config.json.example">
62-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63-
</Content>
6460
</ItemGroup>
6561
<ItemGroup>
6662
<PackageReference Include="AirspaceFixer" Version="1.0.6" />

Source/NETworkManager/config.json.example

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)