-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSmart_House.sln
43 lines (43 loc) · 2.63 KB
/
Smart_House.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 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartHouse_API", "SmartHouse_API\SmartHouse_API.csproj", "{8F50BEC8-66A9-403C-8D6E-3CC2ED31FF32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartHouse_API.UnitTests", "SmartHouse_API.UnitTests\SmartHouse_API.UnitTests.csproj", "{779C816A-D610-4969-A3FA-0CC172D9B8C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.AspNet.Identity", "MongoDB.AspNet.Identity\MongoDB.AspNet.Identity.csproj", "{0FF87680-235F-4231-8302-9BF6FCAC7476}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartHouse_API.AcceptanceTests", "SmartHouse_API.AcceptanceTests\SmartHouse_API.AcceptanceTests.csproj", "{C95E54C5-DDA1-44BB-8138-B44B0335F636}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F50BEC8-66A9-403C-8D6E-3CC2ED31FF32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F50BEC8-66A9-403C-8D6E-3CC2ED31FF32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F50BEC8-66A9-403C-8D6E-3CC2ED31FF32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F50BEC8-66A9-403C-8D6E-3CC2ED31FF32}.Release|Any CPU.Build.0 = Release|Any CPU
{779C816A-D610-4969-A3FA-0CC172D9B8C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{779C816A-D610-4969-A3FA-0CC172D9B8C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{779C816A-D610-4969-A3FA-0CC172D9B8C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{779C816A-D610-4969-A3FA-0CC172D9B8C0}.Release|Any CPU.Build.0 = Release|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Release|Any CPU.Build.0 = Release|Any CPU
{C95E54C5-DDA1-44BB-8138-B44B0335F636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C95E54C5-DDA1-44BB-8138-B44B0335F636}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C95E54C5-DDA1-44BB-8138-B44B0335F636}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C95E54C5-DDA1-44BB-8138-B44B0335F636}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {248D5C78-E34D-438B-A761-4C50B24D8E8F}
EndGlobalSection
EndGlobal