-
Notifications
You must be signed in to change notification settings - Fork 2
/
Kontur.Lz4.sln
37 lines (37 loc) · 2.1 KB
/
Kontur.Lz4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kontur.Lz4", "Kontur.Lz4\Kontur.Lz4.csproj", "{7F1B93AC-5B37-41DD-9505-0F146FE3A359}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kontur.Lz4.Tests", "Kontur.Lz4.Tests\Kontur.Lz4.Tests.csproj", "{E09797DA-42A8-4609-99FF-943398A26B64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kontur.Lz4.Tests.Lz4NetCompatibility", "Kontur.Lz4.Lz4NetCompatibility\Kontur.Lz4.Tests.Lz4NetCompatibility.csproj", "{DFE12512-BEE8-42E7-B727-D21818D5C9D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F1B93AC-5B37-41DD-9505-0F146FE3A359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F1B93AC-5B37-41DD-9505-0F146FE3A359}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F1B93AC-5B37-41DD-9505-0F146FE3A359}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F1B93AC-5B37-41DD-9505-0F146FE3A359}.Release|Any CPU.Build.0 = Release|Any CPU
{E09797DA-42A8-4609-99FF-943398A26B64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E09797DA-42A8-4609-99FF-943398A26B64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E09797DA-42A8-4609-99FF-943398A26B64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E09797DA-42A8-4609-99FF-943398A26B64}.Release|Any CPU.Build.0 = Release|Any CPU
{DFE12512-BEE8-42E7-B727-D21818D5C9D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFE12512-BEE8-42E7-B727-D21818D5C9D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFE12512-BEE8-42E7-B727-D21818D5C9D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFE12512-BEE8-42E7-B727-D21818D5C9D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DEA89D2E-7376-416B-BC2C-8BBE85BA9CFA}
EndGlobalSection
EndGlobal