Chromium Code Reviews| 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> |
| 11 </ProjectConfiguration> | 11 </ProjectConfiguration> |
| 12 <ProjectConfiguration Include="Debug|PNaCl"> | |
| 13 <Configuration>Debug</Configuration> | |
| 14 <Platform>PNaCl</Platform> | |
| 15 </ProjectConfiguration> | |
| 12 <ProjectConfiguration Include="Debug|PPAPI"> | 16 <ProjectConfiguration Include="Debug|PPAPI"> |
| 13 <Configuration>Debug</Configuration> | 17 <Configuration>Debug</Configuration> |
| 14 <Platform>PPAPI</Platform> | 18 <Platform>PPAPI</Platform> |
| 15 </ProjectConfiguration> | 19 </ProjectConfiguration> |
| 16 <ProjectConfiguration Include="Debug|Win32"> | 20 <ProjectConfiguration Include="Debug|Win32"> |
| 17 <Configuration>Debug</Configuration> | 21 <Configuration>Debug</Configuration> |
| 18 <Platform>Win32</Platform> | 22 <Platform>Win32</Platform> |
| 19 </ProjectConfiguration> | 23 </ProjectConfiguration> |
| 20 <ProjectConfiguration Include="Release|NaCl32"> | 24 <ProjectConfiguration Include="Release|NaCl32"> |
| 21 <Configuration>Release</Configuration> | 25 <Configuration>Release</Configuration> |
| 22 <Platform>NaCl32</Platform> | 26 <Platform>NaCl32</Platform> |
| 23 </ProjectConfiguration> | 27 </ProjectConfiguration> |
| 24 <ProjectConfiguration Include="Release|NaCl64"> | 28 <ProjectConfiguration Include="Release|NaCl64"> |
| 25 <Configuration>Release</Configuration> | 29 <Configuration>Release</Configuration> |
| 26 <Platform>NaCl64</Platform> | 30 <Platform>NaCl64</Platform> |
| 27 </ProjectConfiguration> | 31 </ProjectConfiguration> |
| 32 <ProjectConfiguration Include="Release|PNaCl"> | |
| 33 <Configuration>Release</Configuration> | |
| 34 <Platform>PNaCl</Platform> | |
| 35 </ProjectConfiguration> | |
| 28 <ProjectConfiguration Include="Release|PPAPI"> | 36 <ProjectConfiguration Include="Release|PPAPI"> |
| 29 <Configuration>Release</Configuration> | 37 <Configuration>Release</Configuration> |
| 30 <Platform>PPAPI</Platform> | 38 <Platform>PPAPI</Platform> |
| 31 </ProjectConfiguration> | 39 </ProjectConfiguration> |
| 32 <ProjectConfiguration Include="Release|Win32"> | 40 <ProjectConfiguration Include="Release|Win32"> |
| 33 <Configuration>Release</Configuration> | 41 <Configuration>Release</Configuration> |
| 34 <Platform>Win32</Platform> | 42 <Platform>Win32</Platform> |
| 35 </ProjectConfiguration> | 43 </ProjectConfiguration> |
| 36 </ItemGroup> | 44 </ItemGroup> |
| 37 <PropertyGroup Label="Globals"> | 45 <PropertyGroup Label="Globals"> |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 140 </ItemDefinitionGroup> | 148 </ItemDefinitionGroup> |
| 141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '"> | 149 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '"> |
| 142 <Link> | 150 <Link> |
| 143 <AdditionalDependencies>ppapi_cpp.lib;ppapi.lib;kernel32.lib;user32.lib;gd i32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.li b;uuid.lib;odbc32.lib;odbccp32.lib;</AdditionalDependencies> | 151 <AdditionalDependencies>ppapi_cpp.lib;ppapi.lib;kernel32.lib;user32.lib;gd i32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.li b;uuid.lib;odbc32.lib;odbccp32.lib;</AdditionalDependencies> |
| 144 </Link> | 152 </Link> |
| 145 </ItemDefinitionGroup> | 153 </ItemDefinitionGroup> |
| 146 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' "> | 154 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' "> |
| 147 <Link> | 155 <Link> |
| 148 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies> | 156 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies> |
| 149 </Link> | 157 </Link> |
| 150 <PostBuildEvent> | |
|
binji
2012/11/01 18:32:43
what happens if you don't remove these from the pr
| |
| 151 <Command>set PATH=$(Path) | |
| 152 mkdir $(ToolchainName) | |
| 153 python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe" -L "$(VSNaClSDKRoot)\tool chain\win_x86_$(ToolchainName)\x86_64-nacl\lib" -L "$(VSNaClSDKRoot)\toolchain\w in_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\$(ProjectName).nm f -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command> | |
| 154 <Message>Running 'create_nmf'</Message> | |
| 155 </PostBuildEvent> | |
| 156 </ItemDefinitionGroup> | 158 </ItemDefinitionGroup> |
| 157 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32' "> | 159 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32' "> |
| 158 <Link> | 160 <Link> |
| 159 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies> | 161 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies> |
| 160 </Link> | 162 </Link> |
| 161 <PostBuildEvent> | |
| 162 <Command>set PATH=$(Path) | |
| 163 mkdir $(ToolchainName) | |
| 164 python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe" -L "$(VSNaClSDKRoot)\tool chain\win_x86_$(ToolchainName)\x86_64-nacl\lib" -L "$(VSNaClSDKRoot)\toolchain\w in_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\$(ProjectName).nm f -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command> | |
| 165 <Message>Running 'create_nmf'</Message> | |
| 166 </PostBuildEvent> | |
| 167 </ItemDefinitionGroup> | 163 </ItemDefinitionGroup> |
| 168 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'"> | 164 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'"> |
| 169 <Link> | 165 <Link> |
| 170 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies> | 166 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies> |
| 171 </Link> | 167 </Link> |
| 172 <PostBuildEvent> | |
| 173 <Command>set PATH=$(Path) | |
| 174 mkdir $(ToolchainName) | |
| 175 python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe" -L "$(VSNaClSDKRoot)\tool chain\win_x86_$(ToolchainName)\x86_64-nacl\lib" -L "$(VSNaClSDKRoot)\toolchain\w in_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\$(ProjectName).nm f -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command> | |
| 176 <Message>Running 'create_nmf'</Message> | |
| 177 </PostBuildEvent> | |
| 178 </ItemDefinitionGroup> | 168 </ItemDefinitionGroup> |
| 179 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl3 2'"> | 169 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl3 2'"> |
| 180 <Link> | 170 <Link> |
| 181 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies> | 171 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies> |
| 182 </Link> | 172 </Link> |
| 183 <PostBuildEvent> | |
| 184 <Command>set PATH=$(Path) | |
| 185 mkdir $(ToolchainName) | |
| 186 python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe" -L "$(VSNaClSDKRoot)\tool chain\win_x86_$(ToolchainName)\x86_64-nacl\lib" -L "$(VSNaClSDKRoot)\toolchain\w in_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\$(ProjectName).nm f -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command> | |
| 187 <Message>Running 'create_nmf'</Message> | |
| 188 </PostBuildEvent> | |
| 189 </ItemDefinitionGroup> | 173 </ItemDefinitionGroup> |
| 190 <ItemGroup> | 174 <ItemGroup> |
| 191 <None Include="index.html" /> | 175 <None Include="index.html" /> |
| 192 </ItemGroup> | 176 </ItemGroup> |
| 193 <ItemGroup> | 177 <ItemGroup> |
| 194 <ClCompile Include="hello_nacl_cpp.cc" /> | 178 <ClCompile Include="hello_nacl_cpp.cc" /> |
| 195 </ItemGroup> | 179 </ItemGroup> |
| 196 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 180 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 197 <ImportGroup Label="ExtensionTargets"> | 181 <ImportGroup Label="ExtensionTargets"> |
| 198 </ImportGroup> | 182 </ImportGroup> |
| 199 </Project> | 183 </Project> |
| OLD | NEW |