-
Notifications
You must be signed in to change notification settings - Fork 7
/
JSBasic.sln
67 lines (67 loc) · 3.67 KB
/
JSBasic.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebCompiler", "WebCompiler\", "{8FC52242-7981-4994-937F-4DB0AC71FEF0}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
ProjectReferences = "{981F3B07-17CA-4860-A4DF-D564B78F4A28}|JSBasic.Compiler.dll;"
Debug.AspNetCompiler.VirtualPath = "/WebCompiler"
Debug.AspNetCompiler.PhysicalPath = "WebCompiler\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WebCompiler\"
Debug.AspNetCompiler.Updateable = "false"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/WebCompiler"
Release.AspNetCompiler.PhysicalPath = "WebCompiler\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WebCompiler\"
Release.AspNetCompiler.Updateable = "false"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "49357"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSBasic.Compiler", "Compiler\JSBasic.Compiler.csproj", "{981F3B07-17CA-4860-A4DF-D564B78F4A28}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3530BCC4-157E-436B-9220-2850E822D568}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FC52242-7981-4994-937F-4DB0AC71FEF0}.Debug|.NET.ActiveCfg = Debug|Any CPU
{8FC52242-7981-4994-937F-4DB0AC71FEF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FC52242-7981-4994-937F-4DB0AC71FEF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FC52242-7981-4994-937F-4DB0AC71FEF0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8FC52242-7981-4994-937F-4DB0AC71FEF0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8FC52242-7981-4994-937F-4DB0AC71FEF0}.Release|.NET.ActiveCfg = Debug|Any CPU
{8FC52242-7981-4994-937F-4DB0AC71FEF0}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{8FC52242-7981-4994-937F-4DB0AC71FEF0}.Release|Any CPU.Build.0 = Debug|Any CPU
{8FC52242-7981-4994-937F-4DB0AC71FEF0}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8FC52242-7981-4994-937F-4DB0AC71FEF0}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{981F3B07-17CA-4860-A4DF-D564B78F4A28}.Debug|.NET.ActiveCfg = Debug|Any CPU
{981F3B07-17CA-4860-A4DF-D564B78F4A28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{981F3B07-17CA-4860-A4DF-D564B78F4A28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{981F3B07-17CA-4860-A4DF-D564B78F4A28}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{981F3B07-17CA-4860-A4DF-D564B78F4A28}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{981F3B07-17CA-4860-A4DF-D564B78F4A28}.Release|.NET.ActiveCfg = Release|Any CPU
{981F3B07-17CA-4860-A4DF-D564B78F4A28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{981F3B07-17CA-4860-A4DF-D564B78F4A28}.Release|Any CPU.Build.0 = Release|Any CPU
{981F3B07-17CA-4860-A4DF-D564B78F4A28}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{981F3B07-17CA-4860-A4DF-D564B78F4A28}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal