-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBitPacking.sln
More file actions
31 lines (31 loc) · 1.57 KB
/
Copy pathBitPacking.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 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bitpacking.Tests", "BitPacking.Tests\Bitpacking.Tests.csproj", "{74766FA7-0143-4810-B269-B74C9C150DDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitPacking", "BitPacking\BitPacking.csproj", "{DAAD79DC-30A3-4A9A-99F8-3AC4AE6D201F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74766FA7-0143-4810-B269-B74C9C150DDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74766FA7-0143-4810-B269-B74C9C150DDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74766FA7-0143-4810-B269-B74C9C150DDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74766FA7-0143-4810-B269-B74C9C150DDE}.Release|Any CPU.Build.0 = Release|Any CPU
{DAAD79DC-30A3-4A9A-99F8-3AC4AE6D201F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAAD79DC-30A3-4A9A-99F8-3AC4AE6D201F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAAD79DC-30A3-4A9A-99F8-3AC4AE6D201F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAAD79DC-30A3-4A9A-99F8-3AC4AE6D201F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9FBA8AE-DD27-44E1-AEC1-3CBDC74D737D}
EndGlobalSection
EndGlobal