diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-02-26 17:01:19 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-02-26 17:01:19 +0200 |
| commit | 82abf5de4ced194ad1e7aa5f26e5f5d692541019 (patch) | |
| tree | 992e9a82d20b98423b9723702adeb54a61721d61 /Software/Build_STUBS_GUI_INSTALLER.bat | |
| parent | 5dc0936b6d8cb9bd4c334be0b0ad8dc1f3f84273 (diff) | |
| download | Tango-82abf5de4ced194ad1e7aa5f26e5f5d692541019.tar.gz Tango-82abf5de4ced194ad1e7aa5f26e5f5d692541019.zip | |
Roy: Fixed installer projects for Avi.
Diffstat (limited to 'Software/Build_STUBS_GUI_INSTALLER.bat')
| -rw-r--r-- | Software/Build_STUBS_GUI_INSTALLER.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Build_STUBS_GUI_INSTALLER.bat b/Software/Build_STUBS_GUI_INSTALLER.bat new file mode 100644 index 000000000..fc349006d --- /dev/null +++ b/Software/Build_STUBS_GUI_INSTALLER.bat @@ -0,0 +1,6 @@ +cd Visual_Studio +@echo Building Tango.Stubs.Installer project... +"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" Utilities\Tango.Stubs.Installer\Tango.Stubs.Installer.vdproj /build Debug +@echo. +@echo Done! +Pause
\ No newline at end of file |
