Adding SRGen to build scripts (#45)

* Adding SRGen to build scripts

Adding support for sr.strings files. sr.strings files can be converted
into .resx and designer cs files by running the SRGen Cake target
Adding a new target to Cake script to run SRGen. SRGen is pulled down as a
nuget package for Cake and executes from the .tools folder.
Adding Cake temp environment to the gitignore
Adding the cake scripts to the sqltoolsservice solution file

* Fixes from pull request comments

* Fix as per @llali

* Actual changes as per @llali

* removing platform type from netcore dependency
This commit is contained in:
Benjamin Russell
2016-09-14 10:29:34 -07:00
committed by GitHub
parent f2a5654a20
commit 938ebb69e0
7 changed files with 133 additions and 58 deletions

View File

@@ -24,7 +24,12 @@
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0"
}
},
"imports": "dnxcore50"
}
},
"runtimes": {