-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMemoryTest.sln
43 lines (43 loc) · 2.54 KB
/
MemoryTest.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.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemoryTest", "MemoryTest\MemoryTest.csproj", "{0F0893DB-45EB-4690-9AA0-A46ECDC395CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemoryTest.Console", "MemoryTest.Console\MemoryTest.Console.csproj", "{56CDE125-744B-49D7-966E-A791C641C54A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemoryTest.NUnit", "MemoryTest.NUnit\MemoryTest.NUnit.csproj", "{543024BD-4FF6-48D3-853A-3D04DB7A3E9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemoryTest.XUnit", "MemoryTest.XUnit\MemoryTest.XUnit.csproj", "{73341672-855F-442A-B3F8-624A123B161B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F0893DB-45EB-4690-9AA0-A46ECDC395CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F0893DB-45EB-4690-9AA0-A46ECDC395CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F0893DB-45EB-4690-9AA0-A46ECDC395CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F0893DB-45EB-4690-9AA0-A46ECDC395CE}.Release|Any CPU.Build.0 = Release|Any CPU
{56CDE125-744B-49D7-966E-A791C641C54A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56CDE125-744B-49D7-966E-A791C641C54A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56CDE125-744B-49D7-966E-A791C641C54A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56CDE125-744B-49D7-966E-A791C641C54A}.Release|Any CPU.Build.0 = Release|Any CPU
{543024BD-4FF6-48D3-853A-3D04DB7A3E9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{543024BD-4FF6-48D3-853A-3D04DB7A3E9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{543024BD-4FF6-48D3-853A-3D04DB7A3E9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{543024BD-4FF6-48D3-853A-3D04DB7A3E9B}.Release|Any CPU.Build.0 = Release|Any CPU
{73341672-855F-442A-B3F8-624A123B161B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73341672-855F-442A-B3F8-624A123B161B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73341672-855F-442A-B3F8-624A123B161B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73341672-855F-442A-B3F8-624A123B161B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BA42264-F714-4F70-9DF0-33525E0A7008}
EndGlobalSection
EndGlobal