Skip to content

Commit

Permalink
x5 search speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Mar 27, 2021
1 parent 98987f6 commit 67d31a7
Show file tree
Hide file tree
Showing 9 changed files with 366 additions and 111 deletions.
Binary file modified .vs/FloatToolGUI/v16/.suo
Binary file not shown.
12 changes: 12 additions & 0 deletions FloatToolGUI/App.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="FloatToolGUI.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
Expand All @@ -11,4 +16,11 @@
</dependentAssembly>
</assemblyBinding>
</runtime>
<applicationSettings>
<FloatToolGUI.Properties.Settings>
<setting name="Nova" serializeAs="String">
<value />
</setting>
</FloatToolGUI.Properties.Settings>
</applicationSettings>
</configuration>
1 change: 1 addition & 0 deletions FloatToolGUI/FloatToolGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Skin.cs" />
<EmbeddedResource Include="About.resx">
<DependentUpon>About.cs</DependentUpon>
</EmbeddedResource>
Expand Down
120 changes: 74 additions & 46 deletions FloatToolGUI/Main.Designer.cs

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

Loading

0 comments on commit 67d31a7

Please sign in to comment.