-
Notifications
You must be signed in to change notification settings - Fork 0
/
Library.sln
43 lines (43 loc) · 2.46 KB
/
Library.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 17
VisualStudioVersion = 17.7.34009.444
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataStructures", "DataStructures\DataStructures.csproj", "{B929CDE1-8F2D-46B7-8D40-B93106CDEFE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{E4B62530-33E8-4323-89E4-AA926E7B3D27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{A3B401D9-148E-4F9B-A08F-B4A918A40C4F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Driver", "Driver\Driver.csproj", "{5C6B1891-F845-4615-8F84-D9E9557CA2EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B929CDE1-8F2D-46B7-8D40-B93106CDEFE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B929CDE1-8F2D-46B7-8D40-B93106CDEFE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B929CDE1-8F2D-46B7-8D40-B93106CDEFE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B929CDE1-8F2D-46B7-8D40-B93106CDEFE9}.Release|Any CPU.Build.0 = Release|Any CPU
{E4B62530-33E8-4323-89E4-AA926E7B3D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4B62530-33E8-4323-89E4-AA926E7B3D27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4B62530-33E8-4323-89E4-AA926E7B3D27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4B62530-33E8-4323-89E4-AA926E7B3D27}.Release|Any CPU.Build.0 = Release|Any CPU
{A3B401D9-148E-4F9B-A08F-B4A918A40C4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3B401D9-148E-4F9B-A08F-B4A918A40C4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3B401D9-148E-4F9B-A08F-B4A918A40C4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3B401D9-148E-4F9B-A08F-B4A918A40C4F}.Release|Any CPU.Build.0 = Release|Any CPU
{5C6B1891-F845-4615-8F84-D9E9557CA2EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C6B1891-F845-4615-8F84-D9E9557CA2EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C6B1891-F845-4615-8F84-D9E9557CA2EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C6B1891-F845-4615-8F84-D9E9557CA2EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC0830F7-C682-4DFA-855F-9362F03E8F74}
EndGlobalSection
EndGlobal