| Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/ImportAfter/NaCl.override.props
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/ImportAfter/NaCl.override.props b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/ImportAfter/NaCl.override.props
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dd6f7c927594d360e76df492800edc32e962208f
|
| --- /dev/null
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/ImportAfter/NaCl.override.props
|
| @@ -0,0 +1,18 @@
|
| +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| + <ItemDefinitionGroup>
|
| + <ClCompile>
|
| + <!-- add NaCl preprocessor -->
|
| + <PreprocessorDefinitions>NACL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + </ClCompile>
|
| + <Link>
|
| + <AdditionalDependencies>ppapi_cpp;ppapi;%(AdditionalDependencies)</AdditionalDependencies>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| +
|
| + <!-- setup default debugging parameters -->
|
| + <PropertyGroup>
|
| + <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
|
| + <LocalDebuggerCommandArguments Condition="$(Configuration) == 'Debug'">--enable-nacl-debug --no-sandbox localhost:5103</LocalDebuggerCommandArguments>
|
| + <LocalDebuggerCommandArguments Condition="$(Configuration) != 'Debug'">localhost:5103</LocalDebuggerCommandArguments>
|
| + </PropertyGroup>
|
| +</Project>
|
|
|