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

Side by Side Diff: visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj.user

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003">
3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
4 <LocalDebuggerCommand>C:\chrome\src\build\Debug\chrome.exe</LocalDebuggerCom mand>
5 </PropertyGroup>
6 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
7 <LocalDebuggerCommandArguments>--register-pepper-plugins=$(TargetPath);appli cation/x-nacl "localhost:5103/index.html"</LocalDebuggerCommandArguments>
8 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
9 </PropertyGroup>
10 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'">
11 <LocalDebuggerCommand>C:\chrome\src\build\Debug\chrome.exe</LocalDebuggerCom mand>
12 </PropertyGroup>
13 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'">
14 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox "localhost: 5103/index.html"</LocalDebuggerCommandArguments>
15 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
16 </PropertyGroup>
17 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698