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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj.user

Issue 11192036: Fix for Visual Studio prompting for $(CHROME_PATH) (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Connect.cs » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003"> 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003">
3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'"> 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'">
4 <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
5 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$( NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/ch rome_data" --enable-nacl</LocalDebuggerCommandArguments> 4 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$( NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/ch rome_data" --enable-nacl</LocalDebuggerCommandArguments>
6 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
7 </PropertyGroup> 5 </PropertyGroup>
8 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'"> 6 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
9 <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
10 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(Toolch ainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDe buggerCommandArguments> 7 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(Toolch ainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDe buggerCommandArguments>
11 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
12 </PropertyGroup> 8 </PropertyGroup>
13 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'"> 9 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
14 <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
15 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$ (ProjectDir)/chrome_data" --enable-nacl --wait-for-debugger-children --no-sandbo x</LocalDebuggerCommandArguments> 10 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$ (ProjectDir)/chrome_data" --enable-nacl --wait-for-debugger-children --no-sandbo x</LocalDebuggerCommandArguments>
16 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
17 </PropertyGroup> 11 </PropertyGroup>
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'"> 12 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
19 <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
20 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$ (ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments> 13 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app lication/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$ (ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
21 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
22 </PropertyGroup> 14 </PropertyGroup>
23 </Project> 15 </Project>
OLDNEW
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Connect.cs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698