-
Notifications
You must be signed in to change notification settings - Fork 4
/
Community.VisualStudio.SourceGenerators.sln
57 lines (57 loc) · 3.31 KB
/
Community.VisualStudio.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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2E0ADDC4-4AA5-4D57-B309-DAF502E7555C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.VisualStudio.SourceGenerators", "src\Community.VisualStudio.SourceGenerators\Community.VisualStudio.SourceGenerators.csproj", "{3B743A03-8B3A-4DB3-8C20-D65DE25DF537}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9B796B64-A789-44CD-8B82-8EFC6784FF71}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{589EC942-90CD-4CBF-AEBF-1F21C7EEE3B0}"
ProjectSection(SolutionItems) = preProject
test\.editorconfig = test\.editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.VisualStudio.SourceGenerators.UnitTests", "test\Community.VisualStudio.SourceGenerators.UnitTests\Community.VisualStudio.SourceGenerators.UnitTests.csproj", "{9D7B8767-CF76-4A59-A5A3-3F0B1053DE5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.VisualStudio.SourceGenerators.EndToEndTests", "test\Community.VisualStudio.SourceGenerators.EndToEndTests\Community.VisualStudio.SourceGenerators.EndToEndTests.csproj", "{6C0DC0B8-45EB-4100-B2D1-A691C1ADA474}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B743A03-8B3A-4DB3-8C20-D65DE25DF537}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B743A03-8B3A-4DB3-8C20-D65DE25DF537}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B743A03-8B3A-4DB3-8C20-D65DE25DF537}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B743A03-8B3A-4DB3-8C20-D65DE25DF537}.Release|Any CPU.Build.0 = Release|Any CPU
{9D7B8767-CF76-4A59-A5A3-3F0B1053DE5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D7B8767-CF76-4A59-A5A3-3F0B1053DE5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D7B8767-CF76-4A59-A5A3-3F0B1053DE5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D7B8767-CF76-4A59-A5A3-3F0B1053DE5F}.Release|Any CPU.Build.0 = Release|Any CPU
{6C0DC0B8-45EB-4100-B2D1-A691C1ADA474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C0DC0B8-45EB-4100-B2D1-A691C1ADA474}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C0DC0B8-45EB-4100-B2D1-A691C1ADA474}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C0DC0B8-45EB-4100-B2D1-A691C1ADA474}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3B743A03-8B3A-4DB3-8C20-D65DE25DF537} = {2E0ADDC4-4AA5-4D57-B309-DAF502E7555C}
{9D7B8767-CF76-4A59-A5A3-3F0B1053DE5F} = {589EC942-90CD-4CBF-AEBF-1F21C7EEE3B0}
{6C0DC0B8-45EB-4100-B2D1-A691C1ADA474} = {589EC942-90CD-4CBF-AEBF-1F21C7EEE3B0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10D68B3E-E09C-4ECE-ADD5-FE2B654434D8}
EndGlobalSection
EndGlobal