Skip to content

Commit

Permalink
Исправляем драйвера
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed May 21, 2024
1 parent 02e5145 commit 67ca47d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 319 deletions.
Binary file removed Drivers/Sony_USB_Drivers/ggsomc.cat
Binary file not shown.
316 changes: 0 additions & 316 deletions Drivers/Sony_USB_Drivers/ggsomc.inf

This file was deleted.

Binary file added Drivers/WdfCoInstaller01009.dll
Binary file not shown.
Binary file added Drivers/ggflt.sys
Binary file not shown.
Binary file added Drivers/ggsomc.sys
Binary file not shown.
8 changes: 7 additions & 1 deletion FirehoseFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>24.5.1.0</ApplicationVersion>
<ApplicationVersion>24.5.21.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -222,13 +222,16 @@
<Compile Include="Forms\Write_Sectors.Designer.cs">
<DependentUpon>Write_Sectors.cs</DependentUpon>
</Compile>
<Content Include="Drivers\WdfCoInstaller01009.dll" />
<Content Include="Resources\about.png" />
<Content Include="Resources\autolen.png" />
<Content Include="Resources\bot.txt" />
<Content Include="Resources\china_flags_flag_16985.png" />
<Content Include="Resources\database.png" />
<Content Include="Resources\exit.png" />
<Content Include="Resources\greet.png" />
<None Include="Drivers\ggflt.sys" />
<None Include="Drivers\ggsomc.sys" />
<None Include="Resources\Greeting_zh-Hans.txt" />
<Content Include="Resources\help.png" />
<Content Include="Resources\insert.png" />
Expand Down Expand Up @@ -659,5 +662,8 @@
<Version>19.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Drivers\NewFolder1\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// Можно задать все значения или принять номера сборки и редакции по умолчанию
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("24.5.1.0")]
[assembly: AssemblyFileVersion("24.5.1.0")]
[assembly: AssemblyVersion("24.5.21.0")]
[assembly: AssemblyFileVersion("24.5.21.0")]
[assembly: NeutralResourcesLanguage("ru-RU")]

0 comments on commit 67ca47d

Please sign in to comment.