aboutsummaryrefslogtreecommitdiff
path: root/src/Properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/Properties')
-rw-r--r--src/Properties/launchSettings.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json
new file mode 100644
index 0000000..c36dbc3
--- /dev/null
+++ b/src/Properties/launchSettings.json
@@ -0,0 +1,9 @@
+{
+ "profiles": {
+ "Excel": {
+ "commandName": "Executable",
+ "executablePath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE",
+ "commandLineArgs": "RhSolutions-AddIn64.xll"
+ }
+ }
+} \ No newline at end of file