-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPivotSharp.sln
More file actions
38 lines (38 loc) · 2.21 KB
/
PivotSharp.sln
File metadata and controls
38 lines (38 loc) · 2.21 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
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35201.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PivotSharp", "src\PivotSharp\PivotSharp.csproj", "{13B128D1-FE4A-4B9F-A60A-B90A027F1A28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PivotSharp.Tests", "tests\PivotSharp.Tests\PivotSharp.Tests.csproj", "{2469A63B-7A62-470C-A097-EC88C4E567AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB22AB77-5015-4F0C-B478-421729FD994B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PivotSharp.WebCore", "samples\PivotSharp.WebCore\PivotSharp.WebCore.csproj", "{7DAACC1F-6E7D-42CB-AEF4-7FFDB57E6531}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13B128D1-FE4A-4B9F-A60A-B90A027F1A28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13B128D1-FE4A-4B9F-A60A-B90A027F1A28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13B128D1-FE4A-4B9F-A60A-B90A027F1A28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13B128D1-FE4A-4B9F-A60A-B90A027F1A28}.Release|Any CPU.Build.0 = Release|Any CPU
{2469A63B-7A62-470C-A097-EC88C4E567AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2469A63B-7A62-470C-A097-EC88C4E567AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2469A63B-7A62-470C-A097-EC88C4E567AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2469A63B-7A62-470C-A097-EC88C4E567AA}.Release|Any CPU.Build.0 = Release|Any CPU
{7DAACC1F-6E7D-42CB-AEF4-7FFDB57E6531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DAACC1F-6E7D-42CB-AEF4-7FFDB57E6531}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DAACC1F-6E7D-42CB-AEF4-7FFDB57E6531}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DAACC1F-6E7D-42CB-AEF4-7FFDB57E6531}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0886CE87-04AD-4A93-B4E8-9D9ECDFDD189}
EndGlobalSection
EndGlobal