-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVbDynamicArraySln.sln
27 lines (27 loc) · 1.26 KB
/
VbDynamicArraySln.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "VbDynamicArray", "VbDynamicArraySln\VbDynamicArray.vbproj", "{10235015-8CD9-4032-A108-B96845E31957}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC213283-8802-44E4-8736-3274A053B8B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10235015-8CD9-4032-A108-B96845E31957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10235015-8CD9-4032-A108-B96845E31957}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10235015-8CD9-4032-A108-B96845E31957}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10235015-8CD9-4032-A108-B96845E31957}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B009ACC0-C565-4091-9139-B71D69D3C80D}
EndGlobalSection
EndGlobal