-
Notifications
You must be signed in to change notification settings - Fork 0
/
GitReader.SourceGenerator.sln
44 lines (44 loc) · 2.4 KB
/
GitReader.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_SolutionFiles", "_SolutionFiles", "{9224D29C-14CD-4E48-B6F1-46BE4C1ACB89}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
GitVersion.yml = GitVersion.yml
README.md = README.md
src\WarningConfiguration.targets = src\WarningConfiguration.targets
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{93896F86-F44A-40FE-87D1-9D3F4E4E221C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\nightly-release.yml = .github\workflows\nightly-release.yml
.github\workflows\pr-build.yml = .github\workflows\pr-build.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitReader.SourceGenerator", "src\GitReader.SourceGenerator\GitReader.SourceGenerator.csproj", "{026690F8-2C9D-4D94-8437-FE9B85007212}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitReader.SourceGenerator.Tests", "src\GitReader.SourceGenerator.Tests\GitReader.SourceGenerator.Tests.csproj", "{19BD5AEF-CC21-4BD7-A077-E8305F1324CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{93896F86-F44A-40FE-87D1-9D3F4E4E221C} = {9224D29C-14CD-4E48-B6F1-46BE4C1ACB89}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{026690F8-2C9D-4D94-8437-FE9B85007212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{026690F8-2C9D-4D94-8437-FE9B85007212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{026690F8-2C9D-4D94-8437-FE9B85007212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{026690F8-2C9D-4D94-8437-FE9B85007212}.Release|Any CPU.Build.0 = Release|Any CPU
{19BD5AEF-CC21-4BD7-A077-E8305F1324CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19BD5AEF-CC21-4BD7-A077-E8305F1324CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19BD5AEF-CC21-4BD7-A077-E8305F1324CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19BD5AEF-CC21-4BD7-A077-E8305F1324CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal