forked from rsdn/nemerle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nemerle-2005.sln
63 lines (63 loc) · 3.48 KB
/
Nemerle-2005.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{EDCC3B85-0BAD-11DB-BC1A-00112FDE8B61}") = "Nemerle", "Nemerle.nproj", "{0C558E35-7DF9-4A68-9015-B316DD59C0CB}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{EDCC3B85-0BAD-11DB-BC1A-00112FDE8B61}") = "Nemerle.Macros", "Nemerle.Macros.nproj", "{0C558E37-7DF9-4A68-9015-B316DD59C0CB}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{EDCC3B85-0BAD-11DB-BC1A-00112FDE8B61}") = "Nemerle.Compiler", "Nemerle.Compiler.nproj", "{0C558E36-7DF9-4A68-9015-B316DD59C0CB}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{EDCC3B85-0BAD-11DB-BC1A-00112FDE8B61}") = "ncc", "ncc.nproj", "{0C558E38-7DF9-4A68-9015-B316DD59C0CB}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{EDCC3B85-0BAD-11DB-BC1A-00112FDE8B61}") = "Nemerle.MSBuild.Tasks", "Nemerle.MSBuild.Tasks.nproj", "{0C558E39-7DF9-4A68-9015-B316DD59C0CB}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C558E35-7DF9-4A68-9015-B316DD59C0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C558E35-7DF9-4A68-9015-B316DD59C0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C558E35-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C558E35-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.Build.0 = Release|Any CPU
{0C558E37-7DF9-4A68-9015-B316DD59C0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C558E37-7DF9-4A68-9015-B316DD59C0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C558E37-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C558E37-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.Build.0 = Release|Any CPU
{0C558E36-7DF9-4A68-9015-B316DD59C0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C558E36-7DF9-4A68-9015-B316DD59C0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C558E36-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C558E36-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.Build.0 = Release|Any CPU
{0C558E38-7DF9-4A68-9015-B316DD59C0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C558E38-7DF9-4A68-9015-B316DD59C0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C558E38-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C558E38-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.Build.0 = Release|Any CPU
{0C558E39-7DF9-4A68-9015-B316DD59C0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C558E39-7DF9-4A68-9015-B316DD59C0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C558E39-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C558E39-7DF9-4A68-9015-B316DD59C0CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal