From 88c6a290d65ec336558472d02e37454c4e238d5d Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:43:21 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 465cb421..02a8e5e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Build Process + +To build the project, ensure that all necessary project files are present in the repository. If you encounter the error `MSB1009: Project file does not exist`, verify the project file paths in the build scripts and ensure all required files are included. + +Run the build command from the project's root directory. + # Sonic RSDK + Oxygen Engine (Help Needed) Aims to mix different Sonic the Hedgehog games into a single big game. Acts as a legal but cheaper version of Sonic Origins for fans that dont want to get scammed. From 156621347ec49aa5b07e5a5a1ecb9301eebd6c0f Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:43:32 +0000 Subject: [PATCH 2/2] Update .github/build_script.yml --- .github/build_script.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/build_script.yml diff --git a/.github/build_script.yml b/.github/build_script.yml new file mode 100644 index 00000000..559eed2d --- /dev/null +++ b/.github/build_script.yml @@ -0,0 +1,2 @@ +- project: ./missing_project_file.csproj + project: ./correct_project_file.csproj