-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBase14Scout.sln
More file actions
46 lines (45 loc) · 2.12 KB
/
Base14Scout.sln
File metadata and controls
46 lines (45 loc) · 2.12 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 Version 17
VisualStudioVersion = 17.14.36915.13 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoyaltyPlatform.Api", "LoyaltyPlatform.Api\LoyaltyPlatform.Api.csproj", "{31CFFCA3-15B3-41B5-A77A-C4660BE109EE}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Base14Scout", "Base14Scout\", "{E55AD6AF-6A7A-F80E-7682-74AB06790A1A}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6.2"
Debug.AspNetCompiler.VirtualPath = "/localhost_50668"
Debug.AspNetCompiler.PhysicalPath = "Base14Scout\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_50668\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_50668"
Release.AspNetCompiler.PhysicalPath = "Base14Scout\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_50668\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "50668"
SlnRelativePath = "Base14Scout\"
DefaultWebSiteLanguage = "Visual Basic"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31CFFCA3-15B3-41B5-A77A-C4660BE109EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31CFFCA3-15B3-41B5-A77A-C4660BE109EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E55AD6AF-6A7A-F80E-7682-74AB06790A1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E55AD6AF-6A7A-F80E-7682-74AB06790A1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9010E78D-F0A2-41B4-976C-312E0EADB62C}
EndGlobalSection
EndGlobal