Add SLN file and make projects build in VS (#173)

* Add SLN file and make projects build in VS

- Added new ActionsRunner.sln file with all the CSPROJ's in it
- Added Directory.Build.props that gets auto-included in all CSPROJ files under it
- Made default runtime platforms for Windows and Linux (to be 64bit) so that you don't have to specify it in order to build

* Remove extra invalid parens
This commit is contained in:
Eilon Lipton
2019-11-06 13:57:46 -08:00
committed by Thomas Boop
parent ec9cb6c68d
commit 76078b5c44
10 changed files with 125 additions and 267 deletions

1
.gitignore vendored
View File

@@ -3,7 +3,6 @@
**/libs
**/*.xproj
**/*.xproj.user
**/*.sln
**/.vs
**/.vscode
**/*.error