-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDecoratorGenerator.sln
54 lines (54 loc) · 3.27 KB
/
DecoratorGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "SampleApp\SampleApp.csproj", "{7D42984C-6E63-4CCA-B146-00520C8CE05B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{2957E82A-47D8-49BB-BA0E-EC05DD3FAB28}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DecoratorGenerator", "DecoratorGenerator\DecoratorGenerator.csproj", "{AFE3BBB2-DDFB-4029-8D2D-0277B89B6EA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleLibrary", "SampleLibrary\SampleLibrary.csproj", "{75EC8F81-2573-4C1B-8924-0175D37B1909}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleLibrary2", "SampleLibrary2\SampleLibrary2.csproj", "{D47F814F-ADE0-4FA6-AA5D-AD5E5BE24BBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DecoratorGenerator.UnitTests", "DecoratorGenerator.UnitTests\DecoratorGenerator.UnitTests.csproj", "{E59C8BDC-6B5C-475A-BB51-11DF383ABA50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D42984C-6E63-4CCA-B146-00520C8CE05B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D42984C-6E63-4CCA-B146-00520C8CE05B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D42984C-6E63-4CCA-B146-00520C8CE05B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D42984C-6E63-4CCA-B146-00520C8CE05B}.Release|Any CPU.Build.0 = Release|Any CPU
{AFE3BBB2-DDFB-4029-8D2D-0277B89B6EA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFE3BBB2-DDFB-4029-8D2D-0277B89B6EA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFE3BBB2-DDFB-4029-8D2D-0277B89B6EA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFE3BBB2-DDFB-4029-8D2D-0277B89B6EA8}.Release|Any CPU.Build.0 = Release|Any CPU
{75EC8F81-2573-4C1B-8924-0175D37B1909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75EC8F81-2573-4C1B-8924-0175D37B1909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75EC8F81-2573-4C1B-8924-0175D37B1909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75EC8F81-2573-4C1B-8924-0175D37B1909}.Release|Any CPU.Build.0 = Release|Any CPU
{D47F814F-ADE0-4FA6-AA5D-AD5E5BE24BBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D47F814F-ADE0-4FA6-AA5D-AD5E5BE24BBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D47F814F-ADE0-4FA6-AA5D-AD5E5BE24BBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D47F814F-ADE0-4FA6-AA5D-AD5E5BE24BBA}.Release|Any CPU.Build.0 = Release|Any CPU
{E59C8BDC-6B5C-475A-BB51-11DF383ABA50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E59C8BDC-6B5C-475A-BB51-11DF383ABA50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E59C8BDC-6B5C-475A-BB51-11DF383ABA50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E59C8BDC-6B5C-475A-BB51-11DF383ABA50}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F95187AE-54EC-4B66-9C83-76B246D6B511}
EndGlobalSection
EndGlobal