| Index: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj.user
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj.user b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj.user
|
| index ad3da8c28d9f524d3c7575a86522bb9a432b0db7..7f5c610c616446eac6e957c62c2fac1f077e7744 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj.user
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj.user
|
| @@ -1,23 +1,15 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
| <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'">
|
| - <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
|
| <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$(NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| - <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
|
| - <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
|
| <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| - <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
|
| - <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
|
| <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";application/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl --wait-for-debugger-children --no-sandbox</LocalDebuggerCommandArguments>
|
| - <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
|
| - <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
|
| <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";application/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| - <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
| </PropertyGroup>
|
| </Project>
|
|
|