|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
3 | 3 | # Visual Studio 14
|
4 |
| -VisualStudioVersion = 14.0.25420.1 |
| 4 | +VisualStudioVersion = 14.0.23107.0 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1
|
6 | 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZstdNet", "ZstdNet\ZstdNet.csproj", "{8ADBEB19-A508-471D-87A0-7443EE086E9B}"
|
7 | 7 | EndProject
|
8 | 8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZstdNet.Tests", "ZstdNet.Tests\ZstdNet.Tests.csproj", "{8DD3694E-9532-4659-AA9F-BB01CBB9341B}"
|
9 | 9 | EndProject
|
10 | 10 | Global
|
11 | 11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
| 12 | + Debug|Any CPU = Debug|Any CPU |
12 | 13 | Debug|x64 = Debug|x64
|
13 | 14 | Debug|x86 = Debug|x86
|
| 15 | + Release|Any CPU = Release|Any CPU |
14 | 16 | Release|x64 = Release|x64
|
15 | 17 | Release|x86 = Release|x86
|
16 | 18 | EndGlobalSection
|
17 | 19 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
| 20 | + {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 21 | + {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
18 | 22 | {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Debug|x64.ActiveCfg = Debug|x64
|
19 | 23 | {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Debug|x64.Build.0 = Debug|x64
|
20 | 24 | {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Debug|x86.ActiveCfg = Debug|x86
|
21 | 25 | {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Debug|x86.Build.0 = Debug|x86
|
| 26 | + {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 27 | + {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Release|Any CPU.Build.0 = Release|Any CPU |
22 | 28 | {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Release|x64.ActiveCfg = Release|x64
|
23 | 29 | {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Release|x64.Build.0 = Release|x64
|
24 | 30 | {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Release|x86.ActiveCfg = Release|x86
|
25 | 31 | {8ADBEB19-A508-471D-87A0-7443EE086E9B}.Release|x86.Build.0 = Release|x86
|
| 32 | + {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 33 | + {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
26 | 34 | {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Debug|x64.ActiveCfg = Debug|x64
|
27 | 35 | {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Debug|x64.Build.0 = Debug|x64
|
28 | 36 | {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Debug|x86.ActiveCfg = Debug|x86
|
29 | 37 | {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Debug|x86.Build.0 = Debug|x86
|
| 38 | + {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 39 | + {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Release|Any CPU.Build.0 = Release|Any CPU |
30 | 40 | {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Release|x64.ActiveCfg = Release|x64
|
31 | 41 | {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Release|x64.Build.0 = Release|x64
|
32 | 42 | {8DD3694E-9532-4659-AA9F-BB01CBB9341B}.Release|x86.ActiveCfg = Release|x86
|
|
0 commit comments