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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp.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
Index: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp.sln
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp.sln b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp.sln
index 5090b2cf60a803185da02bbca629c6c9ddaf8560..3f15ec516eb2254f4d3fd390d622d20640206946 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp.sln
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp.sln
@@ -5,20 +5,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hello_nacl_cpp", "hello_nac
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
+ {821C2C52-B4A2-407A-9800-B2A5633FB097}.Debug|NaCl32.ActiveCfg = Debug|NaCl32
+ {821C2C52-B4A2-407A-9800-B2A5633FB097}.Debug|NaCl32.Build.0 = Debug|NaCl32
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Debug|NaCl64.ActiveCfg = Debug|NaCl64
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Debug|NaCl64.Build.0 = Debug|NaCl64
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Debug|PPAPI.ActiveCfg = Debug|PPAPI
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Debug|PPAPI.Build.0 = Debug|PPAPI
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Debug|Win32.ActiveCfg = Debug|Win32
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Debug|Win32.Build.0 = Debug|Win32
+ {821C2C52-B4A2-407A-9800-B2A5633FB097}.Release|NaCl32.ActiveCfg = Release|NaCl32
+ {821C2C52-B4A2-407A-9800-B2A5633FB097}.Release|NaCl32.Build.0 = Release|NaCl32
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Release|NaCl64.ActiveCfg = Release|NaCl64
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Release|NaCl64.Build.0 = Release|NaCl64
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Release|PPAPI.ActiveCfg = Release|PPAPI

Powered by Google App Engine
This is Rietveld 408576698