-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGymSystem.sln
More file actions
64 lines (64 loc) · 3.48 KB
/
GymSystem.sln
File metadata and controls
64 lines (64 loc) · 3.48 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GymBackOffice", "GymBackOffice\GymBackOffice.csproj", "{290D74E8-12DC-4244-AB2A-CE542ECE88C8}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "GymFrontOffice", "GymFrontOffice\", "{AC29670A-847D-4D9B-AD13-9C582B15B97C}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6.1"
ProjectReferences = "{ebd248d4-7e43-45d1-9ecf-af47df5ced60}|GymClasses.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_51091"
Debug.AspNetCompiler.PhysicalPath = "GymFrontOffice\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_51091\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_51091"
Release.AspNetCompiler.PhysicalPath = "GymFrontOffice\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_51091\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "51091"
SlnRelativePath = "GymFrontOffice\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GymClasses", "GymClasses\GymClasses.csproj", "{EBD248D4-7E43-45D1-9ECF-AF47DF5CED60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GymTesting", "GymTesting\GymTesting.csproj", "{C5268918-6365-4D9A-A314-C31664BE0C93}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{290D74E8-12DC-4244-AB2A-CE542ECE88C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{290D74E8-12DC-4244-AB2A-CE542ECE88C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{290D74E8-12DC-4244-AB2A-CE542ECE88C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{290D74E8-12DC-4244-AB2A-CE542ECE88C8}.Release|Any CPU.Build.0 = Release|Any CPU
{AC29670A-847D-4D9B-AD13-9C582B15B97C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC29670A-847D-4D9B-AD13-9C582B15B97C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC29670A-847D-4D9B-AD13-9C582B15B97C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{AC29670A-847D-4D9B-AD13-9C582B15B97C}.Release|Any CPU.Build.0 = Debug|Any CPU
{EBD248D4-7E43-45D1-9ECF-AF47DF5CED60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBD248D4-7E43-45D1-9ECF-AF47DF5CED60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBD248D4-7E43-45D1-9ECF-AF47DF5CED60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBD248D4-7E43-45D1-9ECF-AF47DF5CED60}.Release|Any CPU.Build.0 = Release|Any CPU
{C5268918-6365-4D9A-A314-C31664BE0C93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5268918-6365-4D9A-A314-C31664BE0C93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5268918-6365-4D9A-A314-C31664BE0C93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5268918-6365-4D9A-A314-C31664BE0C93}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87AA6F69-E637-4F6E-9F84-4386F273072C}
EndGlobalSection
EndGlobal