-
Notifications
You must be signed in to change notification settings - Fork 15
/
FakeEstate.ListingManager.sln
33 lines (33 loc) · 1.75 KB
/
FakeEstate.ListingManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30324.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FakeEstate.ListingManager", "FakeEstate.ListingManager\FakeEstate.ListingManager.csproj", "{F69428DF-09EB-485D-A730-0376A09CD4FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FakeEstate.ListingManager.Tests", "FakeEstate.ListingManager.Tests\FakeEstate.ListingManager.Tests.csproj", "{E1CFB539-9715-4F34-AA08-B94E6775C0D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{459A9175-1066-4B63-AF10-A2D9352567FF}"
ProjectSection(SolutionItems) = preProject
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F69428DF-09EB-485D-A730-0376A09CD4FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F69428DF-09EB-485D-A730-0376A09CD4FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F69428DF-09EB-485D-A730-0376A09CD4FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F69428DF-09EB-485D-A730-0376A09CD4FD}.Release|Any CPU.Build.0 = Release|Any CPU
{E1CFB539-9715-4F34-AA08-B94E6775C0D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1CFB539-9715-4F34-AA08-B94E6775C0D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1CFB539-9715-4F34-AA08-B94E6775C0D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1CFB539-9715-4F34-AA08-B94E6775C0D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal