diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-10 11:59:16 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-10 11:59:16 +0200 |
| commit | b64fa61aaa9cc684b72935159048c7f24bafce51 (patch) | |
| tree | f10dee792e286cf061ce755b3e4f0f4b86ed2d1f /Software/Build_ALL.bat | |
| parent | 9bdc80e90d5ed5562430d49525da288a867d5e51 (diff) | |
| download | Tango-b64fa61aaa9cc684b72935159048c7f24bafce51.tar.gz Tango-b64fa61aaa9cc684b72935159048c7f24bafce51.zip | |
Added PMR or solution batch scripts.
Buid_ALL.bat
Build_PMR.bat
Diffstat (limited to 'Software/Build_ALL.bat')
| -rw-r--r-- | Software/Build_ALL.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Build_ALL.bat b/Software/Build_ALL.bat new file mode 100644 index 000000000..05f5f2562 --- /dev/null +++ b/Software/Build_ALL.bat @@ -0,0 +1,9 @@ +@echo Building Protobuf CLI Compiler... +cd Visual_Studio +"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" Utilities\Tango.Protobuf.CLI\Tango.Protobuf.CLI.csproj /build Debug +@echo. +@echo Rebuilding Visual Studio Solution... +"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" Tango.sln /rebuild Debug +@echo. +@echo Done! +Pause
\ No newline at end of file |
