-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathSpreadCheetah.sln
90 lines (90 loc) · 6.3 KB
/
SpreadCheetah.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
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadCheetah", "SpreadCheetah\SpreadCheetah.csproj", "{2A3B8833-9C43-495F-BBDD-3DDE5A334C73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadCheetah.Test", "SpreadCheetah.Test\SpreadCheetah.Test.csproj", "{AB4D5E46-E737-4F7B-9C06-BC5C1523921C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{9293B230-E996-44D7-B9E9-0900D05AA116}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.globalconfig = .globalconfig
BannedSymbols.txt = BannedSymbols.txt
coverlet.runsettings = coverlet.runsettings
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadCheetah.Benchmark", "SpreadCheetah.Benchmark\SpreadCheetah.Benchmark.csproj", "{94A9EB95-DB35-4E4B-BE34-7BFA5F46EDC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadCheetah.Benchmark.Test", "SpreadCheetah.Benchmark.Test\SpreadCheetah.Benchmark.Test.csproj", "{731959E5-0D4A-4BE8-9AF0-9A584A30484E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadCheetah.SourceGenerator", "SpreadCheetah.SourceGenerator\SpreadCheetah.SourceGenerator.csproj", "{160C81CD-9A4D-4889-A444-C21821D30A0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadCheetah.SourceGenerator.Test", "SpreadCheetah.SourceGenerator.Test\SpreadCheetah.SourceGenerator.Test.csproj", "{AA2AE8D2-0155-406F-9566-93A82CFD7F09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadCheetah.SourceGenerator.SnapshotTest", "SpreadCheetah.SourceGenerator.SnapshotTest\SpreadCheetah.SourceGenerator.SnapshotTest.csproj", "{04309D97-0BFA-419F-99A0-FED6704680C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadCheetah.AotCompatibilityCheck", "SpreadCheetah.AotCompatibilityCheck\SpreadCheetah.AotCompatibilityCheck.csproj", "{93D3C759-C47F-4039-8160-FB7A3DCE89E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadCheetah.SourceGenerator.CSharp8Test", "SpreadCheetah.SourceGenerator.CSharp8Test\SpreadCheetah.SourceGenerator.CSharp8Test.csproj", "{922F3921-1783-44CC-AF2B-DDDE039913A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadCheetah.TestHelpers", "SpreadCheetah.TestHelpers\SpreadCheetah.TestHelpers.csproj", "{35778347-6F42-484A-A50A-BA33B6892B3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A3B8833-9C43-495F-BBDD-3DDE5A334C73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A3B8833-9C43-495F-BBDD-3DDE5A334C73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A3B8833-9C43-495F-BBDD-3DDE5A334C73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A3B8833-9C43-495F-BBDD-3DDE5A334C73}.Release|Any CPU.Build.0 = Release|Any CPU
{AB4D5E46-E737-4F7B-9C06-BC5C1523921C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB4D5E46-E737-4F7B-9C06-BC5C1523921C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB4D5E46-E737-4F7B-9C06-BC5C1523921C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB4D5E46-E737-4F7B-9C06-BC5C1523921C}.Release|Any CPU.Build.0 = Release|Any CPU
{94A9EB95-DB35-4E4B-BE34-7BFA5F46EDC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94A9EB95-DB35-4E4B-BE34-7BFA5F46EDC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94A9EB95-DB35-4E4B-BE34-7BFA5F46EDC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94A9EB95-DB35-4E4B-BE34-7BFA5F46EDC7}.Release|Any CPU.Build.0 = Release|Any CPU
{731959E5-0D4A-4BE8-9AF0-9A584A30484E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{731959E5-0D4A-4BE8-9AF0-9A584A30484E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{731959E5-0D4A-4BE8-9AF0-9A584A30484E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{731959E5-0D4A-4BE8-9AF0-9A584A30484E}.Release|Any CPU.Build.0 = Release|Any CPU
{160C81CD-9A4D-4889-A444-C21821D30A0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{160C81CD-9A4D-4889-A444-C21821D30A0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{160C81CD-9A4D-4889-A444-C21821D30A0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{160C81CD-9A4D-4889-A444-C21821D30A0C}.Release|Any CPU.Build.0 = Release|Any CPU
{AA2AE8D2-0155-406F-9566-93A82CFD7F09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA2AE8D2-0155-406F-9566-93A82CFD7F09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA2AE8D2-0155-406F-9566-93A82CFD7F09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA2AE8D2-0155-406F-9566-93A82CFD7F09}.Release|Any CPU.Build.0 = Release|Any CPU
{04309D97-0BFA-419F-99A0-FED6704680C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04309D97-0BFA-419F-99A0-FED6704680C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04309D97-0BFA-419F-99A0-FED6704680C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04309D97-0BFA-419F-99A0-FED6704680C7}.Release|Any CPU.Build.0 = Release|Any CPU
{93D3C759-C47F-4039-8160-FB7A3DCE89E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93D3C759-C47F-4039-8160-FB7A3DCE89E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93D3C759-C47F-4039-8160-FB7A3DCE89E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93D3C759-C47F-4039-8160-FB7A3DCE89E8}.Release|Any CPU.Build.0 = Release|Any CPU
{922F3921-1783-44CC-AF2B-DDDE039913A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{922F3921-1783-44CC-AF2B-DDDE039913A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{922F3921-1783-44CC-AF2B-DDDE039913A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{922F3921-1783-44CC-AF2B-DDDE039913A8}.Release|Any CPU.Build.0 = Release|Any CPU
{35778347-6F42-484A-A50A-BA33B6892B3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35778347-6F42-484A-A50A-BA33B6892B3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35778347-6F42-484A-A50A-BA33B6892B3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35778347-6F42-484A-A50A-BA33B6892B3D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCEB6D46-0B18-4540-A498-8C5AA9B990E1}
EndGlobalSection
EndGlobal