-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVariantEnum.sln
45 lines (45 loc) · 2.64 KB
/
VariantEnum.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35506.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VariantEnum", "src\VariantEnum\VariantEnum.csproj", "{A173E45C-1C60-4A0E-806D-6FCD948635A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7313D4CC-BAFC-4B6B-A496-8548DCC6495A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "sandbox\ConsoleApp\ConsoleApp.csproj", "{905522B4-CD0A-4C9F-922D-CE95BE6DE747}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sandbox", "sandbox", "{33988C82-86C4-4468-B8A5-B829125089B2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{355D6F23-31AE-40B2-A08D-43BC76FC5B7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VariantEnum.Tests", "tests\VariantEnum.Tests\VariantEnum.Tests.csproj", "{F6956974-1703-4FB2-AA09-6A4004A64BE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A173E45C-1C60-4A0E-806D-6FCD948635A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A173E45C-1C60-4A0E-806D-6FCD948635A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A173E45C-1C60-4A0E-806D-6FCD948635A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A173E45C-1C60-4A0E-806D-6FCD948635A3}.Release|Any CPU.Build.0 = Release|Any CPU
{905522B4-CD0A-4C9F-922D-CE95BE6DE747}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{905522B4-CD0A-4C9F-922D-CE95BE6DE747}.Debug|Any CPU.Build.0 = Debug|Any CPU
{905522B4-CD0A-4C9F-922D-CE95BE6DE747}.Release|Any CPU.ActiveCfg = Release|Any CPU
{905522B4-CD0A-4C9F-922D-CE95BE6DE747}.Release|Any CPU.Build.0 = Release|Any CPU
{F6956974-1703-4FB2-AA09-6A4004A64BE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6956974-1703-4FB2-AA09-6A4004A64BE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6956974-1703-4FB2-AA09-6A4004A64BE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6956974-1703-4FB2-AA09-6A4004A64BE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A173E45C-1C60-4A0E-806D-6FCD948635A3} = {7313D4CC-BAFC-4B6B-A496-8548DCC6495A}
{905522B4-CD0A-4C9F-922D-CE95BE6DE747} = {33988C82-86C4-4468-B8A5-B829125089B2}
{F6956974-1703-4FB2-AA09-6A4004A64BE6} = {355D6F23-31AE-40B2-A08D-43BC76FC5B7A}
EndGlobalSection
EndGlobal