Skip to content

Commit

Permalink
app config clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jlechem committed Mar 4, 2024
1 parent a1c769d commit 5230418
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IpViewer/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<add key="LogAdapterInformation" value="False"/>
<add key="LogAdapterIpAddress" value="False"/>
<add key="LogAdapterOperationalStatus" value="False"/>
<add key="Use12HourClock" value="true" />
<add key="Use12HourClock" value="true" />
<add key="Opacity" value="1" />
<add key="ClientSettingsProvider.ServiceUri" value=""/>
</appSettings>
Expand Down
13 changes: 13 additions & 0 deletions IpViewer/IpViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,17 @@
<PackageReference Include="Microsoft.AspNetCore.SystemWebAdapters" Version="1.3.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Settings.Designer.cs">
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion IpViewer/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5230418

Please sign in to comment.