-
Notifications
You must be signed in to change notification settings - Fork 0
/
NDProperty.sln
79 lines (79 loc) · 5.13 KB
/
NDProperty.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDProperty.Core", "NDProperty.Core\NDProperty.Core.csproj", "{0CD29ECE-06BC-4BC6-AEBD-99A046E8B62B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDProperty.Analyzer.Test", "NDProperty.Analyzer\NDProperty.Analyzer.Test\NDProperty.Analyzer.Test.csproj", "{12EBDBC0-79AB-4F04-A8A8-A29561724FF6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ECADA391-9B34-4910-A8F7-A81BAD338AA6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
copyToLocalNuget.ps1 = copyToLocalNuget.ps1
README.md = README.md
version.targets = version.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDProperty.Test", "NDProperty.Test\NDProperty.Test.csproj", "{D6EA9C7F-EEE8-47D4-A171-45DEB2E6B340}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDProperty.Generator", "NDProperty.Generator\NDProperty.Generator.csproj", "{66887DB5-5C82-4048-AA93-2F061C09B1F3}"
ProjectSection(ProjectDependencies) = postProject
{A1D6FC6B-D0B5-41E6-AC64-967FED3078D6} = {A1D6FC6B-D0B5-41E6-AC64-967FED3078D6}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDProperty.Analyzer", "NDProperty.Analyzer\NDProperty.Analyzer\NDProperty.Analyzer.csproj", "{1C464CCB-3CDB-4A4C-8EDD-667066700314}"
ProjectSection(ProjectDependencies) = postProject
{A1D6FC6B-D0B5-41E6-AC64-967FED3078D6} = {A1D6FC6B-D0B5-41E6-AC64-967FED3078D6}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDProperty.Analyzer.Dependencys", "NDProperty.Analyzer\NDProperty.Analyzer.Dependencys\NDProperty.Analyzer.Dependencys.csproj", "{A1D6FC6B-D0B5-41E6-AC64-967FED3078D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDProperty.Generator.Attributes", "NDProperty.Generator.Attributes\NDProperty.Generator.Attributes.csproj", "{DB7DC478-0D4B-4FAE-BEF8-3AE24EA2F7AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDProperty", "NDProperty\NDProperty.csproj", "{F773B0D9-A3F9-4C20-9BAE-01AE03973E97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CD29ECE-06BC-4BC6-AEBD-99A046E8B62B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CD29ECE-06BC-4BC6-AEBD-99A046E8B62B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CD29ECE-06BC-4BC6-AEBD-99A046E8B62B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CD29ECE-06BC-4BC6-AEBD-99A046E8B62B}.Release|Any CPU.Build.0 = Release|Any CPU
{12EBDBC0-79AB-4F04-A8A8-A29561724FF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12EBDBC0-79AB-4F04-A8A8-A29561724FF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6EA9C7F-EEE8-47D4-A171-45DEB2E6B340}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6EA9C7F-EEE8-47D4-A171-45DEB2E6B340}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6EA9C7F-EEE8-47D4-A171-45DEB2E6B340}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6EA9C7F-EEE8-47D4-A171-45DEB2E6B340}.Release|Any CPU.Build.0 = Release|Any CPU
{66887DB5-5C82-4048-AA93-2F061C09B1F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66887DB5-5C82-4048-AA93-2F061C09B1F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66887DB5-5C82-4048-AA93-2F061C09B1F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66887DB5-5C82-4048-AA93-2F061C09B1F3}.Release|Any CPU.Build.0 = Release|Any CPU
{1C464CCB-3CDB-4A4C-8EDD-667066700314}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C464CCB-3CDB-4A4C-8EDD-667066700314}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C464CCB-3CDB-4A4C-8EDD-667066700314}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C464CCB-3CDB-4A4C-8EDD-667066700314}.Release|Any CPU.Build.0 = Release|Any CPU
{A1D6FC6B-D0B5-41E6-AC64-967FED3078D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1D6FC6B-D0B5-41E6-AC64-967FED3078D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1D6FC6B-D0B5-41E6-AC64-967FED3078D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1D6FC6B-D0B5-41E6-AC64-967FED3078D6}.Release|Any CPU.Build.0 = Release|Any CPU
{DB7DC478-0D4B-4FAE-BEF8-3AE24EA2F7AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB7DC478-0D4B-4FAE-BEF8-3AE24EA2F7AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB7DC478-0D4B-4FAE-BEF8-3AE24EA2F7AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB7DC478-0D4B-4FAE-BEF8-3AE24EA2F7AE}.Release|Any CPU.Build.0 = Release|Any CPU
{F773B0D9-A3F9-4C20-9BAE-01AE03973E97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F773B0D9-A3F9-4C20-9BAE-01AE03973E97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F773B0D9-A3F9-4C20-9BAE-01AE03973E97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F773B0D9-A3F9-4C20-9BAE-01AE03973E97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE5948E1-61CD-4685-960B-BC25924E20E4}
EndGlobalSection
EndGlobal