-
Notifications
You must be signed in to change notification settings - Fork 3
/
EnumCpp.sln
107 lines (107 loc) · 6.59 KB
/
EnumCpp.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Enums", "Enums\Enums.vcxproj", "{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}"
ProjectSection(ProjectDependencies) = postProject
{B925F328-A580-493A-955E-6EB8672B2D4F} = {B925F328-A580-493A-955E-6EB8672B2D4F}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnumCppTests", "EnumCppTests\EnumCppTests.csproj", "{C9F8296E-6039-49E5-854D-2595F9CD77CE}"
ProjectSection(ProjectDependencies) = postProject
{B925F328-A580-493A-955E-6EB8672B2D4F} = {B925F328-A580-493A-955E-6EB8672B2D4F}
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B} = {042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console.Profile", "Console.Profile\Console.Profile.csproj", "{56C7D606-826F-45BD-A7A1-F2E0B4659441}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Documentation", "Documentation\Documentation.shfbproj", "{0F63111A-8B68-4763-87C8-6BF818AEC4D6}"
ProjectSection(ProjectDependencies) = postProject
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B} = {042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{26BF5364-8860-4942-ABC0-20920A6CB3B9}"
ProjectSection(SolutionItems) = preProject
key.snk = key.snk
Methodology.md = Methodology.md
Performance.md = Performance.md
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSIL", "MSIL\MSIL.csproj", "{B925F328-A580-493A-955E-6EB8672B2D4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External Dependencies", "External Dependencies", "{45A1DD16-1878-4A98-84B9-CEA21F6CA46B}"
ProjectSection(SolutionItems) = preProject
External Dependencies\JetBrains.Annotations.PCL328.dll = External Dependencies\JetBrains.Annotations.PCL328.dll
External Dependencies\JetBrains.Annotations.PCL328.xml = External Dependencies\JetBrains.Annotations.PCL328.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Debug|Any CPU.ActiveCfg = Debug|x64
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Debug|Any CPU.Build.0 = Debug|x64
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Debug|x64.ActiveCfg = Debug|x64
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Debug|x64.Build.0 = Debug|x64
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Debug|x86.ActiveCfg = Debug|x64
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Debug|x86.Build.0 = Debug|x64
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Release|Any CPU.ActiveCfg = Release|x64
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Release|Any CPU.Build.0 = Release|x64
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Release|x64.ActiveCfg = Release|x64
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Release|x64.Build.0 = Release|x64
{042AC5EC-5CCF-4ABE-B976-81CA51DFA52B}.Release|x86.ActiveCfg = Release|x64
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Debug|x64.ActiveCfg = Debug|x64
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Debug|x64.Build.0 = Debug|x64
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Debug|x86.ActiveCfg = Debug|x86
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Debug|x86.Build.0 = Debug|x86
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Release|Any CPU.Build.0 = Release|Any CPU
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Release|x64.ActiveCfg = Release|x64
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Release|x64.Build.0 = Release|x64
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Release|x86.ActiveCfg = Release|x86
{C9F8296E-6039-49E5-854D-2595F9CD77CE}.Release|x86.Build.0 = Release|x86
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Debug|x64.ActiveCfg = Debug|x64
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Debug|x64.Build.0 = Debug|x64
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Debug|x86.ActiveCfg = Debug|x86
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Debug|x86.Build.0 = Debug|x86
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Release|Any CPU.Build.0 = Release|Any CPU
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Release|x64.ActiveCfg = Release|x64
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Release|x64.Build.0 = Release|x64
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Release|x86.ActiveCfg = Release|x86
{56C7D606-826F-45BD-A7A1-F2E0B4659441}.Release|x86.Build.0 = Release|x86
{0F63111A-8B68-4763-87C8-6BF818AEC4D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F63111A-8B68-4763-87C8-6BF818AEC4D6}.Debug|x64.ActiveCfg = Debug|Any CPU
{0F63111A-8B68-4763-87C8-6BF818AEC4D6}.Debug|x86.ActiveCfg = Debug|Any CPU
{0F63111A-8B68-4763-87C8-6BF818AEC4D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F63111A-8B68-4763-87C8-6BF818AEC4D6}.Release|x64.ActiveCfg = Release|Any CPU
{0F63111A-8B68-4763-87C8-6BF818AEC4D6}.Release|x86.ActiveCfg = Release|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Debug|x64.ActiveCfg = Debug|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Debug|x64.Build.0 = Debug|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Debug|x86.ActiveCfg = Debug|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Debug|x86.Build.0 = Debug|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Release|Any CPU.Build.0 = Release|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Release|x64.ActiveCfg = Release|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Release|x64.Build.0 = Release|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Release|x86.ActiveCfg = Release|Any CPU
{B925F328-A580-493A-955E-6EB8672B2D4F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal