-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathZomp.SyncMethodGenerator.sln
90 lines (90 loc) · 4.9 KB
/
Zomp.SyncMethodGenerator.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32916.344
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zomp.SyncMethodGenerator", "src\Zomp.SyncMethodGenerator\Zomp.SyncMethodGenerator.csproj", "{9C4836A5-FD48-4563-AFAF-EC32AD1859BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{120EB42D-886C-4640-9C40-89104F84BABE}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{AE4C95B5-1D26-4B3F-9459-4D0F70099FD5}"
ProjectSection(SolutionItems) = preProject
tests\coverlet.runsettings = tests\coverlet.runsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0504B10E-4B5F-45E9-8661-05057A232157}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
NuGet.Config = NuGet.Config
package.json = package.json
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generator.Tests", "tests\Generator.Tests\Generator.Tests.csproj", "{DEB7DF97-43ED-49D6-8C05-6B2681208610}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenerationSandbox.Tests", "tests\GenerationSandbox.Tests\GenerationSandbox.Tests.csproj", "{BDEA21AD-6081-44AC-AD85-63803FDBED89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{12C22879-AE16-4BD4-ADE5-1F97DDEF9E11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1C91E12D-2680-4E7D-9A8F-8E4548F49C62}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".husky", ".husky", "{D10EEA31-447A-4D33-A305-E5274E1B4240}"
ProjectSection(SolutionItems) = preProject
.husky\pre-commit = .husky\pre-commit
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{F40847A8-EF57-4E9F-8AF6-CAB2CC20B45E}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".vscode", ".vscode", "{356FB7F3-77F6-4DF7-95CC-25EA735F4755}"
ProjectSection(SolutionItems) = preProject
.vscode\spellright.dict = .vscode\spellright.dict
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C4836A5-FD48-4563-AFAF-EC32AD1859BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C4836A5-FD48-4563-AFAF-EC32AD1859BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C4836A5-FD48-4563-AFAF-EC32AD1859BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C4836A5-FD48-4563-AFAF-EC32AD1859BD}.Release|Any CPU.Build.0 = Release|Any CPU
{DEB7DF97-43ED-49D6-8C05-6B2681208610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEB7DF97-43ED-49D6-8C05-6B2681208610}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEB7DF97-43ED-49D6-8C05-6B2681208610}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEB7DF97-43ED-49D6-8C05-6B2681208610}.Release|Any CPU.Build.0 = Release|Any CPU
{BDEA21AD-6081-44AC-AD85-63803FDBED89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDEA21AD-6081-44AC-AD85-63803FDBED89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDEA21AD-6081-44AC-AD85-63803FDBED89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDEA21AD-6081-44AC-AD85-63803FDBED89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9C4836A5-FD48-4563-AFAF-EC32AD1859BD} = {120EB42D-886C-4640-9C40-89104F84BABE}
{DEB7DF97-43ED-49D6-8C05-6B2681208610} = {AE4C95B5-1D26-4B3F-9459-4D0F70099FD5}
{BDEA21AD-6081-44AC-AD85-63803FDBED89} = {AE4C95B5-1D26-4B3F-9459-4D0F70099FD5}
{12C22879-AE16-4BD4-ADE5-1F97DDEF9E11} = {0504B10E-4B5F-45E9-8661-05057A232157}
{1C91E12D-2680-4E7D-9A8F-8E4548F49C62} = {12C22879-AE16-4BD4-ADE5-1F97DDEF9E11}
{D10EEA31-447A-4D33-A305-E5274E1B4240} = {0504B10E-4B5F-45E9-8661-05057A232157}
{F40847A8-EF57-4E9F-8AF6-CAB2CC20B45E} = {0504B10E-4B5F-45E9-8661-05057A232157}
{356FB7F3-77F6-4DF7-95CC-25EA735F4755} = {0504B10E-4B5F-45E9-8661-05057A232157}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CDD8FAE-3E18-41AF-8A3B-3E12A09E0E41}
EndGlobalSection
EndGlobal