-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFreightLanguage.sln
82 lines (82 loc) · 4.83 KB
/
FreightLanguage.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
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Snippets", "Snippets", "{38414E5E-5494-4D73-93EC-FB8B5E7373F1}"
ProjectSection(SolutionItems) = preProject
FLSnippets\IronySnippets.snippet = FLSnippets\IronySnippets.snippet
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreightLanguageCompiler", "FreightLanguageCompiler\FreightLanguageCompiler.csproj", "{96EF562B-E459-4CD5-99F7-47C8E467BF76}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ExampleSite", "ExampleSite\", "{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv3.5"
ProjectReferences = "{96EF562B-E459-4CD5-99F7-47C8E467BF76}|FreightLanguageCompiler.dll;"
Debug.AspNetCompiler.VirtualPath = "/ExampleSite"
Debug.AspNetCompiler.PhysicalPath = "ExampleSite\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExampleSite\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/ExampleSite"
Release.AspNetCompiler.PhysicalPath = "ExampleSite\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExampleSite\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "1045"
SlnRelativePath = "ExampleSite\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewExampleSite", "NewExampleSite\NewExampleSite.csproj", "{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}"
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
{96EF562B-E459-4CD5-99F7-47C8E467BF76}.Debug|.NET.ActiveCfg = Debug|Any CPU
{96EF562B-E459-4CD5-99F7-47C8E467BF76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96EF562B-E459-4CD5-99F7-47C8E467BF76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96EF562B-E459-4CD5-99F7-47C8E467BF76}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{96EF562B-E459-4CD5-99F7-47C8E467BF76}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{96EF562B-E459-4CD5-99F7-47C8E467BF76}.Release|.NET.ActiveCfg = Release|Any CPU
{96EF562B-E459-4CD5-99F7-47C8E467BF76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96EF562B-E459-4CD5-99F7-47C8E467BF76}.Release|Any CPU.Build.0 = Release|Any CPU
{96EF562B-E459-4CD5-99F7-47C8E467BF76}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{96EF562B-E459-4CD5-99F7-47C8E467BF76}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}.Debug|.NET.ActiveCfg = Debug|Any CPU
{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}.Release|.NET.ActiveCfg = Debug|Any CPU
{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}.Release|Any CPU.Build.0 = Debug|Any CPU
{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DABBEFE4-BE19-4BB7-9783-54360FEEEB2B}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}.Debug|.NET.ActiveCfg = Debug|Any CPU
{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}.Release|.NET.ActiveCfg = Release|Any CPU
{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}.Release|Any CPU.Build.0 = Release|Any CPU
{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B2E2C73C-260C-4EF0-BCE3-63BCAB316B2B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal