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

Side by Side Diff: third_party/iaccessible2/iaccessible2.sln

Issue 703753005: More Windows build fixes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
OLDNEW
(Empty)
1 Microsoft Visual Studio Solution File, Format Version 13.00
scottmg 2014/11/05 17:10:22 and this one
jam 2014/11/05 18:44:35 Done.
2 # Visual Studio 2013
3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IAccessible2Proxy", "IAcces sible2Proxy.vcxproj", "{A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}"
4 ProjectSection(ProjectDependencies) = postProject
5 {6087A655-C98A-9F01-A799-27DB8BFA3028} = {6087A655-C98A-9F01-A79 9-27DB8BFA3028}
6 EndProjectSection
7 EndProject
8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iaccessible2", "iaccessible 2.vcxproj", "{6087A655-C98A-9F01-A799-27DB8BFA3028}"
9 EndProject
10 Global
11 GlobalSection(SolutionConfigurationPlatforms) = preSolution
12 Debug|x64 = Debug|x64
13 Debug|Win32 = Debug|Win32
14 Release|x64 = Release|x64
15 Release|Win32 = Release|Win32
16 EndGlobalSection
17 GlobalSection(ProjectConfigurationPlatforms) = postSolution
18 {6087A655-C98A-9F01-A799-27DB8BFA3028}.Debug|x64.ActiveCfg = Deb ug|x64
19 {6087A655-C98A-9F01-A799-27DB8BFA3028}.Debug|x64.Build.0 = Debug |x64
20 {6087A655-C98A-9F01-A799-27DB8BFA3028}.Debug|Win32.ActiveCfg = D ebug|Win32
21 {6087A655-C98A-9F01-A799-27DB8BFA3028}.Debug|Win32.Build.0 = Deb ug|Win32
22 {6087A655-C98A-9F01-A799-27DB8BFA3028}.Release|x64.ActiveCfg = R elease|x64
23 {6087A655-C98A-9F01-A799-27DB8BFA3028}.Release|x64.Build.0 = Rel ease|x64
24 {6087A655-C98A-9F01-A799-27DB8BFA3028}.Release|Win32.ActiveCfg = Release|Win32
25 {6087A655-C98A-9F01-A799-27DB8BFA3028}.Release|Win32.Build.0 = R elease|Win32
26 {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Debug|x64.ActiveCfg = Deb ug|x64
27 {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Debug|x64.Build.0 = Debug |x64
28 {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Debug|Win32.ActiveCfg = D ebug|Win32
29 {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Debug|Win32.Build.0 = Deb ug|Win32
30 {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Release|x64.ActiveCfg = R elease|x64
31 {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Release|x64.Build.0 = Rel ease|x64
32 {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Release|Win32.ActiveCfg = Release|Win32
33 {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Release|Win32.Build.0 = R elease|Win32
34 EndGlobalSection
35 GlobalSection(SolutionProperties) = preSolution
36 HideSolutionNode = FALSE
37 EndGlobalSection
38 EndGlobal
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698