-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeCraft.EnumExtension.sln
More file actions
42 lines (42 loc) · 2.46 KB
/
CodeCraft.EnumExtension.sln
File metadata and controls
42 lines (42 loc) · 2.46 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeCraft.EnumExtension", "CodeCraft.EnumExtension\CodeCraft.EnumExtension.csproj", "{81E98140-8B0B-41E8-BD04-92EB5C329122}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeCraft.EnumExtension.CoreUnitTests", "CodeCraft.EnumExtension.CoreUnitTests\CodeCraft.EnumExtension.CoreUnitTests.csproj", "{B038133C-AFD0-4755-B8E1-CA92442C1C36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCraft.EnumExtension.NetFrameworkUnitTests", "CodeCraft.EnumExtension.NetFrameworkUnitTests\CodeCraft.EnumExtension.NetFrameworkUnitTests.csproj", "{67740706-2EE5-4EC4-841C-D06C95EBE2EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0BBD8F17-0679-4302-ABD5-DE7277368367}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81E98140-8B0B-41E8-BD04-92EB5C329122}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81E98140-8B0B-41E8-BD04-92EB5C329122}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81E98140-8B0B-41E8-BD04-92EB5C329122}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81E98140-8B0B-41E8-BD04-92EB5C329122}.Release|Any CPU.Build.0 = Release|Any CPU
{B038133C-AFD0-4755-B8E1-CA92442C1C36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B038133C-AFD0-4755-B8E1-CA92442C1C36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B038133C-AFD0-4755-B8E1-CA92442C1C36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B038133C-AFD0-4755-B8E1-CA92442C1C36}.Release|Any CPU.Build.0 = Release|Any CPU
{67740706-2EE5-4EC4-841C-D06C95EBE2EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67740706-2EE5-4EC4-841C-D06C95EBE2EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67740706-2EE5-4EC4-841C-D06C95EBE2EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67740706-2EE5-4EC4-841C-D06C95EBE2EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20CD4144-9021-440D-89E6-ECFEB52C6F41}
EndGlobalSection
EndGlobal