| Index: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj
 | 
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj
 | 
| index 05fa79d6e3f9255100630a784bbdd93df08bca9b..c10eaca48e58c4862823f0a477f960e2a2048a3a 100644
 | 
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj
 | 
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj
 | 
| @@ -69,23 +69,11 @@
 | 
|      <Link>
 | 
|        <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
 | 
|      </Link>
 | 
| -    <PostBuildEvent>
 | 
| -      <Command>set PATH=$(Path)
 | 
| -mkdir $(ToolchainName)
 | 
| -python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe" -L "$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\x86_64-nacl\lib" -L "$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\hello_world_gles.nmf -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command>
 | 
| -      <Message>Running 'create_nmf'</Message>
 | 
| -    </PostBuildEvent>
 | 
|    </ItemDefinitionGroup>
 | 
|    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'">
 | 
|      <Link>
 | 
|        <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
 | 
|      </Link>
 | 
| -    <PostBuildEvent>
 | 
| -      <Command>set PATH=$(Path)
 | 
| -mkdir $(ToolchainName)
 | 
| -python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe" -L "$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\x86_64-nacl\lib" -L "$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\hello_world_gles.nmf -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command>
 | 
| -      <Message>Running 'create_nmf'</Message>
 | 
| -    </PostBuildEvent>
 | 
|    </ItemDefinitionGroup>
 | 
|    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
 | 
|      <Link>
 | 
| 
 |