Skip to content

Commit

Permalink
First two assemblies, will probably autogenerate this later
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=133347
  • Loading branch information
migueldeicaza committed May 2, 2009
1 parent c3769a3 commit 67e68c8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions msvc/classlibs.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "corlib-basic", "..\..\mcs\class\corlib\corlib-basic.csproj", "{155AEF28-C81F-405D-9072-9D52780E3E70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System-basic", "..\..\mcs\class\System\System-basic.csproj", "{BE8EAA89-6796-474D-BBB7-0868181CEFD1}"
ProjectSection(ProjectDependencies) = postProject
{155AEF28-C81F-405D-9072-9D52780E3E70} = {155AEF28-C81F-405D-9072-9D52780E3E70}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{155AEF28-C81F-405D-9072-9D52780E3E70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{155AEF28-C81F-405D-9072-9D52780E3E70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{155AEF28-C81F-405D-9072-9D52780E3E70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{155AEF28-C81F-405D-9072-9D52780E3E70}.Release|Any CPU.Build.0 = Release|Any CPU
{BE8EAA89-6796-474D-BBB7-0868181CEFD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE8EAA89-6796-474D-BBB7-0868181CEFD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE8EAA89-6796-474D-BBB7-0868181CEFD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE8EAA89-6796-474D-BBB7-0868181CEFD1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit 67e68c8

Please sign in to comment.