aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Build_STUBS_GUI_INSTALLER.bat
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-02-26 17:01:19 +0200
committerAvi Levkovich <avi@twine-s.com>2018-02-26 17:01:19 +0200
commit82abf5de4ced194ad1e7aa5f26e5f5d692541019 (patch)
tree992e9a82d20b98423b9723702adeb54a61721d61 /Software/Build_STUBS_GUI_INSTALLER.bat
parent5dc0936b6d8cb9bd4c334be0b0ad8dc1f3f84273 (diff)
downloadTango-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.bat6
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