forked from tdwtf/WtfWebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TheDailyWtf.sln
48 lines (48 loc) · 2.78 KB
/
TheDailyWtf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheDailyWtf", "TheDailyWtf\TheDailyWtf.csproj", "{C7C16C09-33E6-4083-9FFD-8E014696591C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{9870781E-D72A-4521-8656-D1BC74FD8F1C}"
ProjectSection(SolutionItems) = preProject
Lib\ICSharpCode.SharpZipLib.dll = Lib\ICSharpCode.SharpZipLib.dll
Lib\InedoLib.dll = Lib\InedoLib.dll
Lib\Microsoft.Web.Infrastructure.dll = Lib\Microsoft.Web.Infrastructure.dll
Lib\Newtonsoft.Json.dll = Lib\Newtonsoft.Json.dll
Lib\System.Web.Helpers.dll = Lib\System.Web.Helpers.dll
Lib\System.Web.Mvc.dll = Lib\System.Web.Mvc.dll
Lib\System.Web.Razor.dll = Lib\System.Web.Razor.dll
Lib\System.Web.WebPages.Deployment.dll = Lib\System.Web.WebPages.Deployment.dll
Lib\System.Web.WebPages.dll = Lib\System.Web.WebPages.dll
Lib\System.Web.WebPages.Razor.dll = Lib\System.Web.WebPages.Razor.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImportDiscourseComments", "ImportDiscourseComments\ImportDiscourseComments.csproj", "{31F45342-9149-421B-A7DD-8FA0B89D880C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FixDiscourseComments", "FixDiscourseComments\FixDiscourseComments.csproj", "{3ADE961A-138C-4745-A6B6-0F4E1097E6D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7C16C09-33E6-4083-9FFD-8E014696591C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7C16C09-33E6-4083-9FFD-8E014696591C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7C16C09-33E6-4083-9FFD-8E014696591C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7C16C09-33E6-4083-9FFD-8E014696591C}.Release|Any CPU.Build.0 = Release|Any CPU
{31F45342-9149-421B-A7DD-8FA0B89D880C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31F45342-9149-421B-A7DD-8FA0B89D880C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31F45342-9149-421B-A7DD-8FA0B89D880C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31F45342-9149-421B-A7DD-8FA0B89D880C}.Release|Any CPU.Build.0 = Release|Any CPU
{3ADE961A-138C-4745-A6B6-0F4E1097E6D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ADE961A-138C-4745-A6B6-0F4E1097E6D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ADE961A-138C-4745-A6B6-0F4E1097E6D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ADE961A-138C-4745-A6B6-0F4E1097E6D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal