summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/mod-build-config.md1
-rw-r--r--src/SMAPI.sln1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/mod-build-config.md b/docs/mod-build-config.md
new file mode 100644
index 00000000..4ec83e93
--- /dev/null
+++ b/docs/mod-build-config.md
@@ -0,0 +1 @@
+[Documentation moved](technical/mod-package.md).
diff --git a/src/SMAPI.sln b/src/SMAPI.sln
index 8ee91b11..73852d30 100644
--- a/src/SMAPI.sln
+++ b/src/SMAPI.sln
@@ -35,6 +35,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{09CF91E5
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{EB35A917-67B9-4EFA-8DFC-4FB49B3949BB}"
ProjectSection(SolutionItems) = preProject
+ ..\docs\mod-build-config.md = ..\docs\mod-build-config.md
..\docs\README.md = ..\docs\README.md
..\docs\release-notes.md = ..\docs\release-notes.md
EndProjectSection