-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentSpreadsheets.sln
83 lines (83 loc) · 5.81 KB
/
FluentSpreadsheets.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentSpreadsheets", "Source\FluentSpreadsheets\FluentSpreadsheets.csproj", "{198E8839-3CE0-49A1-9725-2C75627B06EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentSpreadsheets.Playground", "Source\FluentSpreadsheets.Playground\FluentSpreadsheets.Playground.csproj", "{BCD046BE-A15A-485C-B3FB-3D78513C6658}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentSpreadsheets.ClosedXML", "Source\FluentSpreadsheets.ClosedXML\FluentSpreadsheets.ClosedXML.csproj", "{67A2A4BB-4EF0-4F58-B1BF-962ECBBF8E68}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{83F888A6-8564-45CB-B5B6-6C95C71D869F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentSpreadsheets.Examples.Students", "Examples\FluentSpreadsheets.Examples.Students\FluentSpreadsheets.Examples.Students.csproj", "{ECDC4DC6-E484-46BE-AE1E-D81167A849BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSpreadsheets.GoogleSheets", "Source\FluentSpreadsheets.GoogleSheets\FluentSpreadsheets.GoogleSheets.csproj", "{EF52B979-9A1C-4F41-AD8C-B78583EED49F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSpreadsheets.Examples.Components", "Examples\FluentSpreadsheets.Examples.Components\FluentSpreadsheets.Examples.Components.csproj", "{17E5C95D-022B-44CF-BCCE-EF7326CF6B25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSpreadsheets.Examples.Tables", "Examples\FluentSpreadsheets.Examples.Tables\FluentSpreadsheets.Examples.Tables.csproj", "{1B94DDA7-A55A-4202-B271-C018E846A1A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSpreadsheets.Test", "FluentSpreadsheets.Test\FluentSpreadsheets.Test.csproj", "{8C09C0B6-42CC-4F59-9058-F947AC8999BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{884F5F9B-8897-40DE-998F-51CDD732200F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{D4A183C7-3C26-43ED-A7A3-85410E0EA5CF}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{198E8839-3CE0-49A1-9725-2C75627B06EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{198E8839-3CE0-49A1-9725-2C75627B06EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{198E8839-3CE0-49A1-9725-2C75627B06EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{198E8839-3CE0-49A1-9725-2C75627B06EC}.Release|Any CPU.Build.0 = Release|Any CPU
{BCD046BE-A15A-485C-B3FB-3D78513C6658}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCD046BE-A15A-485C-B3FB-3D78513C6658}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCD046BE-A15A-485C-B3FB-3D78513C6658}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCD046BE-A15A-485C-B3FB-3D78513C6658}.Release|Any CPU.Build.0 = Release|Any CPU
{67A2A4BB-4EF0-4F58-B1BF-962ECBBF8E68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67A2A4BB-4EF0-4F58-B1BF-962ECBBF8E68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67A2A4BB-4EF0-4F58-B1BF-962ECBBF8E68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67A2A4BB-4EF0-4F58-B1BF-962ECBBF8E68}.Release|Any CPU.Build.0 = Release|Any CPU
{ECDC4DC6-E484-46BE-AE1E-D81167A849BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECDC4DC6-E484-46BE-AE1E-D81167A849BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECDC4DC6-E484-46BE-AE1E-D81167A849BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECDC4DC6-E484-46BE-AE1E-D81167A849BB}.Release|Any CPU.Build.0 = Release|Any CPU
{EF52B979-9A1C-4F41-AD8C-B78583EED49F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF52B979-9A1C-4F41-AD8C-B78583EED49F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF52B979-9A1C-4F41-AD8C-B78583EED49F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF52B979-9A1C-4F41-AD8C-B78583EED49F}.Release|Any CPU.Build.0 = Release|Any CPU
{17E5C95D-022B-44CF-BCCE-EF7326CF6B25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17E5C95D-022B-44CF-BCCE-EF7326CF6B25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17E5C95D-022B-44CF-BCCE-EF7326CF6B25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17E5C95D-022B-44CF-BCCE-EF7326CF6B25}.Release|Any CPU.Build.0 = Release|Any CPU
{1B94DDA7-A55A-4202-B271-C018E846A1A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B94DDA7-A55A-4202-B271-C018E846A1A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B94DDA7-A55A-4202-B271-C018E846A1A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B94DDA7-A55A-4202-B271-C018E846A1A4}.Release|Any CPU.Build.0 = Release|Any CPU
{8C09C0B6-42CC-4F59-9058-F947AC8999BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C09C0B6-42CC-4F59-9058-F947AC8999BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C09C0B6-42CC-4F59-9058-F947AC8999BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C09C0B6-42CC-4F59-9058-F947AC8999BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ECDC4DC6-E484-46BE-AE1E-D81167A849BB} = {83F888A6-8564-45CB-B5B6-6C95C71D869F}
{17E5C95D-022B-44CF-BCCE-EF7326CF6B25} = {83F888A6-8564-45CB-B5B6-6C95C71D869F}
{1B94DDA7-A55A-4202-B271-C018E846A1A4} = {83F888A6-8564-45CB-B5B6-6C95C71D869F}
{D4A183C7-3C26-43ED-A7A3-85410E0EA5CF} = {884F5F9B-8897-40DE-998F-51CDD732200F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46A80724-DDF3-4E9A-9EFE-451A01025AE6}
EndGlobalSection
EndGlobal