forked from kMutagene/FSharpColors
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSharpColors.sln
More file actions
59 lines (59 loc) · 3.38 KB
/
FSharpColors.sln
File metadata and controls
59 lines (59 loc) · 3.38 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.36
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F1C3697A-14C7-44F4-BB2C-8F2874DD3C7D}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpColors", "src\FSharpColors\FSharpColors.fsproj", "{2B2AF76F-D332-43DF-81EA-B5410493FA8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DDCA53F5-9626-4C73-9BDA-21A28CD98993}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpColors.UnitTests", "tests\FSharpColors.UnitTests\FSharpColors.UnitTests.fsproj", "{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}"
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
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Debug|x64.ActiveCfg = Debug|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Debug|x64.Build.0 = Debug|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Debug|x86.ActiveCfg = Debug|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Debug|x86.Build.0 = Debug|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Release|Any CPU.Build.0 = Release|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Release|x64.ActiveCfg = Release|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Release|x64.Build.0 = Release|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Release|x86.ActiveCfg = Release|Any CPU
{2B2AF76F-D332-43DF-81EA-B5410493FA8B}.Release|x86.Build.0 = Release|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Debug|x64.ActiveCfg = Debug|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Debug|x64.Build.0 = Debug|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Debug|x86.ActiveCfg = Debug|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Debug|x86.Build.0 = Debug|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Release|Any CPU.Build.0 = Release|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Release|x64.ActiveCfg = Release|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Release|x64.Build.0 = Release|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Release|x86.ActiveCfg = Release|Any CPU
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2B2AF76F-D332-43DF-81EA-B5410493FA8B} = {F1C3697A-14C7-44F4-BB2C-8F2874DD3C7D}
{04410448-2C89-48B9-AB7A-54FAC8CBDB0C} = {DDCA53F5-9626-4C73-9BDA-21A28CD98993}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A53D065E-8300-4B7D-90BF-B423B85932F6}
EndGlobalSection
EndGlobal