-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmicroclr.sln
43 lines (43 loc) · 2.47 KB
/
microclr.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "microclr", "microclr\microclr.csproj", "{1BBE9174-F8B1-4DAA-B5B9-D36C22B2AAF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProgram", "TestProgram\TestProgram.csproj", "{E4BD4F23-F7C3-448A-A364-EB84224ABE50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{57C992B2-6D1D-42E0-BBCC-132215FEFADB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{90EF3967-3B3C-47E0-BFF2-3575DF3A3D73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BBE9174-F8B1-4DAA-B5B9-D36C22B2AAF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BBE9174-F8B1-4DAA-B5B9-D36C22B2AAF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BBE9174-F8B1-4DAA-B5B9-D36C22B2AAF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BBE9174-F8B1-4DAA-B5B9-D36C22B2AAF9}.Release|Any CPU.Build.0 = Release|Any CPU
{E4BD4F23-F7C3-448A-A364-EB84224ABE50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4BD4F23-F7C3-448A-A364-EB84224ABE50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4BD4F23-F7C3-448A-A364-EB84224ABE50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4BD4F23-F7C3-448A-A364-EB84224ABE50}.Release|Any CPU.Build.0 = Release|Any CPU
{57C992B2-6D1D-42E0-BBCC-132215FEFADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57C992B2-6D1D-42E0-BBCC-132215FEFADB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57C992B2-6D1D-42E0-BBCC-132215FEFADB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57C992B2-6D1D-42E0-BBCC-132215FEFADB}.Release|Any CPU.Build.0 = Release|Any CPU
{90EF3967-3B3C-47E0-BFF2-3575DF3A3D73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90EF3967-3B3C-47E0-BFF2-3575DF3A3D73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90EF3967-3B3C-47E0-BFF2-3575DF3A3D73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90EF3967-3B3C-47E0-BFF2-3575DF3A3D73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {496B9523-F730-4730-918F-0818DD46C63B}
EndGlobalSection
EndGlobal