summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-06-13 16:21:02 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-06-13 16:21:02 +0300
commitc29849b19d444956f002a65377610f639c0873e1 (patch)
treeb64f2df3496706d865b739947a30f53fac9a8810
parentfd63d004f5f1d74e01f60bfec4fc80fbd6b14e74 (diff)
Update solution
-rw-r--r--.vscode/settings.json3
-rw-r--r--ExcelAddIn.sln25
2 files changed, 28 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..b281cad
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "dotnet.defaultSolution": "ExcelAddIn.sln"
+} \ No newline at end of file
diff --git a/ExcelAddIn.sln b/ExcelAddIn.sln
new file mode 100644
index 0000000..f8fb25f
--- /dev/null
+++ b/ExcelAddIn.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.5.001.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExcelAddIn", "ExcelAddIn.csproj", "{E352C4DC-88E8-46E3-9CCE-C11702296628}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {E352C4DC-88E8-46E3-9CCE-C11702296628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E352C4DC-88E8-46E3-9CCE-C11702296628}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E352C4DC-88E8-46E3-9CCE-C11702296628}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E352C4DC-88E8-46E3-9CCE-C11702296628}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {097E31CF-2F26-40D7-AFC3-D5B8DDD45352}
+ EndGlobalSection
+EndGlobal