-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOnyx.JS.vs9.sln
More file actions
26 lines (26 loc) · 1.33 KB
/
Onyx.JS.vs9.sln
File metadata and controls
26 lines (26 loc) · 1.33 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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Onyx.JS", "Onyx.JS.vs9.csproj", "{434F4AD8-429B-48D8-85DD-AB2CCA304DBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Onyx.JS.api", "Onyx.JS.api.vs9.csproj", "{DC11F65D-A965-4720-BB42-99F495EE7B8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{434F4AD8-429B-48D8-85DD-AB2CCA304DBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{434F4AD8-429B-48D8-85DD-AB2CCA304DBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{434F4AD8-429B-48D8-85DD-AB2CCA304DBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{434F4AD8-429B-48D8-85DD-AB2CCA304DBB}.Release|Any CPU.Build.0 = Release|Any CPU
{DC11F65D-A965-4720-BB42-99F495EE7B8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC11F65D-A965-4720-BB42-99F495EE7B8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC11F65D-A965-4720-BB42-99F495EE7B8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC11F65D-A965-4720-BB42-99F495EE7B8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal