-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNoesis.Javascript.Extensions.sln
More file actions
44 lines (44 loc) · 2.38 KB
/
Noesis.Javascript.Extensions.sln
File metadata and controls
44 lines (44 loc) · 2.38 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dynamic", "Dynamic\Dynamic.csproj", "{7F5EA1CA-D74A-4000-B981-9B9904EE7120}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{63062BBC-322A-4DFC-B725-44A89FBBC6F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{6B1A631A-A629-49A1-93D7-F618B6DAF78B}"
ProjectSection(SolutionItems) = preProject
Dependencies\msvcp100.dll = Dependencies\msvcp100.dll
Dependencies\msvcr100.dll = Dependencies\msvcr100.dll
Dependencies\Noesis.Javascript.dll = Dependencies\Noesis.Javascript.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6FEA06ED-24E5-4377-99DD-D104056F8EA2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console", "Console\Console.csproj", "{3E50FE40-D9FD-4AAA-B764-CAC4F208EF2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F5EA1CA-D74A-4000-B981-9B9904EE7120}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F5EA1CA-D74A-4000-B981-9B9904EE7120}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F5EA1CA-D74A-4000-B981-9B9904EE7120}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F5EA1CA-D74A-4000-B981-9B9904EE7120}.Release|Any CPU.Build.0 = Release|Any CPU
{63062BBC-322A-4DFC-B725-44A89FBBC6F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63062BBC-322A-4DFC-B725-44A89FBBC6F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63062BBC-322A-4DFC-B725-44A89FBBC6F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63062BBC-322A-4DFC-B725-44A89FBBC6F4}.Release|Any CPU.Build.0 = Release|Any CPU
{3E50FE40-D9FD-4AAA-B764-CAC4F208EF2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E50FE40-D9FD-4AAA-B764-CAC4F208EF2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E50FE40-D9FD-4AAA-B764-CAC4F208EF2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E50FE40-D9FD-4AAA-B764-CAC4F208EF2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal