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

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

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/hello_nacl/hello_nacl.vcxproj
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.vcxproj b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.vcxproj
index b9a690940ac0577a95fdbc5115ff969946c4d323..96af619f2613dbf2939882f44011705a3b06ea5c 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.vcxproj
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.vcxproj
@@ -9,6 +9,10 @@
<Configuration>Debug</Configuration>
<Platform>NaCl64</Platform>
</ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|PNaCl">
+ <Configuration>Debug</Configuration>
+ <Platform>PNaCl</Platform>
+ </ProjectConfiguration>
<ProjectConfiguration Include="Debug|PPAPI">
<Configuration>Debug</Configuration>
<Platform>PPAPI</Platform>
@@ -25,6 +29,10 @@
<Configuration>Release</Configuration>
<Platform>NaCl64</Platform>
</ProjectConfiguration>
+ <ProjectConfiguration Include="Release|PNaCl">
+ <Configuration>Release</Configuration>
+ <Platform>PNaCl</Platform>
+ </ProjectConfiguration>
<ProjectConfiguration Include="Release|PPAPI">
<Configuration>Release</Configuration>
<Platform>PPAPI</Platform>
@@ -172,4 +180,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>

Powered by Google App Engine
This is Rietveld 408576698