-
Notifications
You must be signed in to change notification settings - Fork 1
/
ConstructorGenerator.sln
38 lines (38 loc) · 2.45 KB
/
ConstructorGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConstructorGenerator", "ConstructorGenerator\ConstructorGenerator.csproj", "{5A59049C-C55C-47EF-A6F8-218B8B18DB33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox", "Sandbox\Sandbox.csproj", "{B519FBDA-10F5-4B2B-BF4E-94B1CA9735C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConstructorGenerator.Attributes", "ConstructorGenerator.Attributes\ConstructorGenerator.Attributes.csproj", "{AE2D353A-CBB4-44D3-951C-3EA708D6C437}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{B200FBB8-55A9-4798-B467-D4FB227680C6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConstructorGenerator.Tests", "ConstructorGenerator.Tests\ConstructorGenerator.Tests.csproj", "{60A1E066-5481-4535-8AF5-92E5F402FE26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A59049C-C55C-47EF-A6F8-218B8B18DB33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A59049C-C55C-47EF-A6F8-218B8B18DB33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A59049C-C55C-47EF-A6F8-218B8B18DB33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A59049C-C55C-47EF-A6F8-218B8B18DB33}.Release|Any CPU.Build.0 = Release|Any CPU
{B519FBDA-10F5-4B2B-BF4E-94B1CA9735C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B519FBDA-10F5-4B2B-BF4E-94B1CA9735C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B519FBDA-10F5-4B2B-BF4E-94B1CA9735C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE2D353A-CBB4-44D3-951C-3EA708D6C437}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE2D353A-CBB4-44D3-951C-3EA708D6C437}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE2D353A-CBB4-44D3-951C-3EA708D6C437}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE2D353A-CBB4-44D3-951C-3EA708D6C437}.Release|Any CPU.Build.0 = Release|Any CPU
{60A1E066-5481-4535-8AF5-92E5F402FE26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60A1E066-5481-4535-8AF5-92E5F402FE26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60A1E066-5481-4535-8AF5-92E5F402FE26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60A1E066-5481-4535-8AF5-92E5F402FE26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal