Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_nacl/hello_nacl/hello_nacl.vcxproj

Issue 11367026: [VS Addin] Add PNaCl configs to examples (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 </ItemDefinitionGroup> 173 </ItemDefinitionGroup>
166 <ItemGroup> 174 <ItemGroup>
167 <None Include="index.html" /> 175 <None Include="index.html" />
168 </ItemGroup> 176 </ItemGroup>
169 <ItemGroup> 177 <ItemGroup>
170 <ClCompile Include="hello_nacl.c" /> 178 <ClCompile Include="hello_nacl.c" />
171 </ItemGroup> 179 </ItemGroup>
172 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 180 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
173 <ImportGroup Label="ExtensionTargets"> 181 <ImportGroup Label="ExtensionTargets">
174 </ImportGroup> 182 </ImportGroup>
175 </Project> 183 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698