-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVirtual array.sln
More file actions
31 lines (31 loc) · 1.57 KB
/
Virtual array.sln
File metadata and controls
31 lines (31 loc) · 1.57 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Virtual array", "Virtual array.csproj", "{D2E29AE8-E125-4A98-A5DA-51A43019D79F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualArrayTests", "..\VirtualArrayTests\VirtualArrayTests.csproj", "{2AE48816-DCCE-4973-80AF-BDE5BB0BD97A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2E29AE8-E125-4A98-A5DA-51A43019D79F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2E29AE8-E125-4A98-A5DA-51A43019D79F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2E29AE8-E125-4A98-A5DA-51A43019D79F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2E29AE8-E125-4A98-A5DA-51A43019D79F}.Release|Any CPU.Build.0 = Release|Any CPU
{2AE48816-DCCE-4973-80AF-BDE5BB0BD97A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AE48816-DCCE-4973-80AF-BDE5BB0BD97A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AE48816-DCCE-4973-80AF-BDE5BB0BD97A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AE48816-DCCE-4973-80AF-BDE5BB0BD97A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3385287C-F9DA-4739-B05A-E1BEE5A21327}
EndGlobalSection
EndGlobal