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

TypeSystem.sln « ILCompiler.TypeSystem « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b3f4d23221546413ded0be69a363ff1bebc845c (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
30
31
32
33
34
35
36
37
38
39
40

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23023.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeSystem.Tests", "tests\TypeSystem.Tests.csproj", "{8874CEEC-5594-511B-A44C-5CA9EC1CEB11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILCompiler.TypeSystem", "src\ILCompiler.TypeSystem.csproj", "{1A9DF196-43A9-44BB-B2C6-D62AA56B0E49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreTestAssembly", "tests\CoreTestAssembly\CoreTestAssembly.csproj", "{5813B7DC-6588-4553-B04D-387EC9630AC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILTestAssembly", "tests\ILTestAssembly\ILTestAssembly.ilproj", "{ED3BECBB-EABE-4717-875D-C91E15FC260E}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8874CEEC-5594-511B-A44C-5CA9EC1CEB11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8874CEEC-5594-511B-A44C-5CA9EC1CEB11}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8874CEEC-5594-511B-A44C-5CA9EC1CEB11}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8874CEEC-5594-511B-A44C-5CA9EC1CEB11}.Release|Any CPU.Build.0 = Release|Any CPU
		{1A9DF196-43A9-44BB-B2C6-D62AA56B0E49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1A9DF196-43A9-44BB-B2C6-D62AA56B0E49}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1A9DF196-43A9-44BB-B2C6-D62AA56B0E49}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1A9DF196-43A9-44BB-B2C6-D62AA56B0E49}.Release|Any CPU.Build.0 = Release|Any CPU
		{5813B7DC-6588-4553-B04D-387EC9630AC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5813B7DC-6588-4553-B04D-387EC9630AC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5813B7DC-6588-4553-B04D-387EC9630AC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5813B7DC-6588-4553-B04D-387EC9630AC8}.Release|Any CPU.Build.0 = Release|Any CPU
		{ED3BECBB-EABE-4717-875D-C91E15FC260E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ED3BECBB-EABE-4717-875D-C91E15FC260E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ED3BECBB-EABE-4717-875D-C91E15FC260E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ED3BECBB-EABE-4717-875D-C91E15FC260E}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal