-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWSQuest.sln
62 lines (62 loc) · 3.34 KB
/
WSQuest.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WSQuest.Web", "http://localhost:5575", "{06893F3C-54BB-4E21-A6EE-A5BBF06BD08C}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
ProjectReferences = "{C00FED30-B137-4120-A7B4-C65EE850B4AC}|WSQuest.Repository.dll;{4B913B7E-0428-45AC-B214-19F93D274CAB}|WSQuest.Entity.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_5575"
Debug.AspNetCompiler.PhysicalPath = "WSQuest.Web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_5575\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_5575"
Release.AspNetCompiler.PhysicalPath = "WSQuest.Web\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_5575\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "WSQuest.Web\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B383160E-12A9-4E90-A6CF-F42EC900D810}"
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}") = "WSQuest.Repository", "WSQuest.Repository\WSQuest.Repository.csproj", "{C00FED30-B137-4120-A7B4-C65EE850B4AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WSQuest.Entity", "WSQuest.Entity\WSQuest.Entity.csproj", "{4B913B7E-0428-45AC-B214-19F93D274CAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06893F3C-54BB-4E21-A6EE-A5BBF06BD08C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06893F3C-54BB-4E21-A6EE-A5BBF06BD08C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06893F3C-54BB-4E21-A6EE-A5BBF06BD08C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{06893F3C-54BB-4E21-A6EE-A5BBF06BD08C}.Release|Any CPU.Build.0 = Debug|Any CPU
{C00FED30-B137-4120-A7B4-C65EE850B4AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C00FED30-B137-4120-A7B4-C65EE850B4AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C00FED30-B137-4120-A7B4-C65EE850B4AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C00FED30-B137-4120-A7B4-C65EE850B4AC}.Release|Any CPU.Build.0 = Release|Any CPU
{4B913B7E-0428-45AC-B214-19F93D274CAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B913B7E-0428-45AC-B214-19F93D274CAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B913B7E-0428-45AC-B214-19F93D274CAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B913B7E-0428-45AC-B214-19F93D274CAB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal