| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil
d/2003"> | |
| 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'"> | |
| 4 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$(
NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/ch
rome_data" --enable-nacl</LocalDebuggerCommandArguments> | |
| 5 </PropertyGroup> | |
| 6 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'"> | |
| 7 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(Toolch
ainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDe
buggerCommandArguments> | |
| 8 </PropertyGroup> | |
| 9 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'"> | |
| 10 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app
lication/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$
(ProjectDir)/chrome_data" --wait-for-debugger-children</LocalDebuggerCommandArgu
ments> | |
| 11 </PropertyGroup> | |
| 12 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'"> | |
| 13 <LocalDebuggerCommandArguments>--register-pepper-plugins="$(TargetPath)";app
lication/x-nacl localhost:$(NaClWebServerPort)/index_win.html --user-data-dir="$
(ProjectDir)/chrome_data"</LocalDebuggerCommandArguments> | |
| 14 </PropertyGroup> | |
| 15 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'"> | |
| 16 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$(
NaClWebServerPort)/index_$(ToolchainName).html --user-data-dir="$(ProjectDir)/ch
rome_data" --enable-nacl</LocalDebuggerCommandArguments> | |
| 17 </PropertyGroup> | |
| 18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'"> | |
| 19 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_$(Toolch
ainName).html --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDe
buggerCommandArguments> | |
| 20 </PropertyGroup> | |
| 21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'"> | |
| 22 <LocalDebuggerCommandArguments>--enable-nacl-debug --no-sandbox localhost:$(
NaClWebServerPort)/index_pnacl.html --user-data-dir="$(ProjectDir)/chrome_data"
--enable-nacl</LocalDebuggerCommandArguments> | |
| 23 </PropertyGroup> | |
| 24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PNaCl'"> | |
| 25 <LocalDebuggerCommandArguments>localhost:$(NaClWebServerPort)/index_pnacl.ht
ml --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerComma
ndArguments> | |
| 26 </PropertyGroup> | |
| 27 </Project> | |
| OLD | NEW |