-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDnet.SourceGenerators.sln
28 lines (28 loc) · 1.35 KB
/
Dnet.SourceGenerators.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35919.96 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dnet.SourceGenerators", "src\Dnet.SourceGenerators\Dnet.SourceGenerators.csproj", "{4BB63CC7-AD7E-7DD3-F6A9-FCCB141E3B11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Integration|Any CPU = Integration|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BB63CC7-AD7E-7DD3-F6A9-FCCB141E3B11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BB63CC7-AD7E-7DD3-F6A9-FCCB141E3B11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BB63CC7-AD7E-7DD3-F6A9-FCCB141E3B11}.Integration|Any CPU.ActiveCfg = Integration|Any CPU
{4BB63CC7-AD7E-7DD3-F6A9-FCCB141E3B11}.Integration|Any CPU.Build.0 = Integration|Any CPU
{4BB63CC7-AD7E-7DD3-F6A9-FCCB141E3B11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BB63CC7-AD7E-7DD3-F6A9-FCCB141E3B11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3337C3A2-F976-42B0-9328-71D26E288440}
EndGlobalSection
EndGlobal