-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBitsKit.sln
49 lines (49 loc) · 2.8 KB
/
BitsKit.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32317.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitsKit", "BitsKit\BitsKit.csproj", "{88F8E8D1-2087-4113-B823-DB113F0D2FFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitsKit.Tests", "BitsKit.Tests\BitsKit.Tests.csproj", "{D29A6549-181C-49C3-880D-43D365A23632}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitsKit.Benchmarks", "BitsKit.Benchmarks\BitsKit.Benchmarks.csproj", "{4A982160-E79E-4BC5-9C90-8121AFCF3594}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{512C24E8-66A2-427E-8F03-C54323ECD516}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
ReleaseNotes.txt = ReleaseNotes.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitsKit.Generator", "BitsKit.Generator\BitsKit.Generator.csproj", "{40D14B5B-F68B-4245-8292-23C793220EFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88F8E8D1-2087-4113-B823-DB113F0D2FFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88F8E8D1-2087-4113-B823-DB113F0D2FFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88F8E8D1-2087-4113-B823-DB113F0D2FFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88F8E8D1-2087-4113-B823-DB113F0D2FFE}.Release|Any CPU.Build.0 = Release|Any CPU
{D29A6549-181C-49C3-880D-43D365A23632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D29A6549-181C-49C3-880D-43D365A23632}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D29A6549-181C-49C3-880D-43D365A23632}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D29A6549-181C-49C3-880D-43D365A23632}.Release|Any CPU.Build.0 = Release|Any CPU
{4A982160-E79E-4BC5-9C90-8121AFCF3594}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A982160-E79E-4BC5-9C90-8121AFCF3594}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A982160-E79E-4BC5-9C90-8121AFCF3594}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A982160-E79E-4BC5-9C90-8121AFCF3594}.Release|Any CPU.Build.0 = Release|Any CPU
{40D14B5B-F68B-4245-8292-23C793220EFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40D14B5B-F68B-4245-8292-23C793220EFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40D14B5B-F68B-4245-8292-23C793220EFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40D14B5B-F68B-4245-8292-23C793220EFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFC26415-4A31-4865-BC8E-7210C76AF2C8}
EndGlobalSection
EndGlobal