Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Side by Side Diff: third_party/sqlite/src/vsixtest/vsixtest.sln

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/sqlite/src/vsixtest/pch.cpp ('k') | third_party/sqlite/src/vsixtest/vsixtest.tcl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Microsoft Visual Studio Solution File, Format Version 12.00
2 # Visual Studio 14
3 VisualStudioVersion = 14.0.24720.0
4 MinimumVisualStudioVersion = 10.0.40219.1
5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vsixtest", "vsixtest.vcxpro j", "{60BB14A5-0871-4656-BC38-4F0958230F9A}"
6 EndProject
7 Global
8 GlobalSection(SolutionConfigurationPlatforms) = preSolution
9 Debug|ARM = Debug|ARM
10 Debug|x64 = Debug|x64
11 Debug|x86 = Debug|x86
12 Release|ARM = Release|ARM
13 Release|x64 = Release|x64
14 Release|x86 = Release|x86
15 EndGlobalSection
16 GlobalSection(ProjectConfigurationPlatforms) = postSolution
17 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Debug|ARM.ActiveCfg = Deb ug|ARM
18 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Debug|ARM.Build.0 = Debug |ARM
19 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Debug|ARM.Deploy.0 = Debu g|ARM
20 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Debug|x64.ActiveCfg = Deb ug|x64
21 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Debug|x64.Build.0 = Debug |x64
22 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Debug|x64.Deploy.0 = Debu g|x64
23 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Debug|x86.ActiveCfg = Deb ug|Win32
24 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Debug|x86.Build.0 = Debug |Win32
25 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Debug|x86.Deploy.0 = Debu g|Win32
26 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Release|ARM.ActiveCfg = R elease|ARM
27 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Release|ARM.Build.0 = Rel ease|ARM
28 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Release|ARM.Deploy.0 = Re lease|ARM
29 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Release|x64.ActiveCfg = R elease|x64
30 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Release|x64.Build.0 = Rel ease|x64
31 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Release|x64.Deploy.0 = Re lease|x64
32 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Release|x86.ActiveCfg = R elease|Win32
33 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Release|x86.Build.0 = Rel ease|Win32
34 {60BB14A5-0871-4656-BC38-4F0958230F9A}.Release|x86.Deploy.0 = Re lease|Win32
35 EndGlobalSection
36 GlobalSection(SolutionProperties) = preSolution
37 HideSolutionNode = FALSE
38 EndGlobalSection
39 EndGlobal
OLDNEW
« no previous file with comments | « third_party/sqlite/src/vsixtest/pch.cpp ('k') | third_party/sqlite/src/vsixtest/vsixtest.tcl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698