Skip to content

Commit

Permalink
JPD Version 2.5.2 [BETA]
Browse files Browse the repository at this point in the history
馃憠 GUI v1.5.6 [DEV] (not yet available for compilation due to problems with porting to the VitNX library version 2.7)
- The libraries "Mega Api Client" and "Newtonsoft.Json" updated to the latest version
- The process of transferring the project to VitNX version 2.7 continues
- Numerous changes have been made

馃憠 Downgrader v1.16.3 [BETA]
- At the request of @DosAmp test support for the German version of the game (New Steam R2 - German) has been implemented: #34
- The project has been completely migrated to VitNX version 2.7
- Numerous changes have been made
  • Loading branch information
Zalexanninev15 committed Jan 13, 2024
1 parent 7367bde commit bb61215
Show file tree
Hide file tree
Showing 14 changed files with 1,464 additions and 1,528 deletions.
75 changes: 10 additions & 65 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,70 +1,15 @@
sources/GUI/.vs/GUI/v16/.suo
sources/Downgrader/.vs/Jetpack Downgrader/v16/.suo
sources/.vs/Jetpack Downgrader/v17/.suo
sources/GUI/.vs/GUI/v17/.suo
sources/Downgrader/.vs/Jetpack Downgrader/v17/.suo
sources/.vs/Jetpack Downgrader/v17/.suo
sources/.vs/Jetpack Downgrader/project-colors.json
sources/GUI/.vs/
sources/Downgrader/.vs/
sources/.vs/
*.exe
*.cache
*.dll
*.p7s
*.nupkg
sources/Downgrader/obj/Release/JetpackDowngrader.Properties.Resources.resources
sources/Downgrader/obj/Release/Jetpack Downgrader.csproj.FileListAbsolute.txt
sources/Downgrader/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs
sources/Downgrader/bin/Release/jpd.exe.config
sources/Downgrader/obj/Release/Downgrader.Properties.Resources.resources
sources/Downgrader/obj/Release/Downgrader.csproj.FileListAbsolute.txt
sources/GUI/obj/Release/JetpackDowngraderGUI.MainForm.resources
sources/GUI/obj/Release/GUI.csproj.FileListAbsolute.txt
sources/GUI/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs
sources/GUI/obj/Release/JetpackGUI.MyProgressBar.resources
sources/GUI/bin/Release/gui.exe.config
sources/GUI/obj/Release/GUI.csproj.CopyComplete
sources/GUI/obj/Release/JetpackDowngraderGUI.Properties.Resources.resources
sources/GUI/bin/Release/app.exe.config
sources/GUI/obj/Release/JetpackGUI.MainForm.resources
sources/GUI/obj/Release/JetpackGUI.Properties.Resources.resources
sources/GUI/bin/Release/MegaApiClient.xml
sources/GUI/bin/Release/Newtonsoft.Json.xml
sources/GUI/obj/Release/JetpackGUI.MyLang.resources
sources/GUI/obj/Release/JetpackGUI.About.resources
sources/GUI/obj/Release/JetpackGUI.MyProgressBar.resources
sources/packages/MegaApiClient.1.9.0/lib/net40/MegaApiClient.xml
sources/packages/MegaApiClient.1.9.0/lib/net45/MegaApiClient.xml
sources/packages/MegaApiClient.1.9.0/lib/net46/MegaApiClient.xml
sources/packages/MegaApiClient.1.9.0/lib/netstandard1.3/MegaApiClient.xml
sources/packages/MegaApiClient.1.9.0/lib/netstandard2.0/MegaApiClient.xml
sources/packages/Newtonsoft.Json.13.0.1/lib/net20/Newtonsoft.Json.xml
sources/packages/Newtonsoft.Json.13.0.1/lib/net35/Newtonsoft.Json.xml
sources/packages/Newtonsoft.Json.13.0.1/lib/net40/Newtonsoft.Json.xml
sources/packages/Newtonsoft.Json.13.0.1/lib/net45/Newtonsoft.Json.xml
sources/packages/Newtonsoft.Json.13.0.1/lib/netstandard1.0/Newtonsoft.Json.xml
sources/packages/Newtonsoft.Json.13.0.1/lib/netstandard1.3/Newtonsoft.Json.xml
sources/packages/Newtonsoft.Json.13.0.1/lib/netstandard2.0/Newtonsoft.Json.xml
sources/packages/Newtonsoft.Json.13.0.1/LICENSE.md
sources/packages/Newtonsoft.Json.13.0.1/packageIcon.png
sources/Downgrader/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
sources/Downgrader/obj/Debug/build.force
sources/GUI/bin/Debug/app.exe.config
sources/GUI/bin/Debug/app.pdb
sources/GUI/bin/Debug/MegaApiClient.xml
sources/GUI/bin/Debug/Newtonsoft.Json.xml
sources/GUI/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
sources/GUI/obj/Debug/app.pdb
sources/GUI/obj/Debug/GUI.csproj.CopyComplete
sources/GUI/obj/Debug/GUI.csproj.FileListAbsolute.txt
sources/GUI/obj/Debug/JetpackGUI.About.resources
sources/GUI/obj/Debug/JetpackGUI.MainForm.resources
sources/GUI/obj/Debug/JetpackGUI.MyLang.resources
sources/GUI/obj/Debug/JetpackGUI.MyProgressBar.resources
sources/GUI/obj/Debug/JetpackGUI.Properties.Resources.resources
sources/GUI/obj/Release/JetpackGUI.WDebug.resources
sources/Downgrader/obj/Release/Downgrader.csproj.CopyComplete
sources/GUI/GUI.csproj.user
sources/GUI/obj/Debug/JetpackGUI.WDebug.resources
sources/Downgrader/obj/Debug/Downgrader.csproj.FileListAbsolute.txt
sources/GUI/obj/Release/JetpackGUI.ChooseGame.resources
sources/GUI/obj/Release/build.force
sources/Downgrader/obj/Release/build.force
sources/packages/
sources/Downgrader/bin/
sources/Downgrader/obj/
sources/GUI/bin/
sources/GUI/obj/
*.csproj.user
sources/packages/
4 changes: 2 additions & 2 deletions sources/Downgrader/Downgrader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Prefer32Bit>false</Prefer32Bit>
<DebugType>none</DebugType>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<OutputPath>..\..\..\..\DEV\JPDBUILD\files\</OutputPath>
<OutputPath>bin\</OutputPath>
</PropertyGroup>
<PropertyGroup>
<StartupObject>JetpackDowngrader.Program</StartupObject>
Expand All @@ -73,7 +73,7 @@
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="VitNX2">
<HintPath>..\..\..\VitNX\source\VitNX\bin\Debug\VitNX2.dll</HintPath>
<HintPath>..\..\..\..\..\Downloads\VitNX2.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit bb61215

Please sign in to comment.