-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBitFields.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
BitFields.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GUI", "GUI\GUI.csproj", "{32E2B0E5-3F0D-4132-A0FA-16D9BFE99B87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitField.Extensions", "src\BitField.Extensions.csproj", "{6910A029-9C6A-4DD8-B965-4D26A0D81230}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unit Tests", "Unit Tests\Unit Tests.csproj", "{AD228C25-2BF6-4C8A-B7F3-4749FAE387AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32E2B0E5-3F0D-4132-A0FA-16D9BFE99B87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32E2B0E5-3F0D-4132-A0FA-16D9BFE99B87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32E2B0E5-3F0D-4132-A0FA-16D9BFE99B87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32E2B0E5-3F0D-4132-A0FA-16D9BFE99B87}.Release|Any CPU.Build.0 = Release|Any CPU
{6910A029-9C6A-4DD8-B965-4D26A0D81230}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6910A029-9C6A-4DD8-B965-4D26A0D81230}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6910A029-9C6A-4DD8-B965-4D26A0D81230}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6910A029-9C6A-4DD8-B965-4D26A0D81230}.Release|Any CPU.Build.0 = Release|Any CPU
{AD228C25-2BF6-4C8A-B7F3-4749FAE387AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD228C25-2BF6-4C8A-B7F3-4749FAE387AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD228C25-2BF6-4C8A-B7F3-4749FAE387AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD228C25-2BF6-4C8A-B7F3-4749FAE387AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {590F2F6F-FB3E-4297-A4E2-04526223450C}
EndGlobalSection
EndGlobal