-
Notifications
You must be signed in to change notification settings - Fork 1
/
Meziantou.Polyfill.sln
56 lines (56 loc) · 3.5 KB
/
Meziantou.Polyfill.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33711.374
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meziantou.Polyfill", "Meziantou.Polyfill\Meziantou.Polyfill.csproj", "{44511A49-0543-4FAC-B934-D022A18749D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meziantou.Polyfill.Tests", "Meziantou.Polyfill.Tests\Meziantou.Polyfill.Tests.csproj", "{D7D546F9-83EC-4323-94F9-9529837A07B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meziantou.Polyfill.Editor", "Meziantou.Polyfill.Editor\Meziantou.Polyfill.Editor.csproj", "{8F241C49-804D-4259-BE96-9D9B3439434C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meziantou.Polyfill.SourceGenerator.Tests", "Meziantou.Polyfill.SourceGenerator.Tests\Meziantou.Polyfill.SourceGenerator.Tests.csproj", "{EE0BDD03-91F0-41FD-AFBC-2F68D499E73D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meziantou.Polyfill.Generator", "Meziantou.Polyfill.Generator\Meziantou.Polyfill.Generator.csproj", "{73D3101F-65DD-4D2D-8529-05E8B5FDD047}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{989AB0EA-9D1F-494C-8B79-18BA0D2FE342}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44511A49-0543-4FAC-B934-D022A18749D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44511A49-0543-4FAC-B934-D022A18749D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44511A49-0543-4FAC-B934-D022A18749D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44511A49-0543-4FAC-B934-D022A18749D8}.Release|Any CPU.Build.0 = Release|Any CPU
{D7D546F9-83EC-4323-94F9-9529837A07B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7D546F9-83EC-4323-94F9-9529837A07B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7D546F9-83EC-4323-94F9-9529837A07B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7D546F9-83EC-4323-94F9-9529837A07B1}.Release|Any CPU.Build.0 = Release|Any CPU
{8F241C49-804D-4259-BE96-9D9B3439434C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F241C49-804D-4259-BE96-9D9B3439434C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F241C49-804D-4259-BE96-9D9B3439434C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F241C49-804D-4259-BE96-9D9B3439434C}.Release|Any CPU.Build.0 = Release|Any CPU
{EE0BDD03-91F0-41FD-AFBC-2F68D499E73D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE0BDD03-91F0-41FD-AFBC-2F68D499E73D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE0BDD03-91F0-41FD-AFBC-2F68D499E73D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE0BDD03-91F0-41FD-AFBC-2F68D499E73D}.Release|Any CPU.Build.0 = Release|Any CPU
{73D3101F-65DD-4D2D-8529-05E8B5FDD047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73D3101F-65DD-4D2D-8529-05E8B5FDD047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73D3101F-65DD-4D2D-8529-05E8B5FDD047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73D3101F-65DD-4D2D-8529-05E8B5FDD047}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2857EBF-0DB8-4497-A2E8-DD48F397E9F9}
EndGlobalSection
EndGlobal