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

Unified Diff: visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj.user

Issue 10758009: Native Client Visual Studio Add-in (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 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/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj.user
diff --git a/visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj.user b/visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj.user
new file mode 100644
index 0000000000000000000000000000000000000000..37e467839387792dd41c32d8ce230a4a846442a9
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj.user
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
+ <LocalDebuggerCommand>C:\chrome\src\build\Debug\chrome.exe</LocalDebuggerCommand>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
+ <LocalDebuggerCommandArguments>--register-pepper-plugins=$(TargetPath);application/x-nacl "localhost:5103/index.html"</LocalDebuggerCommandArguments>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'">
+ <LocalDebuggerCommand>C:\chrome\src\build\Debug\chrome.exe</LocalDebuggerCommand>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'">
+ <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox "localhost:5103/index.html"</LocalDebuggerCommandArguments>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
+</Project>

Powered by Google App Engine
This is Rietveld 408576698