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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl.sln

Issue 11191009: Add new VS AddIn examples. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl.sln
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl.sln b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl.sln
index adbbd53cace3bdcdfde9be2c16c893a4601d95b3..c8f8a156909229181cbca2b4badbde41c6e05c1d 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl.sln
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl.sln
@@ -5,20 +5,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hello_nacl", "hello_nacl\he
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|NaCl32 = Debug|NaCl32
Debug|NaCl64 = Debug|NaCl64
Debug|PPAPI = Debug|PPAPI
Debug|Win32 = Debug|Win32
+ Release|NaCl32 = Release|NaCl32
Release|NaCl64 = Release|NaCl64
Release|PPAPI = Release|PPAPI
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Debug|NaCl32.ActiveCfg = Debug|NaCl32
+ {0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Debug|NaCl32.Build.0 = Debug|NaCl32
{0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Debug|NaCl64.ActiveCfg = Debug|NaCl64
{0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Debug|NaCl64.Build.0 = Debug|NaCl64
{0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Debug|PPAPI.ActiveCfg = Debug|PPAPI
{0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Debug|PPAPI.Build.0 = Debug|PPAPI
{0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Debug|Win32.ActiveCfg = Debug|Win32
{0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Debug|Win32.Build.0 = Debug|Win32
+ {0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Release|NaCl32.ActiveCfg = Release|NaCl32
+ {0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Release|NaCl32.Build.0 = Release|NaCl32
{0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Release|NaCl64.ActiveCfg = Release|NaCl64
{0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Release|NaCl64.Build.0 = Release|NaCl64
{0A0BEABE-8F63-46EA-A60B-AE7DAC7A689D}.Release|PPAPI.ActiveCfg = Release|PPAPI
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698