Skip to content
Success

Changes

Summary

  1. Beginning of Directory.Build.props settings (commit: fab2471) (details)
Commit fab24718862b0e8116be0591200f909ca97db421 by lamont
Beginning of Directory.Build.props settings

Can create that file in the root with:

```
<Project>
  <PropertyGroup>
    <KspDir>/Users/lamont/ksp/plc_1.12.3</KspDir>
  </PropertyGroup>
</Project>
```

And it'll get passed into copy_build.sh

Or KSPDIR will override that setting

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: fab2471)
The file was modified MechJeb2/MechJeb2.csproj (diff)
The file was modified MechJeb2/copy_build.sh (diff)