This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cyan.sln
45 lines (45 loc) · 2.14 KB
/
Cyan.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 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cyan", "Cyan\Cyan.csproj", "{D52CD49C-4D1F-4925-9E31-CE0B9B054C7A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{120E7FAB-1CCD-4499-8F55-DB708B23F32B}"
ProjectSection(SolutionItems) = preProject
Cyan.vsmdi = Cyan.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cyan.Tests", "Cyan.Tests\Cyan.Tests.csproj", "{0AEA7323-D5F3-44B3-B0D1-344D16FB8B8E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{40C29599-1766-4CBC-8A41-D83F1041DC3B}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D52CD49C-4D1F-4925-9E31-CE0B9B054C7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D52CD49C-4D1F-4925-9E31-CE0B9B054C7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D52CD49C-4D1F-4925-9E31-CE0B9B054C7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D52CD49C-4D1F-4925-9E31-CE0B9B054C7A}.Release|Any CPU.Build.0 = Release|Any CPU
{0AEA7323-D5F3-44B3-B0D1-344D16FB8B8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AEA7323-D5F3-44B3-B0D1-344D16FB8B8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AEA7323-D5F3-44B3-B0D1-344D16FB8B8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AEA7323-D5F3-44B3-B0D1-344D16FB8B8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Cyan.vsmdi
EndGlobalSection
EndGlobal