-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZillow.sln
37 lines (37 loc) · 2.01 KB
/
Zillow.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zillow", "Zillow\Zillow.csproj", "{BB886612-FD8D-41BA-AD9A-5EFCD221C822}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zillow.Tests", "Zillow.Tests\Zillow.Tests.csproj", "{7240FC5E-6CCC-4CE7-9D14-E11CF83DE520}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zillow.Models", "Zillow.Models\Zillow.Models.csproj", "{80187B05-2693-4861-9B7D-4ECC25CF9D38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB886612-FD8D-41BA-AD9A-5EFCD221C822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB886612-FD8D-41BA-AD9A-5EFCD221C822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB886612-FD8D-41BA-AD9A-5EFCD221C822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB886612-FD8D-41BA-AD9A-5EFCD221C822}.Release|Any CPU.Build.0 = Release|Any CPU
{7240FC5E-6CCC-4CE7-9D14-E11CF83DE520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7240FC5E-6CCC-4CE7-9D14-E11CF83DE520}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7240FC5E-6CCC-4CE7-9D14-E11CF83DE520}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7240FC5E-6CCC-4CE7-9D14-E11CF83DE520}.Release|Any CPU.Build.0 = Release|Any CPU
{80187B05-2693-4861-9B7D-4ECC25CF9D38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80187B05-2693-4861-9B7D-4ECC25CF9D38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80187B05-2693-4861-9B7D-4ECC25CF9D38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80187B05-2693-4861-9B7D-4ECC25CF9D38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4183F1D1-5F37-478E-947C-5E3FCD2A74BB}
EndGlobalSection
EndGlobal