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

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

Issue 11367026: [VS Addin] Add PNaCl configs to 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 3f15ec516eb2254f4d3fd390d622d20640206946..9a63edc0963c97212ad6a89d15900e091fa170c7 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
@@ -7,10 +7,12 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|NaCl32 = Debug|NaCl32
Debug|NaCl64 = Debug|NaCl64
+ Debug|PNaCl = Debug|PNaCl
Debug|PPAPI = Debug|PPAPI
Debug|Win32 = Debug|Win32
Release|NaCl32 = Release|NaCl32
Release|NaCl64 = Release|NaCl64
+ Release|PNaCl = Release|PNaCl
Release|PPAPI = Release|PPAPI
Release|Win32 = Release|Win32
EndGlobalSection
@@ -19,6 +21,8 @@ Global
{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|PNaCl.ActiveCfg = Debug|PNaCl
+ {821C2C52-B4A2-407A-9800-B2A5633FB097}.Debug|PNaCl.Build.0 = Debug|PNaCl
{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
@@ -27,6 +31,8 @@ Global
{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|PNaCl.ActiveCfg = Release|PNaCl
+ {821C2C52-B4A2-407A-9800-B2A5633FB097}.Release|PNaCl.Build.0 = Release|PNaCl
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Release|PPAPI.ActiveCfg = Release|PPAPI
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Release|PPAPI.Build.0 = Release|PPAPI
{821C2C52-B4A2-407A-9800-B2A5633FB097}.Release|Win32.ActiveCfg = Release|Win32

Powered by Google App Engine
This is Rietveld 408576698