| 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..3d8b0285570b284d8a5fbf9a2af06eb1d81d191f 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
|
| @@ -32,18 +32,6 @@
|
| <RootNamespace>hello_world_gles</RootNamespace>
|
| </PropertyGroup>
|
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| - <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'">
|
| - <ToolchainName>newlib</ToolchainName>
|
| - </PropertyGroup>
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'" Label="Configuration">
|
| - <ToolchainName>newlib</ToolchainName>
|
| - </PropertyGroup>
|
| - <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
|
| - <ToolchainName>newlib</ToolchainName>
|
| - </PropertyGroup>
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'" Label="Configuration">
|
| - <ToolchainName>newlib</ToolchainName>
|
| - </PropertyGroup>
|
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| <ImportGroup Label="ExtensionSettings">
|
| </ImportGroup>
|
|
|