Skip to content

Commit

Permalink
Перевёл бинарный поиск
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed Apr 23, 2022
1 parent e455dbd commit 0156465
Show file tree
Hide file tree
Showing 11 changed files with 4,328 additions and 607 deletions.
11 changes: 7 additions & 4 deletions FirehoseFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>22.4.16.0</ApplicationVersion>
<ApplicationVersion>22.4.23.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -210,10 +210,10 @@
<DependentUpon>Greeting.cs</DependentUpon>
</Compile>
<Compile Include="Guide.cs" />
<Compile Include="Hex_Search.cs">
<Compile Include="Forms\Hex_Search.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Hex_Search.Designer.cs">
<Compile Include="Forms\Hex_Search.Designer.cs">
<DependentUpon>Hex_Search.cs</DependentUpon>
</Compile>
<Compile Include="Forms\InsertModelForm.cs">
Expand Down Expand Up @@ -267,7 +267,10 @@
<EmbeddedResource Include="Forms\Greeting.en.resx">
<DependentUpon>Greeting.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Hex_Search.resx">
<EmbeddedResource Include="Forms\Hex_Search.en.resx">
<DependentUpon>Hex_Search.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\Hex_Search.resx">
<DependentUpon>Hex_Search.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\InsertModelForm.en.resx">
Expand Down
224 changes: 112 additions & 112 deletions Form1.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 0156465

Please sign in to comment.