| Index: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp/hello_nacl_cpp.vcxproj.user
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp/hello_nacl_cpp.vcxproj.user b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp/hello_nacl_cpp.vcxproj.user
|
| deleted file mode 100644
|
| index 852838e26503a729cfecccc6f3f4f36485ba69fd..0000000000000000000000000000000000000000
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl_cpp/hello_nacl_cpp/hello_nacl_cpp.vcxproj.user
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
|
| - <LocalDebuggerCommand>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</LocalDebuggerCommand>
|
| - <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";application/x-nacl localhost:$(NaClWebServerPort) --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl --wait-for-debugger-children --no-sandbox</LocalDebuggerCommandArguments>
|
| - </PropertyGroup>
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
|
| - <LocalDebuggerCommand>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</LocalDebuggerCommand>
|
| - <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";application/x-nacl localhost:$(NaClWebServerPort) --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| - </PropertyGroup>
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'">
|
| - <LocalDebuggerCommand>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</LocalDebuggerCommand>
|
| - <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$(NaClWebServerPort) --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| - </PropertyGroup>
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
|
| - <LocalDebuggerCommand>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</LocalDebuggerCommand>
|
| - <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort) --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| - </PropertyGroup>
|
| -</Project>
|
|
|