-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExcel-Automation-AddIn-with-Installer.sln
43 lines (43 loc) · 2.35 KB
/
Excel-Automation-AddIn-with-Installer.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AUTO_FUNCTIONS", "AUTO_FUNCTIONS\AUTO_FUNCTIONS.vbproj", "{6257C360-7481-43AF-9752-31F873D2A904}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AUTO_INSTALLER_32", "AUTO_INSTALLER_32\AUTO_INSTALLER_32.vdproj", "{0347E027-BAEF-4527-A42A-6756927330A2}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AUTO_INSTALLER_64", "AUTO_INSTALLER_64\AUTO_INSTALLER_64.vdproj", "{39E31670-9633-4DD2-BB9B-E058FE7942CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6257C360-7481-43AF-9752-31F873D2A904}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{6257C360-7481-43AF-9752-31F873D2A904}.Debug|x64.ActiveCfg = Debug|Any CPU
{6257C360-7481-43AF-9752-31F873D2A904}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6257C360-7481-43AF-9752-31F873D2A904}.Release|Any CPU.Build.0 = Release|Any CPU
{6257C360-7481-43AF-9752-31F873D2A904}.Release|x64.ActiveCfg = Release|x64
{6257C360-7481-43AF-9752-31F873D2A904}.Release|x64.Build.0 = Release|x64
{0347E027-BAEF-4527-A42A-6756927330A2}.Debug|Any CPU.ActiveCfg = Release
{0347E027-BAEF-4527-A42A-6756927330A2}.Debug|x64.ActiveCfg = Debug
{0347E027-BAEF-4527-A42A-6756927330A2}.Release|Any CPU.ActiveCfg = Release
{0347E027-BAEF-4527-A42A-6756927330A2}.Release|Any CPU.Build.0 = Release
{0347E027-BAEF-4527-A42A-6756927330A2}.Release|x64.ActiveCfg = Release
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Debug|Any CPU.ActiveCfg = Release
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Debug|x64.ActiveCfg = Debug
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Release|Any CPU.ActiveCfg = Release
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Release|Any CPU.Build.0 = Release
{39E31670-9633-4DD2-BB9B-E058FE7942CF}.Release|x64.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C1368B1-AFB9-4BCD-BE9F-80B6E8D33D38}
EndGlobalSection
EndGlobal