-
Notifications
You must be signed in to change notification settings - Fork 0
/
JustCRC32C.sln
49 lines (49 loc) · 3.03 KB
/
JustCRC32C.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.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JustCRC32C", "JustCRC32C\JustCRC32C.csproj", "{2D1BE50C-C0F6-4B30-8D40-FA23E7C1A7B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JustCRC32C.Test", "JustCRC32C.Test\JustCRC32C.Test.csproj", "{6FBA5D3B-F908-49F8-AEB8-E6EA9C7C2203}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JustCRC32C.Benchmark", "JustCRC32C.Benchmark\JustCRC32C.Benchmark.csproj", "{965E07CC-0EF5-4A1E-8728-FBDC64ECF156}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JustCRC32C.Debug", "JustCRC32C.Debug\JustCRC32C.Debug.csproj", "{DEBF4BF5-1380-4D4B-9E1B-A3AB7AC1104C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JustCRC32C.TestNF", "JustCRC32C.TestNF\JustCRC32C.TestNF.csproj", "{17EA5747-91CA-4B28-B3E0-6F6E60557B0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D1BE50C-C0F6-4B30-8D40-FA23E7C1A7B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D1BE50C-C0F6-4B30-8D40-FA23E7C1A7B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D1BE50C-C0F6-4B30-8D40-FA23E7C1A7B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D1BE50C-C0F6-4B30-8D40-FA23E7C1A7B7}.Release|Any CPU.Build.0 = Release|Any CPU
{6FBA5D3B-F908-49F8-AEB8-E6EA9C7C2203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FBA5D3B-F908-49F8-AEB8-E6EA9C7C2203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FBA5D3B-F908-49F8-AEB8-E6EA9C7C2203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FBA5D3B-F908-49F8-AEB8-E6EA9C7C2203}.Release|Any CPU.Build.0 = Release|Any CPU
{965E07CC-0EF5-4A1E-8728-FBDC64ECF156}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{965E07CC-0EF5-4A1E-8728-FBDC64ECF156}.Debug|Any CPU.Build.0 = Debug|Any CPU
{965E07CC-0EF5-4A1E-8728-FBDC64ECF156}.Release|Any CPU.ActiveCfg = Release|Any CPU
{965E07CC-0EF5-4A1E-8728-FBDC64ECF156}.Release|Any CPU.Build.0 = Release|Any CPU
{DEBF4BF5-1380-4D4B-9E1B-A3AB7AC1104C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEBF4BF5-1380-4D4B-9E1B-A3AB7AC1104C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEBF4BF5-1380-4D4B-9E1B-A3AB7AC1104C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEBF4BF5-1380-4D4B-9E1B-A3AB7AC1104C}.Release|Any CPU.Build.0 = Release|Any CPU
{17EA5747-91CA-4B28-B3E0-6F6E60557B0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17EA5747-91CA-4B28-B3E0-6F6E60557B0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17EA5747-91CA-4B28-B3E0-6F6E60557B0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17EA5747-91CA-4B28-B3E0-6F6E60557B0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B763388-CE3D-41C9-AF9D-1AD89E275B5A}
EndGlobalSection
EndGlobal