-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEnlightFountainControlLibrary.sln
More file actions
35 lines (35 loc) · 1.85 KB
/
Copy pathEnlightFountainControlLibrary.sln
File metadata and controls
35 lines (35 loc) · 1.85 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnlightFountainControlLibrary", "EnlightFountainControlLibrary\EnlightFountainControlLibrary.csproj", "{135120FA-47AB-4C9D-9C97-FBCB3944023B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{BE80774E-0BFA-4D30-859E-96F94FB0B45B}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnlightFountainControlLibraryTest", "EnlightFountainControlLibraryTest\EnlightFountainControlLibraryTest.csproj", "{4193F488-1949-4273-9843-899D540874DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{135120FA-47AB-4C9D-9C97-FBCB3944023B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{135120FA-47AB-4C9D-9C97-FBCB3944023B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{135120FA-47AB-4C9D-9C97-FBCB3944023B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{135120FA-47AB-4C9D-9C97-FBCB3944023B}.Release|Any CPU.Build.0 = Release|Any CPU
{4193F488-1949-4273-9843-899D540874DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4193F488-1949-4273-9843-899D540874DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4193F488-1949-4273-9843-899D540874DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4193F488-1949-4273-9843-899D540874DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal