-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCollections-to-Excel-with-Grouping.sln
30 lines (30 loc) · 1.53 KB
/
Collections-to-Excel-with-Grouping.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26020.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Collections-to-Excel-with-Grouping", "Collections-to-Excel-with-Grouping.csproj", "{6304D015-FCE8-411E-AF87-80F9D9A1370D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug-Xml|Any CPU = Debug-Xml|Any CPU
Release|Any CPU = Release|Any CPU
Release-Xml|Any CPU = Release-Xml|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6304D015-FCE8-411E-AF87-80F9D9A1370D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6304D015-FCE8-411E-AF87-80F9D9A1370D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6304D015-FCE8-411E-AF87-80F9D9A1370D}.Debug-Xml|Any CPU.ActiveCfg = Debug|Any CPU
{6304D015-FCE8-411E-AF87-80F9D9A1370D}.Debug-Xml|Any CPU.Build.0 = Debug|Any CPU
{6304D015-FCE8-411E-AF87-80F9D9A1370D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6304D015-FCE8-411E-AF87-80F9D9A1370D}.Release|Any CPU.Build.0 = Release|Any CPU
{6304D015-FCE8-411E-AF87-80F9D9A1370D}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU
{6304D015-FCE8-411E-AF87-80F9D9A1370D}.Release-Xml|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D48225F-A809-494B-9AD1-A91696D4FA74}
EndGlobalSection
EndGlobal