-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ServiceScan.SourceGenerator.sln
46 lines (46 loc) · 2.61 KB
/
ServiceScan.SourceGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34825.169
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B4814492-C04A-4DDF-8C13-0F2A009ADBBF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceScan.SourceGenerator", "ServiceScan.SourceGenerator\ServiceScan.SourceGenerator.csproj", "{91F5378F-D636-463A-8F65-43A039BB95DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceScan.SourceGenerator.Playground", "ServiceScan.SourceGenerator.Playground\ServiceScan.SourceGenerator.Playground.csproj", "{957A7F4D-8CA7-4C40-90BE-CFF590342436}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceScan.SourceGenerator.Tests", "ServiceScan.SourceGenerator.Tests\ServiceScan.SourceGenerator.Tests.csproj", "{C837E2E7-243C-48AE-B439-92CA710477BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91F5378F-D636-463A-8F65-43A039BB95DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91F5378F-D636-463A-8F65-43A039BB95DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91F5378F-D636-463A-8F65-43A039BB95DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91F5378F-D636-463A-8F65-43A039BB95DC}.Release|Any CPU.Build.0 = Release|Any CPU
{957A7F4D-8CA7-4C40-90BE-CFF590342436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{957A7F4D-8CA7-4C40-90BE-CFF590342436}.Debug|Any CPU.Build.0 = Debug|Any CPU
{957A7F4D-8CA7-4C40-90BE-CFF590342436}.Release|Any CPU.ActiveCfg = Release|Any CPU
{957A7F4D-8CA7-4C40-90BE-CFF590342436}.Release|Any CPU.Build.0 = Release|Any CPU
{C837E2E7-243C-48AE-B439-92CA710477BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C837E2E7-243C-48AE-B439-92CA710477BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C837E2E7-243C-48AE-B439-92CA710477BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C837E2E7-243C-48AE-B439-92CA710477BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97D548F3-75D2-436F-9FC4-0770B4080DEA}
EndGlobalSection
EndGlobal