-
Notifications
You must be signed in to change notification settings - Fork 3
/
Tavis.Home.sln
43 lines (43 loc) · 2.27 KB
/
Tavis.Home.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{66560729-C0D9-43A0-9F62-12C6AD20105E}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build\Build.proj = build\Build.proj
readme.md = readme.md
ReleaseNotes.md = ReleaseNotes.md
build\Tavis.Home.nuspec = build\Tavis.Home.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Home", "src\Home\Home.csproj", "{151AEF3F-322E-4968-9642-25857A4D2ED9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiConsole", "samples\WebApiConsole\WebApiConsole.csproj", "{40BCCD0F-FAF7-4E11-8C7C-072020362FDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HomeTests", "src\HomeTests\HomeTests.csproj", "{59746D39-B2B9-420E-B609-4CA301F9CFBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{151AEF3F-322E-4968-9642-25857A4D2ED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{151AEF3F-322E-4968-9642-25857A4D2ED9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{151AEF3F-322E-4968-9642-25857A4D2ED9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{151AEF3F-322E-4968-9642-25857A4D2ED9}.Release|Any CPU.Build.0 = Release|Any CPU
{40BCCD0F-FAF7-4E11-8C7C-072020362FDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40BCCD0F-FAF7-4E11-8C7C-072020362FDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40BCCD0F-FAF7-4E11-8C7C-072020362FDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40BCCD0F-FAF7-4E11-8C7C-072020362FDF}.Release|Any CPU.Build.0 = Release|Any CPU
{59746D39-B2B9-420E-B609-4CA301F9CFBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59746D39-B2B9-420E-B609-4CA301F9CFBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59746D39-B2B9-420E-B609-4CA301F9CFBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59746D39-B2B9-420E-B609-4CA301F9CFBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal