This repository was archived by the owner on Jul 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsnappy.sln
More file actions
59 lines (59 loc) · 3.56 KB
/
snappy.sln
File metadata and controls
59 lines (59 loc) · 3.56 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "snappy", "snappy.vcxproj", "{6819C17D-58DF-4F01-8E5B-86A6D5A1B29C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "runtests", "runtests\runtests.vcxproj", "{8A974365-D446-4B4C-A8AE-1978356970A9}"
ProjectSection(ProjectDependencies) = postProject
{6819C17D-58DF-4F01-8E5B-86A6D5A1B29C} = {6819C17D-58DF-4F01-8E5B-86A6D5A1B29C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "packagetest", "packagetest\packagetest.vcxproj", "{74DFDA5C-4C7F-4C02-8837-A17FE83F4B5F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "singlefiletest", "singlefiletest\singlefiletest.vcxproj", "{07195EFB-21CB-4479-B126-115E05A59EC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6819C17D-58DF-4F01-8E5B-86A6D5A1B29C}.Debug|Win32.ActiveCfg = Debug|Win32
{6819C17D-58DF-4F01-8E5B-86A6D5A1B29C}.Debug|Win32.Build.0 = Debug|Win32
{6819C17D-58DF-4F01-8E5B-86A6D5A1B29C}.Debug|x64.ActiveCfg = Debug|x64
{6819C17D-58DF-4F01-8E5B-86A6D5A1B29C}.Debug|x64.Build.0 = Debug|x64
{6819C17D-58DF-4F01-8E5B-86A6D5A1B29C}.Release|Win32.ActiveCfg = Release|Win32
{6819C17D-58DF-4F01-8E5B-86A6D5A1B29C}.Release|Win32.Build.0 = Release|Win32
{6819C17D-58DF-4F01-8E5B-86A6D5A1B29C}.Release|x64.ActiveCfg = Release|x64
{6819C17D-58DF-4F01-8E5B-86A6D5A1B29C}.Release|x64.Build.0 = Release|x64
{8A974365-D446-4B4C-A8AE-1978356970A9}.Debug|Win32.ActiveCfg = Debug|Win32
{8A974365-D446-4B4C-A8AE-1978356970A9}.Debug|Win32.Build.0 = Debug|Win32
{8A974365-D446-4B4C-A8AE-1978356970A9}.Debug|x64.ActiveCfg = Debug|x64
{8A974365-D446-4B4C-A8AE-1978356970A9}.Debug|x64.Build.0 = Debug|x64
{8A974365-D446-4B4C-A8AE-1978356970A9}.Release|Win32.ActiveCfg = Release|Win32
{8A974365-D446-4B4C-A8AE-1978356970A9}.Release|Win32.Build.0 = Release|Win32
{8A974365-D446-4B4C-A8AE-1978356970A9}.Release|x64.ActiveCfg = Release|x64
{8A974365-D446-4B4C-A8AE-1978356970A9}.Release|x64.Build.0 = Release|x64
{74DFDA5C-4C7F-4C02-8837-A17FE83F4B5F}.Debug|Win32.ActiveCfg = Debug|Win32
{74DFDA5C-4C7F-4C02-8837-A17FE83F4B5F}.Debug|Win32.Build.0 = Debug|Win32
{74DFDA5C-4C7F-4C02-8837-A17FE83F4B5F}.Debug|x64.ActiveCfg = Debug|Win32
{74DFDA5C-4C7F-4C02-8837-A17FE83F4B5F}.Release|Win32.ActiveCfg = Release|Win32
{74DFDA5C-4C7F-4C02-8837-A17FE83F4B5F}.Release|Win32.Build.0 = Release|Win32
{74DFDA5C-4C7F-4C02-8837-A17FE83F4B5F}.Release|x64.ActiveCfg = Release|x64
{74DFDA5C-4C7F-4C02-8837-A17FE83F4B5F}.Release|x64.Build.0 = Release|x64
{07195EFB-21CB-4479-B126-115E05A59EC3}.Debug|Win32.ActiveCfg = Debug|Win32
{07195EFB-21CB-4479-B126-115E05A59EC3}.Debug|Win32.Build.0 = Debug|Win32
{07195EFB-21CB-4479-B126-115E05A59EC3}.Debug|x64.ActiveCfg = Debug|Win32
{07195EFB-21CB-4479-B126-115E05A59EC3}.Release|Win32.ActiveCfg = Release|Win32
{07195EFB-21CB-4479-B126-115E05A59EC3}.Release|Win32.Build.0 = Release|Win32
{07195EFB-21CB-4479-B126-115E05A59EC3}.Release|x64.ActiveCfg = Release|x64
{07195EFB-21CB-4479-B126-115E05A59EC3}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal