Welcome to mirror list, hosted at ThFree Co, Russian Federation.

classlibs.sln « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6963abb7a2bfc6668839c5c54175794c3837223d (plain)
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

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