-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathNativeMemoryArray.sln
48 lines (48 loc) · 2.75 KB
/
NativeMemoryArray.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9138598E-9FA3-4231-98F0-EBC4D54AC812}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NativeMemoryArray", "src\NativeMemoryArray\NativeMemoryArray.csproj", "{21F01F34-8DE0-448B-BE9F-D0E06D030C06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8E15400D-C0AD-428C-B425-1FE366264F71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NativeMemoryArray.Tests", "tests\NativeMemoryArray.Tests\NativeMemoryArray.Tests.csproj", "{57AB4D7D-CCF3-463C-A890-06F38952F7CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sandbox", "sandbox", "{23CFC43D-B628-48CF-95DA-3A3B840B5F9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "sandbox\ConsoleApp\ConsoleApp.csproj", "{47886A02-C521-4C84-99A9-8D85808521A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21F01F34-8DE0-448B-BE9F-D0E06D030C06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21F01F34-8DE0-448B-BE9F-D0E06D030C06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21F01F34-8DE0-448B-BE9F-D0E06D030C06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21F01F34-8DE0-448B-BE9F-D0E06D030C06}.Release|Any CPU.Build.0 = Release|Any CPU
{57AB4D7D-CCF3-463C-A890-06F38952F7CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57AB4D7D-CCF3-463C-A890-06F38952F7CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57AB4D7D-CCF3-463C-A890-06F38952F7CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57AB4D7D-CCF3-463C-A890-06F38952F7CD}.Release|Any CPU.Build.0 = Release|Any CPU
{47886A02-C521-4C84-99A9-8D85808521A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47886A02-C521-4C84-99A9-8D85808521A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47886A02-C521-4C84-99A9-8D85808521A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47886A02-C521-4C84-99A9-8D85808521A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{21F01F34-8DE0-448B-BE9F-D0E06D030C06} = {9138598E-9FA3-4231-98F0-EBC4D54AC812}
{57AB4D7D-CCF3-463C-A890-06F38952F7CD} = {8E15400D-C0AD-428C-B425-1FE366264F71}
{47886A02-C521-4C84-99A9-8D85808521A6} = {23CFC43D-B628-48CF-95DA-3A3B840B5F9B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0394A9C5-7574-4828-9C25-DE10311D5381}
EndGlobalSection
EndGlobal