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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles.sln

Issue 10825290: NaCl VS Add-in hello_world_gles example (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/common.js » ('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 
2 Microsoft Visual Studio Solution File, Format Version 11.00
3 # Visual Studio 2010
4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hello_world_gles", "hello_w orld_gles\hello_world_gles.vcxproj", "{F82336A6-3A85-45E2-9A96-26DEA54280C5}"
5 EndProject
6 Global
7 GlobalSection(SolutionConfigurationPlatforms) = preSolution
8 Debug|NaCl = Debug|NaCl
9 Debug|PPAPI = Debug|PPAPI
10 Debug|Win32 = Debug|Win32
11 Release|NaCl = Release|NaCl
12 Release|PPAPI = Release|PPAPI
13 Release|Win32 = Release|Win32
14 EndGlobalSection
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
16 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Debug|NaCl.ActiveCfg = De bug|NaCl
17 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Debug|NaCl.Build.0 = Debu g|NaCl
18 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Debug|PPAPI.ActiveCfg = D ebug|PPAPI
19 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Debug|PPAPI.Build.0 = Deb ug|PPAPI
20 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Debug|Win32.ActiveCfg = D ebug|Win32
21 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Debug|Win32.Build.0 = Deb ug|Win32
22 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Release|NaCl.ActiveCfg = Release|NaCl
23 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Release|NaCl.Build.0 = Re lease|NaCl
24 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Release|PPAPI.ActiveCfg = Release|PPAPI
25 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Release|PPAPI.Build.0 = R elease|PPAPI
26 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Release|Win32.ActiveCfg = Release|Win32
27 {F82336A6-3A85-45E2-9A96-26DEA54280C5}.Release|Win32.Build.0 = R elease|Win32
28 EndGlobalSection
29 GlobalSection(SolutionProperties) = preSolution
30 HideSolutionNode = FALSE
31 EndGlobalSection
32 EndGlobal
OLDNEW
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698