-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBitVectorSet.sln
More file actions
40 lines (40 loc) · 2.35 KB
/
BitVectorSet.sln
File metadata and controls
40 lines (40 loc) · 2.35 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
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitVector", "BitVector\BitVector.csproj", "{A812D952-E1CC-4C63-BC2E-E68FC1FB480A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitVector.Test", "BitVector.Test\BitVector.Test.csproj", "{6EFDEC4A-8E18-4C5A-88B9-AE9EAF11E616}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitVectorSet", "BitVectorSet\BitVectorSet.csproj", "{A6DED3FA-8B7D-4924-84A2-3FB9F0DE0DED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitVectorSet.Test", "BitVectorSet.Test\BitVectorSet.Test.csproj", "{965301C5-6082-4B88-9BC0-900CEDC8CD36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A812D952-E1CC-4C63-BC2E-E68FC1FB480A}.Debug|x64.ActiveCfg = Debug|Any CPU
{A812D952-E1CC-4C63-BC2E-E68FC1FB480A}.Debug|x64.Build.0 = Debug|Any CPU
{A812D952-E1CC-4C63-BC2E-E68FC1FB480A}.Release|x64.ActiveCfg = Release|Any CPU
{A812D952-E1CC-4C63-BC2E-E68FC1FB480A}.Release|x64.Build.0 = Release|Any CPU
{6EFDEC4A-8E18-4C5A-88B9-AE9EAF11E616}.Debug|x64.ActiveCfg = Debug|Any CPU
{6EFDEC4A-8E18-4C5A-88B9-AE9EAF11E616}.Debug|x64.Build.0 = Debug|Any CPU
{6EFDEC4A-8E18-4C5A-88B9-AE9EAF11E616}.Release|x64.ActiveCfg = Release|Any CPU
{6EFDEC4A-8E18-4C5A-88B9-AE9EAF11E616}.Release|x64.Build.0 = Release|Any CPU
{A6DED3FA-8B7D-4924-84A2-3FB9F0DE0DED}.Debug|x64.ActiveCfg = Debug|Any CPU
{A6DED3FA-8B7D-4924-84A2-3FB9F0DE0DED}.Debug|x64.Build.0 = Debug|Any CPU
{A6DED3FA-8B7D-4924-84A2-3FB9F0DE0DED}.Release|x64.ActiveCfg = Release|Any CPU
{A6DED3FA-8B7D-4924-84A2-3FB9F0DE0DED}.Release|x64.Build.0 = Release|Any CPU
{965301C5-6082-4B88-9BC0-900CEDC8CD36}.Debug|x64.ActiveCfg = Debug|Any CPU
{965301C5-6082-4B88-9BC0-900CEDC8CD36}.Debug|x64.Build.0 = Debug|Any CPU
{965301C5-6082-4B88-9BC0-900CEDC8CD36}.Release|x64.ActiveCfg = Release|Any CPU
{965301C5-6082-4B88-9BC0-900CEDC8CD36}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal