diff --git a/Directory.Build.props b/Directory.Build.props index 732cb09..9def141 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,12 @@ - true + net10.0 + 2023.2 + $(Version).0.0 + $(AssemblyVersion) + Katy Coe, LukeFZ + Noisy Cow Studios, LukeFZ + preview + true \ No newline at end of file diff --git a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj index 09f3a1d..eaf7ec1 100644 --- a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj +++ b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj @@ -2,19 +2,14 @@ Exe - net9.0 - true false win-x64 false - 2023.1 - LukeFZ, Noisy Cow Studios Il2CppInspectorRedux Command-Line Edition - (c) 2023-2024 LukeFZ - https://github.com/LukeFZ, original (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty + (c) 2023-2025 LukeFZ - https://github.com/LukeFZ, original (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty Il2CppInspectorRedux.CLI - LukeFZ, Katy Coe Il2CppInspector diff --git a/Il2CppInspector.Common/Il2CppInspector.csproj b/Il2CppInspector.Common/Il2CppInspector.csproj index 073a79c..0e3ddf2 100644 --- a/Il2CppInspector.Common/Il2CppInspector.csproj +++ b/Il2CppInspector.Common/Il2CppInspector.csproj @@ -1,13 +1,7 @@  - - net9.0 enable - preview Il2CppInspector.Common - Katy Coe - 2023.1 - Noisy Cow Studios Il2CppInspector Shared Library $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage NoisyCowStudios.Il2CppInspector @@ -15,9 +9,9 @@ true false - https://github.com/djkaty/Il2CppInspector + https://github.com/LukeFZ/Il2CppInspectorRedux AGPL-3.0-only - https://github.com/djkaty/Il2CppInspector + https://github.com/LukeFZ/Il2CppInspectorRedux IL2CPP;Unity;Reverse Engineering;Metadata diff --git a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj index 841e45a..58dc43a 100644 --- a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj +++ b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj @@ -2,21 +2,16 @@ WinExe - net9.0-windows + net10.0-windows true false win-x64 true Il2CppInspector - 2023.1 - Katy Coe, LukeFZ - Noisy Cow Studios Il2CppInspectorRedux Windows Edition app.manifest Il2CppInspector.ico - 2023.1.0.0 - 2023.1.0.0 @@ -34,7 +29,6 @@ - NU1701 diff --git a/Il2CppInspector.Redux.CLI/Il2CppInspector.Redux.CLI.csproj b/Il2CppInspector.Redux.CLI/Il2CppInspector.Redux.CLI.csproj index 5ed76be..95b15c8 100644 --- a/Il2CppInspector.Redux.CLI/Il2CppInspector.Redux.CLI.csproj +++ b/Il2CppInspector.Redux.CLI/Il2CppInspector.Redux.CLI.csproj @@ -1,7 +1,6 @@ - net9.0 enable enable true diff --git a/Il2CppInspector.Redux.FrontendCore/Il2CppInspector.Redux.FrontendCore.csproj b/Il2CppInspector.Redux.FrontendCore/Il2CppInspector.Redux.FrontendCore.csproj index 037937b..cfceb27 100644 --- a/Il2CppInspector.Redux.FrontendCore/Il2CppInspector.Redux.FrontendCore.csproj +++ b/Il2CppInspector.Redux.FrontendCore/Il2CppInspector.Redux.FrontendCore.csproj @@ -1,7 +1,6 @@ - net9.0 enable enable true diff --git a/Il2CppInspector.Redux.GUI/Il2CppInspector.Redux.GUI.csproj b/Il2CppInspector.Redux.GUI/Il2CppInspector.Redux.GUI.csproj index 85342d1..a29103f 100644 --- a/Il2CppInspector.Redux.GUI/Il2CppInspector.Redux.GUI.csproj +++ b/Il2CppInspector.Redux.GUI/Il2CppInspector.Redux.GUI.csproj @@ -1,7 +1,6 @@  - net9.0 enable enable true diff --git a/Il2CppInspector.sln b/Il2CppInspector.sln index 3b00785..a4b1ea1 100644 --- a/Il2CppInspector.sln +++ b/Il2CppInspector.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 18 -VisualStudioVersion = 18.3.11222.16 d18.3 +VisualStudioVersion = 18.3.11222.16 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bin2Object", "Bin2Object\Bin2Object\Bin2Object.csproj", "{55382D6C-01B6-4AFD-850C-7A79DAB6F270}" EndProject @@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig docs\CSProj_Preview.png = docs\CSProj_Preview.png + Directory.Build.props = Directory.Build.props get-plugins.ps1 = get-plugins.ps1 get-plugins.sh = get-plugins.sh docs\Ghidra_Guide.png = docs\Ghidra_Guide.png diff --git a/VersionedSerialization.Generator/VersionedSerialization.Generator.csproj b/VersionedSerialization.Generator/VersionedSerialization.Generator.csproj index b4f91a5..8f3e124 100644 --- a/VersionedSerialization.Generator/VersionedSerialization.Generator.csproj +++ b/VersionedSerialization.Generator/VersionedSerialization.Generator.csproj @@ -2,7 +2,6 @@ netstandard2.0 - latest 4.10 4.10.0 enable diff --git a/VersionedSerialization/VersionedSerialization.csproj b/VersionedSerialization/VersionedSerialization.csproj index bb44983..7322890 100644 --- a/VersionedSerialization/VersionedSerialization.csproj +++ b/VersionedSerialization/VersionedSerialization.csproj @@ -1,17 +1,15 @@  - net9.0 enable enable - preview True - + True