-
Notifications
You must be signed in to change notification settings - Fork 3
/
ColorCode.sln
44 lines (44 loc) · 2.46 KB
/
ColorCode.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F7333FE4-B5FB-463E-A1DF-7B95405AE755}"
ProjectSection(SolutionItems) = preProject
ColorCode.msbuild = ColorCode.msbuild
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorCode", "ColorCode\ColorCode.csproj", "{37438935-D221-4FD8-A10E-4EC5356B0F94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorCode.AcceptanceTests", "ColorCode.AcceptanceTests\ColorCode.AcceptanceTests.csproj", "{B25E2B63-11CB-4F5C-AADE-99278AC8DCAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorCode.Facts", "ColorCode.Facts\ColorCode.Facts.csproj", "{87A33AAD-7496-4C6A-9D3A-258276A97188}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D1F9F4F6-BFC1-4F18-AAF5-8ACE330EA6EA}"
ProjectSection(SolutionItems) = preProject
.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
{37438935-D221-4FD8-A10E-4EC5356B0F94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37438935-D221-4FD8-A10E-4EC5356B0F94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37438935-D221-4FD8-A10E-4EC5356B0F94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37438935-D221-4FD8-A10E-4EC5356B0F94}.Release|Any CPU.Build.0 = Release|Any CPU
{B25E2B63-11CB-4F5C-AADE-99278AC8DCAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B25E2B63-11CB-4F5C-AADE-99278AC8DCAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B25E2B63-11CB-4F5C-AADE-99278AC8DCAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B25E2B63-11CB-4F5C-AADE-99278AC8DCAC}.Release|Any CPU.Build.0 = Release|Any CPU
{87A33AAD-7496-4C6A-9D3A-258276A97188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87A33AAD-7496-4C6A-9D3A-258276A97188}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87A33AAD-7496-4C6A-9D3A-258276A97188}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87A33AAD-7496-4C6A-9D3A-258276A97188}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal