-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathAnalyzeInExcel.sln
More file actions
35 lines (35 loc) · 1.92 KB
/
AnalyzeInExcel.sln
File metadata and controls
35 lines (35 loc) · 1.92 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30317.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalyzeInExcel", "AnalyzeInExcel\AnalyzeInExcel.csproj", "{E951EFB4-3CFF-4B1A-9313-27A5A3166B0F}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SetupAnalyzeInExcel", "SetupAnalyzeInExcel\SetupAnalyzeInExcel.vdproj", "{E690AAF8-7226-44C6-824C-63D2EC27EC23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalToolsInstaller", "ExternalToolsInstaller\ExternalToolsInstaller.csproj", "{91B65004-6E31-4F13-8523-5A4B188A7546}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E951EFB4-3CFF-4B1A-9313-27A5A3166B0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E951EFB4-3CFF-4B1A-9313-27A5A3166B0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E951EFB4-3CFF-4B1A-9313-27A5A3166B0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E951EFB4-3CFF-4B1A-9313-27A5A3166B0F}.Release|Any CPU.Build.0 = Release|Any CPU
{E690AAF8-7226-44C6-824C-63D2EC27EC23}.Debug|Any CPU.ActiveCfg = Debug
{E690AAF8-7226-44C6-824C-63D2EC27EC23}.Release|Any CPU.ActiveCfg = Release
{91B65004-6E31-4F13-8523-5A4B188A7546}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91B65004-6E31-4F13-8523-5A4B188A7546}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91B65004-6E31-4F13-8523-5A4B188A7546}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91B65004-6E31-4F13-8523-5A4B188A7546}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3797C216-8F8C-4A72-9C2E-BF91DBD4A6B2}
EndGlobalSection
EndGlobal