-
Notifications
You must be signed in to change notification settings - Fork 0
/
LearnGit.sln
42 lines (42 loc) · 1.77 KB
/
LearnGit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "LearnGit", "LearnGit\", "{FF352E40-D3A3-48EF-BAB7-B1B01B9B85EF}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5.2"
Debug.AspNetCompiler.VirtualPath = "/localhost_54764"
Debug.AspNetCompiler.PhysicalPath = "LearnGit\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54764\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_54764"
Release.AspNetCompiler.PhysicalPath = "LearnGit\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54764\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "54764"
SlnRelativePath = "LearnGit\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF352E40-D3A3-48EF-BAB7-B1B01B9B85EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF352E40-D3A3-48EF-BAB7-B1B01B9B85EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA640EB6-6482-46F5-8E28-1C6B224E8E28}
EndGlobalSection
EndGlobal