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 c0716d4ebb2ec1aef64d306096540ccd98e38773..cfaac08a0380ef79576b0d83ba026b354a07d9b7 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 |
@@ -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> |
@@ -21,6 +25,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> |
@@ -66,6 +74,9 @@ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'"> |
<NaClAddInVersion>1</NaClAddInVersion> |
</PropertyGroup> |
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'"> |
+ <OutDir>$(ProjectDir)pnacl\</OutDir> |
+ </PropertyGroup> |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'"> |
<Link> |
<AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> |
@@ -108,6 +119,16 @@ python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain |
<AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies> |
</Link> |
</ItemDefinitionGroup> |
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'"> |
+ <Link> |
+ <AdditionalDependencies>ppapi_cpp;ppapi;ppapi_gles2</AdditionalDependencies> |
+ </Link> |
+ </ItemDefinitionGroup> |
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PNaCl'"> |
+ <Link> |
+ <AdditionalDependencies>ppapi_cpp;ppapi;ppapi_gles2</AdditionalDependencies> |
+ </Link> |
+ </ItemDefinitionGroup> |
<ItemGroup> |
<None Include="common.js" /> |
<None Include="fragment_shader_es2.frag" /> |
@@ -126,4 +147,4 @@ python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
<ImportGroup Label="ExtensionTargets"> |
</ImportGroup> |
-</Project> |
+</Project> |