-
Notifications
You must be signed in to change notification settings - Fork 33
/
SassAndCoffee.sln
87 lines (87 loc) · 5.61 KB
/
SassAndCoffee.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SassAndCoffee.Core", "SassAndCoffee.Core\SassAndCoffee.Core.csproj", "{C919A173-DD9B-46C4-88A2-4B31A63C501C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SassAndCoffee.Core.Tests", "SassAndCoffee.Core.Tests\SassAndCoffee.Core.Tests.csproj", "{1CA44023-95FB-471E-ACD8-3ECAFAF37211}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SassAndCoffee.AspNet", "SassAndCoffee.AspNet\SassAndCoffee.AspNet.csproj", "{00756046-CCFE-4265-BBDF-7F5FD22E1504}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C572E5DE-7197-4AF9-8D04-5F489C130485}"
ProjectSection(SolutionItems) = preProject
AUTHORS = AUTHORS
BuildingSassInOne.md = BuildingSassInOne.md
CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
COPYING = COPYING
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
SassAndCoffee.nuspec = SassAndCoffee.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6E62EF9A-AE71-4D9C-A456-D6FD90A4A311}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SassAndCoffee.JavaScript", "SassAndCoffee.JavaScript\SassAndCoffee.JavaScript.csproj", "{86D2D468-71B2-4CB5-86B5-DFE16B4E3A71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SassAndCoffee.Ruby", "SassAndCoffee.Ruby\SassAndCoffee.Ruby.csproj", "{DBE7871A-C1F5-4AEA-9B0D-378308DABE90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SassAndCoffee.AspNet.WebTests", "SassAndCoffee.AspNet.WebTests\SassAndCoffee.AspNet.WebTests.csproj", "{5879F93B-B60A-4127-966C-796C1882EC41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C919A173-DD9B-46C4-88A2-4B31A63C501C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C919A173-DD9B-46C4-88A2-4B31A63C501C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C919A173-DD9B-46C4-88A2-4B31A63C501C}.Debug|x64.ActiveCfg = Debug|x64
{C919A173-DD9B-46C4-88A2-4B31A63C501C}.Debug|x64.Build.0 = Debug|x64
{C919A173-DD9B-46C4-88A2-4B31A63C501C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C919A173-DD9B-46C4-88A2-4B31A63C501C}.Release|Any CPU.Build.0 = Release|Any CPU
{C919A173-DD9B-46C4-88A2-4B31A63C501C}.Release|x64.ActiveCfg = Release|x64
{C919A173-DD9B-46C4-88A2-4B31A63C501C}.Release|x64.Build.0 = Release|x64
{1CA44023-95FB-471E-ACD8-3ECAFAF37211}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CA44023-95FB-471E-ACD8-3ECAFAF37211}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CA44023-95FB-471E-ACD8-3ECAFAF37211}.Debug|x64.ActiveCfg = Debug|x64
{1CA44023-95FB-471E-ACD8-3ECAFAF37211}.Debug|x64.Build.0 = Debug|x64
{1CA44023-95FB-471E-ACD8-3ECAFAF37211}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CA44023-95FB-471E-ACD8-3ECAFAF37211}.Release|Any CPU.Build.0 = Release|Any CPU
{1CA44023-95FB-471E-ACD8-3ECAFAF37211}.Release|x64.ActiveCfg = Release|x64
{1CA44023-95FB-471E-ACD8-3ECAFAF37211}.Release|x64.Build.0 = Release|x64
{00756046-CCFE-4265-BBDF-7F5FD22E1504}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00756046-CCFE-4265-BBDF-7F5FD22E1504}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00756046-CCFE-4265-BBDF-7F5FD22E1504}.Debug|x64.ActiveCfg = Debug|Any CPU
{00756046-CCFE-4265-BBDF-7F5FD22E1504}.Debug|x64.Build.0 = Debug|Any CPU
{00756046-CCFE-4265-BBDF-7F5FD22E1504}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00756046-CCFE-4265-BBDF-7F5FD22E1504}.Release|Any CPU.Build.0 = Release|Any CPU
{00756046-CCFE-4265-BBDF-7F5FD22E1504}.Release|x64.ActiveCfg = Release|Any CPU
{00756046-CCFE-4265-BBDF-7F5FD22E1504}.Release|x64.Build.0 = Release|Any CPU
{86D2D468-71B2-4CB5-86B5-DFE16B4E3A71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86D2D468-71B2-4CB5-86B5-DFE16B4E3A71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86D2D468-71B2-4CB5-86B5-DFE16B4E3A71}.Debug|x64.ActiveCfg = Debug|Any CPU
{86D2D468-71B2-4CB5-86B5-DFE16B4E3A71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86D2D468-71B2-4CB5-86B5-DFE16B4E3A71}.Release|Any CPU.Build.0 = Release|Any CPU
{86D2D468-71B2-4CB5-86B5-DFE16B4E3A71}.Release|x64.ActiveCfg = Release|Any CPU
{DBE7871A-C1F5-4AEA-9B0D-378308DABE90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBE7871A-C1F5-4AEA-9B0D-378308DABE90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBE7871A-C1F5-4AEA-9B0D-378308DABE90}.Debug|x64.ActiveCfg = Debug|Any CPU
{DBE7871A-C1F5-4AEA-9B0D-378308DABE90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBE7871A-C1F5-4AEA-9B0D-378308DABE90}.Release|Any CPU.Build.0 = Release|Any CPU
{DBE7871A-C1F5-4AEA-9B0D-378308DABE90}.Release|x64.ActiveCfg = Release|Any CPU
{5879F93B-B60A-4127-966C-796C1882EC41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5879F93B-B60A-4127-966C-796C1882EC41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5879F93B-B60A-4127-966C-796C1882EC41}.Debug|x64.ActiveCfg = Debug|Any CPU
{5879F93B-B60A-4127-966C-796C1882EC41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5879F93B-B60A-4127-966C-796C1882EC41}.Release|Any CPU.Build.0 = Release|Any CPU
{5879F93B-B60A-4127-966C-796C1882EC41}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal