| 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 6e0b25d7674195f73961cdd98671e3c72bf6fed2..ad3da8c28d9f524d3c7575a86522bb9a432b0db7 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,23 @@
|
| -<?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>
|
| +<?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>
|
|
|