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

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

Issue 11085093: Remove windows lines endings (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
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> 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> 5 <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> 6 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
7 </PropertyGroup> 7 </PropertyGroup>
8 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'"> 8 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
9 <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand> 9 <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
10 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(Toolch ainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDe buggerCommandArguments> 10 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(Toolch ainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDe buggerCommandArguments>
11 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 11 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
12 </PropertyGroup> 12 </PropertyGroup>
13 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'"> 13 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
14 <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand> 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> 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>
16 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 16 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
17 </PropertyGroup> 17 </PropertyGroup>
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'"> 18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
19 <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand> 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> 20 <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> 21 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
22 </PropertyGroup> 22 </PropertyGroup>
23 </Project> 23 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698