| Index: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.vcxproj
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.vcxproj b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.vcxproj
|
| index b9a690940ac0577a95fdbc5115ff969946c4d323..96af619f2613dbf2939882f44011705a3b06ea5c 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.vcxproj
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.vcxproj
|
| @@ -9,6 +9,10 @@
|
| <Configuration>Debug</Configuration>
|
| <Platform>NaCl64</Platform>
|
| </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Debug|PNaCl">
|
| + <Configuration>Debug</Configuration>
|
| + <Platform>PNaCl</Platform>
|
| + </ProjectConfiguration>
|
| <ProjectConfiguration Include="Debug|PPAPI">
|
| <Configuration>Debug</Configuration>
|
| <Platform>PPAPI</Platform>
|
| @@ -25,6 +29,10 @@
|
| <Configuration>Release</Configuration>
|
| <Platform>NaCl64</Platform>
|
| </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Release|PNaCl">
|
| + <Configuration>Release</Configuration>
|
| + <Platform>PNaCl</Platform>
|
| + </ProjectConfiguration>
|
| <ProjectConfiguration Include="Release|PPAPI">
|
| <Configuration>Release</Configuration>
|
| <Platform>PPAPI</Platform>
|
| @@ -172,4 +180,4 @@
|
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| <ImportGroup Label="ExtensionTargets">
|
| </ImportGroup>
|
| -</Project>
|
| +</Project>
|
|
|