-
Notifications
You must be signed in to change notification settings - Fork 22
/
VirtualCollection.sln
33 lines (33 loc) · 1.71 KB
/
VirtualCollection.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 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{60BC5A25-0D86-4E1C-A9AD-39655475B12B}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\nuget.exe = .nuget\nuget.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualCollection", "VirtualCollection\VirtualCollection.csproj", "{19D96D76-77F4-456C-A04B-44F5FF9172E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualCollection.Web", "VirtualCollection.Web\VirtualCollection.Web.csproj", "{E8E63401-D8B0-42C5-8D15-9D68CE8641BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19D96D76-77F4-456C-A04B-44F5FF9172E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19D96D76-77F4-456C-A04B-44F5FF9172E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19D96D76-77F4-456C-A04B-44F5FF9172E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19D96D76-77F4-456C-A04B-44F5FF9172E3}.Release|Any CPU.Build.0 = Release|Any CPU
{E8E63401-D8B0-42C5-8D15-9D68CE8641BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8E63401-D8B0-42C5-8D15-9D68CE8641BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8E63401-D8B0-42C5-8D15-9D68CE8641BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8E63401-D8B0-42C5-8D15-9D68CE8641BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal