File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# MSBuild Reference
2
2
3
- KSPBuildTools provides msbuild properties and targets for developing KSP plugins
3
+ KSPBuildTools provides msbuild properties and targets for developing KSP plugins.
4
+
5
+ What it does:
6
+
7
+ - Provides a standard way to find your KSP install and the game's libraries that works on anyone's machine and any operating system
8
+ - Provides a way for individual developers to select their KSP install location without modifying git-tracked files
9
+ - Properties can be set for the entire mod instead of needing to do it per project file
10
+ - Provides a standard way to copy output files that works on all operating systems
11
+ - Sets the debug symbols format to portable so that you can [ debug your mod] ( https://gist.github.com/gotmachine/d973adcb9ae413386291170fa346d043 )
12
+ - Sets up Visual Studio's debugging start actions so you can launch KSP directly from VS
13
+ - Includes a target for installing dependencies with CKAN
14
+ - Designed to be used by the [ Build github workflow] ( https://kspbuildtools.readthedocs.io/en/docs/actions/index.html )
15
+ - Includes support for version stamping
4
16
5
17
``` {toctree}
6
18
---
You can’t perform that action at this time.
0 commit comments