| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..35b1391177979af24bdd643f03050742e56a4a49
|
| --- /dev/null
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj.user
|
| @@ -0,0 +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|NaCl'">
|
| + <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|NaCl'">
|
| + <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>
|
|
|