| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
| 3 <ItemGroup Label="ProjectConfigurations"> | 3 <ItemGroup Label="ProjectConfigurations"> |
| 4 <ProjectConfiguration Include="Debug|NaCl32"> | 4 <ProjectConfiguration Include="Debug|NaCl32"> |
| 5 <Configuration>Debug</Configuration> | 5 <Configuration>Debug</Configuration> |
| 6 <Platform>NaCl32</Platform> | 6 <Platform>NaCl32</Platform> |
| 7 </ProjectConfiguration> | 7 </ProjectConfiguration> |
| 8 <ProjectConfiguration Include="Debug|NaCl64"> | 8 <ProjectConfiguration Include="Debug|NaCl64"> |
| 9 <Configuration>Debug</Configuration> | 9 <Configuration>Debug</Configuration> |
| 10 <Platform>NaCl64</Platform> | 10 <Platform>NaCl64</Platform> |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 <NaClAddInVersion>1</NaClAddInVersion> | 57 <NaClAddInVersion>1</NaClAddInVersion> |
| 58 </PropertyGroup> | 58 </PropertyGroup> |
| 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'"> | 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'"> |
| 60 <NaClAddInVersion>1</NaClAddInVersion> | 60 <NaClAddInVersion>1</NaClAddInVersion> |
| 61 </PropertyGroup> | 61 </PropertyGroup> |
| 62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'"> | 62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'"> |
| 63 <NaClAddInVersion>1</NaClAddInVersion> | 63 <NaClAddInVersion>1</NaClAddInVersion> |
| 64 </PropertyGroup> | 64 </PropertyGroup> |
| 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'"> | 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'"> |
| 66 <OutDir>$(ProjectDir)pnacl\</OutDir> | 66 <OutDir>$(ProjectDir)pnacl\</OutDir> |
| 67 <NaClAddInVersion>1</NaClAddInVersion> |
| 68 </PropertyGroup> |
| 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PNaCl'"> |
| 70 <NaClAddInVersion>1</NaClAddInVersion> |
| 67 </PropertyGroup> | 71 </PropertyGroup> |
| 68 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'
"> | 72 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'
"> |
| 69 <Link> | 73 <Link> |
| 70 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> | 74 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> |
| 71 </Link> | 75 </Link> |
| 72 </ItemDefinitionGroup> | 76 </ItemDefinitionGroup> |
| 73 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'
"> | 77 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'
"> |
| 74 <Link> | 78 <Link> |
| 75 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> | 79 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> |
| 76 </Link> | 80 </Link> |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 <ClCompile Include="hello_world.cc" /> | 121 <ClCompile Include="hello_world.cc" /> |
| 118 <ClCompile Include="matrix.cc" /> | 122 <ClCompile Include="matrix.cc" /> |
| 119 </ItemGroup> | 123 </ItemGroup> |
| 120 <ItemGroup> | 124 <ItemGroup> |
| 121 <ClInclude Include="matrix.h" /> | 125 <ClInclude Include="matrix.h" /> |
| 122 </ItemGroup> | 126 </ItemGroup> |
| 123 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 127 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 124 <ImportGroup Label="ExtensionTargets"> | 128 <ImportGroup Label="ExtensionTargets"> |
| 125 </ImportGroup> | 129 </ImportGroup> |
| 126 </Project> | 130 </Project> |
| OLD | NEW |