-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServiceInjection.sln
More file actions
57 lines (57 loc) · 3.12 KB
/
ServiceInjection.sln
File metadata and controls
57 lines (57 loc) · 3.12 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInjection.SourceGenerators", "ServiceInjection.SourceGenerators\ServiceInjection.SourceGenerators.csproj", "{0FADC50A-4EB7-4285-AACB-0ADA3C149A64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInjection", "ServiceInjection\ServiceInjection.csproj", "{02708BBD-F95F-4FE6-9212-6D4391BE5ADF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{A959D173-214B-45C4-A111-C7689CA4EC54}"
ProjectSection(SolutionItems) = preProject
CONTRIBUTING.md = CONTRIBUTING.md
.github\FUNDING.yml = .github\FUNDING.yml
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceInjection.SourceGenerators.Tests", "ServiceInjection.SourceGenerators.Tests\ServiceInjection.SourceGenerators.Tests.csproj", "{13BB96E1-9A97-4B90-939A-17B7FE13268F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{C0BD680F-40D5-454C-A8FC-7776C4B8C458}"
ProjectSection(SolutionItems) = preProject
.github\workflows\master.yml = .github\workflows\master.yml
.github\workflows\pullrequest.yml = .github\workflows\pullrequest.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F719970A-A1AA-423F-AAAF-37DE3F5724E5}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FADC50A-4EB7-4285-AACB-0ADA3C149A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FADC50A-4EB7-4285-AACB-0ADA3C149A64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FADC50A-4EB7-4285-AACB-0ADA3C149A64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FADC50A-4EB7-4285-AACB-0ADA3C149A64}.Release|Any CPU.Build.0 = Release|Any CPU
{02708BBD-F95F-4FE6-9212-6D4391BE5ADF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02708BBD-F95F-4FE6-9212-6D4391BE5ADF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02708BBD-F95F-4FE6-9212-6D4391BE5ADF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02708BBD-F95F-4FE6-9212-6D4391BE5ADF}.Release|Any CPU.Build.0 = Release|Any CPU
{13BB96E1-9A97-4B90-939A-17B7FE13268F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13BB96E1-9A97-4B90-939A-17B7FE13268F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13BB96E1-9A97-4B90-939A-17B7FE13268F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13BB96E1-9A97-4B90-939A-17B7FE13268F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F2E7ADB1-0003-4D96-816E-C12BED754FCA}
EndGlobalSection
EndGlobal