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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/iaccessible2/iaccessible2.sln
diff --git a/third_party/iaccessible2/iaccessible2.sln b/third_party/iaccessible2/iaccessible2.sln
new file mode 100644
index 0000000000000000000000000000000000000000..9b982ba2a50091376a552ab684d6311a97e39ff0
--- /dev/null
+++ b/third_party/iaccessible2/iaccessible2.sln
@@ -0,0 +1,38 @@
+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.
+# Visual Studio 2013
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IAccessible2Proxy", "IAccessible2Proxy.vcxproj", "{A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}"
+ ProjectSection(ProjectDependencies) = postProject
+ {6087A655-C98A-9F01-A799-27DB8BFA3028} = {6087A655-C98A-9F01-A799-27DB8BFA3028}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iaccessible2", "iaccessible2.vcxproj", "{6087A655-C98A-9F01-A799-27DB8BFA3028}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Debug|Win32 = Debug|Win32
+ Release|x64 = Release|x64
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {6087A655-C98A-9F01-A799-27DB8BFA3028}.Debug|x64.ActiveCfg = Debug|x64
+ {6087A655-C98A-9F01-A799-27DB8BFA3028}.Debug|x64.Build.0 = Debug|x64
+ {6087A655-C98A-9F01-A799-27DB8BFA3028}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6087A655-C98A-9F01-A799-27DB8BFA3028}.Debug|Win32.Build.0 = Debug|Win32
+ {6087A655-C98A-9F01-A799-27DB8BFA3028}.Release|x64.ActiveCfg = Release|x64
+ {6087A655-C98A-9F01-A799-27DB8BFA3028}.Release|x64.Build.0 = Release|x64
+ {6087A655-C98A-9F01-A799-27DB8BFA3028}.Release|Win32.ActiveCfg = Release|Win32
+ {6087A655-C98A-9F01-A799-27DB8BFA3028}.Release|Win32.Build.0 = Release|Win32
+ {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Debug|x64.ActiveCfg = Debug|x64
+ {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Debug|x64.Build.0 = Debug|x64
+ {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Debug|Win32.ActiveCfg = Debug|Win32
+ {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Debug|Win32.Build.0 = Debug|Win32
+ {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Release|x64.ActiveCfg = Release|x64
+ {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Release|x64.Build.0 = Release|x64
+ {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Release|Win32.ActiveCfg = Release|Win32
+ {A9183F60-8B23-1C1C-2A0D-7CD6855FBC27}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal

Powered by Google App Engine
This is Rietveld 408576698