diff --git a/BitComparer/BitComparer/obj/BitComparer.csproj.nuget.dgspec.json b/BitComparer/BitComparer/obj/BitComparer.csproj.nuget.dgspec.json index d60d039..ff6026d 100644 --- a/BitComparer/BitComparer/obj/BitComparer.csproj.nuget.dgspec.json +++ b/BitComparer/BitComparer/obj/BitComparer.csproj.nuget.dgspec.json @@ -59,7 +59,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json" } } } diff --git a/BitComparer/BitComparer/obj/project.assets.json b/BitComparer/BitComparer/obj/project.assets.json index c84aaf2..3fa0592 100644 --- a/BitComparer/BitComparer/obj/project.assets.json +++ b/BitComparer/BitComparer/obj/project.assets.json @@ -66,7 +66,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json" } } } diff --git a/BitComparer/BitComparer/obj/project.nuget.cache b/BitComparer/BitComparer/obj/project.nuget.cache index 6a73e83..5d05d52 100644 --- a/BitComparer/BitComparer/obj/project.nuget.cache +++ b/BitComparer/BitComparer/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "DIssHXs275wL7OF6SMPckcq6+zt2HKhkDbCax3MlxoVNiuU83gbDG0PmYtc3gtUdY/WnabZl09rmBJSUI1fHsw==", + "dgSpecHash": "mkUIdBvNuohYj8JyzbRWlNVnnldKEgdRlWTWdtGNEOUvwB0i0shF2eAanKziGt9GPCbuZyb4TP2EdJSiEqihlQ==", "success": true, "projectFilePath": "D:\\Programmierstuff\\FiveM\\BitComparer\\BitComparer\\BitComparer.csproj", "expectedPackageFiles": [], diff --git a/BitComparer/BitComparer/obj/project.packagespec.json b/BitComparer/BitComparer/obj/project.packagespec.json index 936ebb7..e223e4b 100644 --- a/BitComparer/BitComparer/obj/project.packagespec.json +++ b/BitComparer/BitComparer/obj/project.packagespec.json @@ -1 +1 @@ -"restore":{"projectUniqueName":"D:\\Programmierstuff\\FiveM\\BitComparer\\BitComparer\\BitComparer.csproj","projectName":"BitComparer","projectPath":"D:\\Programmierstuff\\FiveM\\BitComparer\\BitComparer\\BitComparer.csproj","outputPath":"D:\\Programmierstuff\\FiveM\\BitComparer\\BitComparer\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net5.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json"}} \ No newline at end of file +"restore":{"projectUniqueName":"D:\\Programmierstuff\\FiveM\\BitComparer\\BitComparer\\BitComparer.csproj","projectName":"BitComparer","projectPath":"D:\\Programmierstuff\\FiveM\\BitComparer\\BitComparer\\BitComparer.csproj","outputPath":"D:\\Programmierstuff\\FiveM\\BitComparer\\BitComparer\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net5.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/BitComparer/BitComparer/obj/rider.project.restore.info b/BitComparer/BitComparer/obj/rider.project.restore.info index aa6a024..1f2cfd2 100644 --- a/BitComparer/BitComparer/obj/rider.project.restore.info +++ b/BitComparer/BitComparer/obj/rider.project.restore.info @@ -1 +1 @@ -16640510030535680 \ No newline at end of file +16659238264472891 \ No newline at end of file diff --git a/CarCombiner/Program.cs b/CarCombiner/Program.cs index 27ac8bd..a297bad 100644 --- a/CarCombiner/Program.cs +++ b/CarCombiner/Program.cs @@ -93,8 +93,8 @@ namespace CarCombiner { return info.CreateSubdirectory("stream").FullName; } - private static void CopyStreamData(string streamFolder, string resourcesFolder) { - DirectoryInfo resources = new DirectoryInfo(resourcesFolder); + private static void CopyStreamData(string streamFolder, string rootFolder) { + DirectoryInfo resources = new DirectoryInfo(rootFolder); foreach (DirectoryInfo resource in resources.EnumerateDirectories()) { DirectoryInfo stream = new DirectoryInfo(resource.FullName + "/stream"); diff --git a/CarCombiner/bin/Release/net5.0/CarCombiner.dll b/CarCombiner/bin/Release/net5.0/CarCombiner.dll index 4961e46..8d6f4bb 100644 Binary files a/CarCombiner/bin/Release/net5.0/CarCombiner.dll and b/CarCombiner/bin/Release/net5.0/CarCombiner.dll differ diff --git a/CarCombiner/bin/Release/net5.0/CarCombiner.pdb b/CarCombiner/bin/Release/net5.0/CarCombiner.pdb index b7964dd..6da93a9 100644 Binary files a/CarCombiner/bin/Release/net5.0/CarCombiner.pdb and b/CarCombiner/bin/Release/net5.0/CarCombiner.pdb differ diff --git a/CarCombiner/obj/CarCombiner.csproj.nuget.dgspec.json b/CarCombiner/obj/CarCombiner.csproj.nuget.dgspec.json index b6ce5cf..032c5d6 100644 --- a/CarCombiner/obj/CarCombiner.csproj.nuget.dgspec.json +++ b/CarCombiner/obj/CarCombiner.csproj.nuget.dgspec.json @@ -59,7 +59,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json" } } } diff --git a/CarCombiner/obj/Release/net5.0/CarCombiner.dll b/CarCombiner/obj/Release/net5.0/CarCombiner.dll index 4961e46..8d6f4bb 100644 Binary files a/CarCombiner/obj/Release/net5.0/CarCombiner.dll and b/CarCombiner/obj/Release/net5.0/CarCombiner.dll differ diff --git a/CarCombiner/obj/Release/net5.0/CarCombiner.pdb b/CarCombiner/obj/Release/net5.0/CarCombiner.pdb index b7964dd..6da93a9 100644 Binary files a/CarCombiner/obj/Release/net5.0/CarCombiner.pdb and b/CarCombiner/obj/Release/net5.0/CarCombiner.pdb differ diff --git a/CarCombiner/obj/project.assets.json b/CarCombiner/obj/project.assets.json index 489d03b..d34ccd3 100644 --- a/CarCombiner/obj/project.assets.json +++ b/CarCombiner/obj/project.assets.json @@ -66,7 +66,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json" } } } diff --git a/CarCombiner/obj/project.nuget.cache b/CarCombiner/obj/project.nuget.cache index 09155ea..f29ac7b 100644 --- a/CarCombiner/obj/project.nuget.cache +++ b/CarCombiner/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "uW+u8Vn/1rsrV87fyIsbhtL2M/bVlJdGhehnNbEpRUHze7oxfPYY/CxipUNyDaIqwc2v5MaALjSic4CGfvSJxQ==", + "dgSpecHash": "BEEfhO31zIm2Dvr55HvPljfhtbtFVbk4xjOmWzX5QBX93L0SKomDbAkYxrNeLUnxKyRIjPNMDKeLAZL8iKSZeA==", "success": true, "projectFilePath": "D:\\Programmierstuff\\FiveM\\CarCombiner\\CarCombiner.csproj", "expectedPackageFiles": [], diff --git a/CarCombiner/obj/project.packagespec.json b/CarCombiner/obj/project.packagespec.json index 9847aa9..18e0433 100644 --- a/CarCombiner/obj/project.packagespec.json +++ b/CarCombiner/obj/project.packagespec.json @@ -1 +1 @@ -"restore":{"projectUniqueName":"D:\\Programmierstuff\\FiveM\\CarCombiner\\CarCombiner.csproj","projectName":"CarCombiner","projectPath":"D:\\Programmierstuff\\FiveM\\CarCombiner\\CarCombiner.csproj","outputPath":"D:\\Programmierstuff\\FiveM\\CarCombiner\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net5.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json"}} \ No newline at end of file +"restore":{"projectUniqueName":"D:\\Programmierstuff\\FiveM\\CarCombiner\\CarCombiner.csproj","projectName":"CarCombiner","projectPath":"D:\\Programmierstuff\\FiveM\\CarCombiner\\CarCombiner.csproj","outputPath":"D:\\Programmierstuff\\FiveM\\CarCombiner\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net5.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/CarCombiner/obj/rider.project.restore.info b/CarCombiner/obj/rider.project.restore.info index 076051e..1f2cfd2 100644 --- a/CarCombiner/obj/rider.project.restore.info +++ b/CarCombiner/obj/rider.project.restore.info @@ -1 +1 @@ -16635085020394965 \ No newline at end of file +16659238264472891 \ No newline at end of file diff --git a/CarConverter/CarConverter.csproj b/CarConverter/CarConverter.csproj index 7c82544..bcad79f 100644 --- a/CarConverter/CarConverter.csproj +++ b/CarConverter/CarConverter.csproj @@ -5,7 +5,7 @@ Debug AnyCPU {731B2018-840C-43BF-AC9F-E18B73EB901D} - Exe + WinExe CarConverter CarConverter v4.8 diff --git a/CarConverter/MainWindow.xaml b/CarConverter/MainWindow.xaml index 6999c63..4e6b1e1 100644 --- a/CarConverter/MainWindow.xaml +++ b/CarConverter/MainWindow.xaml @@ -111,7 +111,7 @@