-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetOnceGenerator.sln
More file actions
60 lines (60 loc) · 3.51 KB
/
SetOnceGenerator.sln
File metadata and controls
60 lines (60 loc) · 3.51 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SetOnceProperties", "SetOnceProperties\SetOnceProperties.csproj", "{D9EE9802-1D0C-4C9D-B31D-F3D930244943}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SetOnceGenerator", "SetOnceGenerator\SetOnceGenerator.csproj", "{588FFF11-DE2B-492A-93A2-1AA661944154}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Éléments de solution", "Éléments de solution", "{D1FB6899-E74B-43C5-B2BE-6D277F5E0C1C}"
ProjectSection(SolutionItems) = preProject
LICENSES\CeCill-B_LICENSE_English.txt = LICENSES\CeCill-B_LICENSE_English.txt
LICENSES\CeCill-B_LICENSE_French.txt = LICENSES\CeCill-B_LICENSE_French.txt
LICENSES\CeCill-C_LICENSE_English.txt = LICENSES\CeCill-C_LICENSE_English.txt
LICENSES\CeCill-C_LICENSE_French.txt = LICENSES\CeCill-C_LICENSE_French.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deprecated", "Deprecated", "{D57FBFA7-70C7-4F96-B114-619FCAE8304E}"
ProjectSection(SolutionItems) = preProject
Utilities.cs = Utilities.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrossProjectTesting", "CrossProjectTesting\CrossProjectTesting.csproj", "{FE16AAF7-166D-4684-8E03-82BFE3370A78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetOnceGenerator.Attributes", "SetOnceGenerator.Attributes\SetOnceGenerator.Attributes.csproj", "{B4323F0D-E58F-43D7-A108-232705D859C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9EE9802-1D0C-4C9D-B31D-F3D930244943}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9EE9802-1D0C-4C9D-B31D-F3D930244943}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9EE9802-1D0C-4C9D-B31D-F3D930244943}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9EE9802-1D0C-4C9D-B31D-F3D930244943}.Release|Any CPU.Build.0 = Release|Any CPU
{588FFF11-DE2B-492A-93A2-1AA661944154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{588FFF11-DE2B-492A-93A2-1AA661944154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{588FFF11-DE2B-492A-93A2-1AA661944154}.Release|Any CPU.ActiveCfg = Release|Any CPU
{588FFF11-DE2B-492A-93A2-1AA661944154}.Release|Any CPU.Build.0 = Release|Any CPU
{FE16AAF7-166D-4684-8E03-82BFE3370A78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE16AAF7-166D-4684-8E03-82BFE3370A78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE16AAF7-166D-4684-8E03-82BFE3370A78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE16AAF7-166D-4684-8E03-82BFE3370A78}.Release|Any CPU.Build.0 = Release|Any CPU
{B4323F0D-E58F-43D7-A108-232705D859C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4323F0D-E58F-43D7-A108-232705D859C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4323F0D-E58F-43D7-A108-232705D859C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4323F0D-E58F-43D7-A108-232705D859C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D57FBFA7-70C7-4F96-B114-619FCAE8304E} = {D1FB6899-E74B-43C5-B2BE-6D277F5E0C1C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E9038EB-DF54-40DE-BDF8-94FA3D787D1B}
EndGlobalSection
EndGlobal