forked from YourITGroup/MemberListView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMemberList.sln
More file actions
46 lines (46 loc) · 2.25 KB
/
MemberList.sln
File metadata and controls
46 lines (46 loc) · 2.25 KB
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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemberListView", "MemberListView\MemberListView.csproj", "{7EBDA322-7669-47E4-A630-8A5232F62921}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3A025C8D-B9C3-41E4-A89D-2D969BE99257}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Umbraco Package", "Umbraco Package", "{DD2BF28F-16EE-4FCA-847C-F1793E945529}"
ProjectSection(SolutionItems) = preProject
Umbraco Package\package.xml = Umbraco Package\package.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSample", "WebSample\WebSample.csproj", "{3DC5D17C-DF03-4CAF-9D0A-D5D3526E2F3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{181F11FE-4EDD-48D2-B9F5-8C3EF33FA95A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EBDA322-7669-47E4-A630-8A5232F62921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EBDA322-7669-47E4-A630-8A5232F62921}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EBDA322-7669-47E4-A630-8A5232F62921}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EBDA322-7669-47E4-A630-8A5232F62921}.Release|Any CPU.Build.0 = Release|Any CPU
{3DC5D17C-DF03-4CAF-9D0A-D5D3526E2F3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DC5D17C-DF03-4CAF-9D0A-D5D3526E2F3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DC5D17C-DF03-4CAF-9D0A-D5D3526E2F3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DC5D17C-DF03-4CAF-9D0A-D5D3526E2F3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A1FA5B4-E461-46A4-8E83-423F42C07507}
EndGlobalSection
EndGlobal