-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSympleLib.sln
More file actions
64 lines (64 loc) · 3.56 KB
/
SympleLib.sln
File metadata and controls
64 lines (64 loc) · 3.56 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 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SympleLib", "SympleLib\SympleLib.csproj", "{72C853C9-1A24-4B46-90DA-1B1706532309}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SympleTests", "SympleTests\SympleTests.csproj", "{397772F3-B7DE-4B0F-B063-CBC2EF26479D}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "SympleJSLib", "http://localhost:39686", "{547EFB5B-92BA-4D71-8C31-9E1DBEE9AB43}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
Debug.AspNetCompiler.VirtualPath = "/localhost_39686"
Debug.AspNetCompiler.PhysicalPath = "SympleJSLib\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_39686\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_39686"
Release.AspNetCompiler.PhysicalPath = "SympleJSLib\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_39686\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "SympleJSLib\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SympleJSLib", "SympleJSLib", "{097E03AB-E6CC-4A06-A922-237AAFFD928E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SympleJSLibTests", "SympleJSLibTests\SympleJSLibTests.csproj", "{9C9E9501-8A3C-4412-94AD-3CC3B3915175}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72C853C9-1A24-4B46-90DA-1B1706532309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72C853C9-1A24-4B46-90DA-1B1706532309}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72C853C9-1A24-4B46-90DA-1B1706532309}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72C853C9-1A24-4B46-90DA-1B1706532309}.Release|Any CPU.Build.0 = Release|Any CPU
{397772F3-B7DE-4B0F-B063-CBC2EF26479D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{397772F3-B7DE-4B0F-B063-CBC2EF26479D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{397772F3-B7DE-4B0F-B063-CBC2EF26479D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{397772F3-B7DE-4B0F-B063-CBC2EF26479D}.Release|Any CPU.Build.0 = Release|Any CPU
{547EFB5B-92BA-4D71-8C31-9E1DBEE9AB43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{547EFB5B-92BA-4D71-8C31-9E1DBEE9AB43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{547EFB5B-92BA-4D71-8C31-9E1DBEE9AB43}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{547EFB5B-92BA-4D71-8C31-9E1DBEE9AB43}.Release|Any CPU.Build.0 = Debug|Any CPU
{9C9E9501-8A3C-4412-94AD-3CC3B3915175}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C9E9501-8A3C-4412-94AD-3CC3B3915175}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C9E9501-8A3C-4412-94AD-3CC3B3915175}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C9E9501-8A3C-4412-94AD-3CC3B3915175}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{547EFB5B-92BA-4D71-8C31-9E1DBEE9AB43} = {097E03AB-E6CC-4A06-A922-237AAFFD928E}
{9C9E9501-8A3C-4412-94AD-3CC3B3915175} = {097E03AB-E6CC-4A06-A922-237AAFFD928E}
EndGlobalSection
EndGlobal