-
Notifications
You must be signed in to change notification settings - Fork 2
/
BetterEnums.sln
31 lines (31 loc) · 1.58 KB
/
BetterEnums.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetterEnums", "BetterEnums\BetterEnums.csproj", "{913B0EB9-6E7C-48CC-A0AA-384623B0264B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetterEnumsExample", "BetterEnumsExample\BetterEnumsExample.csproj", "{A206EFCC-3EF4-435F-B72D-4AA28B350647}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{913B0EB9-6E7C-48CC-A0AA-384623B0264B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{913B0EB9-6E7C-48CC-A0AA-384623B0264B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{913B0EB9-6E7C-48CC-A0AA-384623B0264B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{913B0EB9-6E7C-48CC-A0AA-384623B0264B}.Release|Any CPU.Build.0 = Release|Any CPU
{A206EFCC-3EF4-435F-B72D-4AA28B350647}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A206EFCC-3EF4-435F-B72D-4AA28B350647}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A206EFCC-3EF4-435F-B72D-4AA28B350647}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A206EFCC-3EF4-435F-B72D-4AA28B350647}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50AE8C4A-10DC-4CF2-BB37-CEBEE7520447}
EndGlobalSection
EndGlobal