-
Notifications
You must be signed in to change notification settings - Fork 21
/
GitWeb.sln
72 lines (72 loc) · 3.85 KB
/
GitWeb.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
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8145DF67-0238-48C1-860A-4B58873E2166}"
ProjectSection(SolutionItems) = preProject
GitWeb.vsmdi = GitWeb.vsmdi
License.txt = License.txt
Local.testsettings = Local.testsettings
README.md = README.md
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitTools", "GitTools\GitTools.csproj", "{35F04283-AD6A-420F-B6AE-CF3F93D24C08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitTools.Test", "GitTools.Test\GitTools.Test.csproj", "{4BA27C17-EF35-41DA-9107-1BBE7DCE86D9}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "GitTools.WebSite", "http://localhost:1490", "{028463D2-9E6D-4D82-A755-5A4C4F558020}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
ProjectReferences = ""
Debug.AspNetCompiler.VirtualPath = "/GitTools.WebSite"
Debug.AspNetCompiler.PhysicalPath = "GitTools.WebSite\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\GitTools.WebSite\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/GitTools.WebSite"
Release.AspNetCompiler.PhysicalPath = "GitTools.WebSite\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\GitTools.WebSite\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "GitTools.WebSite\"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitTools.WebApp", "GitTools.WebApp\GitTools.WebApp.csproj", "{E74E1736-095E-4F5E-811F-923288D85F24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35F04283-AD6A-420F-B6AE-CF3F93D24C08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35F04283-AD6A-420F-B6AE-CF3F93D24C08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35F04283-AD6A-420F-B6AE-CF3F93D24C08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35F04283-AD6A-420F-B6AE-CF3F93D24C08}.Release|Any CPU.Build.0 = Release|Any CPU
{4BA27C17-EF35-41DA-9107-1BBE7DCE86D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BA27C17-EF35-41DA-9107-1BBE7DCE86D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BA27C17-EF35-41DA-9107-1BBE7DCE86D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BA27C17-EF35-41DA-9107-1BBE7DCE86D9}.Release|Any CPU.Build.0 = Release|Any CPU
{028463D2-9E6D-4D82-A755-5A4C4F558020}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{028463D2-9E6D-4D82-A755-5A4C4F558020}.Debug|Any CPU.Build.0 = Debug|Any CPU
{028463D2-9E6D-4D82-A755-5A4C4F558020}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{028463D2-9E6D-4D82-A755-5A4C4F558020}.Release|Any CPU.Build.0 = Debug|Any CPU
{E74E1736-095E-4F5E-811F-923288D85F24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E74E1736-095E-4F5E-811F-923288D85F24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E74E1736-095E-4F5E-811F-923288D85F24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E74E1736-095E-4F5E-811F-923288D85F24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = GitWeb.vsmdi
EndGlobalSection
EndGlobal