Update solution
This commit is contained in:
parent
fd63d004f5
commit
c29849b19d
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"dotnet.defaultSolution": "ExcelAddIn.sln"
|
||||
}
|
25
ExcelAddIn.sln
Normal file
25
ExcelAddIn.sln
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user