Skip to content

Commit

Permalink
Merge pull request #692 from FantasyTeddy/agdiag-cleanup
Browse files Browse the repository at this point in the history
Cleanup AgDiag
  • Loading branch information
FantasyTeddy authored Mar 8, 2025
2 parents 3ef3f1d + 74e169c commit ae48e22
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 1,142 deletions.
12 changes: 0 additions & 12 deletions SourceCode/AgDiag/AgDiag.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,9 @@
<Compile Update="Forms\SerialComm.Designer.cs">
<DependentUpon>FormLoop.cs</DependentUpon>
</Compile>
<Compile Update="Forms\Controls.Designer.cs">
<DependentUpon>FormLoop.cs</DependentUpon>
</Compile>
<Compile Update="Forms\UDP.Designer.cs">
<DependentUpon>FormLoop.cs</DependentUpon>
</Compile>
<Compile Update="gStr.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>gStr.resx</DependentUpon>
</Compile>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
Expand All @@ -43,10 +35,6 @@
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="gStr.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>gStr.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand Down
10 changes: 0 additions & 10 deletions SourceCode/AgDiag/App.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="AgDiag.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<userSettings>
<AgDiag.Properties.Settings>
<setting name="setUDP_isOn" serializeAs="String">
<value>False</value>
</setting>
</AgDiag.Properties.Settings>
</userSettings>
</configuration>
222 changes: 0 additions & 222 deletions SourceCode/AgDiag/Classes/CGLM.cs

This file was deleted.

61 changes: 0 additions & 61 deletions SourceCode/AgDiag/Classes/CSettings.cs

This file was deleted.

24 changes: 0 additions & 24 deletions SourceCode/AgDiag/Forms/Controls.Designer.cs

This file was deleted.

Loading

0 comments on commit ae48e22

Please sign in to comment.