| 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 4b63829bf1ff40941e625a4183c9608c29c613f0..c552913456a6a171ca5cfa276e71c37afe3edc82 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
|
| @@ -12,4 +12,16 @@
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
|
| <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";application/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$(ProjectDir)/chrome_data"</LocalDebuggerCommandArguments>
|
| </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'">
|
| + <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$(NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'">
|
| + <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'">
|
| + <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$(NaClWebServerPort)/index_pnacl.html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PNaCl'">
|
| + <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_pnacl.html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| + </PropertyGroup>
|
| </Project>
|
|
|