-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathMemoryModule.sln
57 lines (57 loc) · 3.44 KB
/
MemoryModule.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemoryModule", "MemoryModule\MemoryModule.csproj", "{BAF80C1B-9413-465E-96BE-439B6FDA51AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BA53A42C-5BCA-48A9-9DDB-1C4841064A0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestLib", "Tests\TestLib\TestLib.csproj", "{264E9C06-6ABA-4F37-9920-30FFA3452CC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test64", "Tests\Test64\Test64.csproj", "{73ADEF99-F762-431E-A442-72ABD3C97987}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test32", "Tests\Test32\Test32.csproj", "{82B4CFBC-31E1-4F78-B8FF-CF67628BD18F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAOT", "Tests\TestAOT\TestAOT.csproj", "{7BC0554A-3480-4F6A-A572-4052B0DD6F41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAF80C1B-9413-465E-96BE-439B6FDA51AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAF80C1B-9413-465E-96BE-439B6FDA51AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAF80C1B-9413-465E-96BE-439B6FDA51AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAF80C1B-9413-465E-96BE-439B6FDA51AC}.Release|Any CPU.Build.0 = Release|Any CPU
{264E9C06-6ABA-4F37-9920-30FFA3452CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{264E9C06-6ABA-4F37-9920-30FFA3452CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{264E9C06-6ABA-4F37-9920-30FFA3452CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{264E9C06-6ABA-4F37-9920-30FFA3452CC7}.Release|Any CPU.Build.0 = Release|Any CPU
{73ADEF99-F762-431E-A442-72ABD3C97987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73ADEF99-F762-431E-A442-72ABD3C97987}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73ADEF99-F762-431E-A442-72ABD3C97987}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73ADEF99-F762-431E-A442-72ABD3C97987}.Release|Any CPU.Build.0 = Release|Any CPU
{82B4CFBC-31E1-4F78-B8FF-CF67628BD18F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82B4CFBC-31E1-4F78-B8FF-CF67628BD18F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82B4CFBC-31E1-4F78-B8FF-CF67628BD18F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82B4CFBC-31E1-4F78-B8FF-CF67628BD18F}.Release|Any CPU.Build.0 = Release|Any CPU
{7BC0554A-3480-4F6A-A572-4052B0DD6F41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BC0554A-3480-4F6A-A572-4052B0DD6F41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BC0554A-3480-4F6A-A572-4052B0DD6F41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BC0554A-3480-4F6A-A572-4052B0DD6F41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{264E9C06-6ABA-4F37-9920-30FFA3452CC7} = {BA53A42C-5BCA-48A9-9DDB-1C4841064A0C}
{73ADEF99-F762-431E-A442-72ABD3C97987} = {BA53A42C-5BCA-48A9-9DDB-1C4841064A0C}
{82B4CFBC-31E1-4F78-B8FF-CF67628BD18F} = {BA53A42C-5BCA-48A9-9DDB-1C4841064A0C}
{7BC0554A-3480-4F6A-A572-4052B0DD6F41} = {BA53A42C-5BCA-48A9-9DDB-1C4841064A0C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6AD1F22-CB06-4A80-B32E-C75475B7B5E7}
EndGlobalSection
EndGlobal