-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBits.sln
31 lines (31 loc) · 1.53 KB
/
Bits.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bits", "Bits\Bits.csproj", "{0D63A3ED-F80A-4DAB-AEB4-C04781339842}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bits.Tests", "Bits.Tests\Bits.Tests.csproj", "{C6BF521C-558A-4898-90CD-4E381B9F6261}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D63A3ED-F80A-4DAB-AEB4-C04781339842}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D63A3ED-F80A-4DAB-AEB4-C04781339842}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D63A3ED-F80A-4DAB-AEB4-C04781339842}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D63A3ED-F80A-4DAB-AEB4-C04781339842}.Release|Any CPU.Build.0 = Release|Any CPU
{C6BF521C-558A-4898-90CD-4E381B9F6261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6BF521C-558A-4898-90CD-4E381B9F6261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6BF521C-558A-4898-90CD-4E381B9F6261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6BF521C-558A-4898-90CD-4E381B9F6261}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DDA9CAB-8452-4E51-9B61-CA8011EEA7D6}
EndGlobalSection
EndGlobal