-
Notifications
You must be signed in to change notification settings - Fork 16
/
vsgallery.sln
45 lines (45 loc) · 2.36 KB
/
vsgallery.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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VsGallery", "vsgallery\VsGallery.csproj", "{569AF97A-4957-421E-8747-FBC5CA09B0E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8E372EBB-77E1-4CB4-97D8-35C7C98D16A5}"
ProjectSection(SolutionItems) = preProject
API.md = API.md
README.md = README.md
SETUP IIS.md = SETUP IIS.md
SETUP StandAlone.md = SETUP StandAlone.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VsGallery.WebService", "VsGallery.WebService\VsGallery.WebService.csproj", "{FF4F7B41-9BDF-44D2-BB0A-D95E6E2B57EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VsGallery.Core", "VsGallery.Core\VsGallery.Core.csproj", "{D60C9751-6BF7-44D0-9587-75E8E185E6D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{569AF97A-4957-421E-8747-FBC5CA09B0E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{569AF97A-4957-421E-8747-FBC5CA09B0E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{569AF97A-4957-421E-8747-FBC5CA09B0E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{569AF97A-4957-421E-8747-FBC5CA09B0E9}.Release|Any CPU.Build.0 = Release|Any CPU
{FF4F7B41-9BDF-44D2-BB0A-D95E6E2B57EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF4F7B41-9BDF-44D2-BB0A-D95E6E2B57EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF4F7B41-9BDF-44D2-BB0A-D95E6E2B57EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF4F7B41-9BDF-44D2-BB0A-D95E6E2B57EF}.Release|Any CPU.Build.0 = Release|Any CPU
{D60C9751-6BF7-44D0-9587-75E8E185E6D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D60C9751-6BF7-44D0-9587-75E8E185E6D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D60C9751-6BF7-44D0-9587-75E8E185E6D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D60C9751-6BF7-44D0-9587-75E8E185E6D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D72021C-99AE-4AD2-A308-275C9FD65229}
EndGlobalSection
EndGlobal