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

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

Issue 11266051: Add PNaCl support for VS addin. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: fix nits and tests 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="Release|NaCl32"> 20 <ProjectConfiguration Include="Release|NaCl32">
17 <Configuration>Release</Configuration> 21 <Configuration>Release</Configuration>
18 <Platform>NaCl32</Platform> 22 <Platform>NaCl32</Platform>
19 </ProjectConfiguration> 23 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|NaCl64"> 24 <ProjectConfiguration Include="Release|NaCl64">
21 <Configuration>Release</Configuration> 25 <Configuration>Release</Configuration>
22 <Platform>NaCl64</Platform> 26 <Platform>NaCl64</Platform>
23 </ProjectConfiguration> 27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Release|PNaCl">
29 <Configuration>Release</Configuration>
30 <Platform>PNaCl</Platform>
31 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|PPAPI"> 32 <ProjectConfiguration Include="Release|PPAPI">
25 <Configuration>Release</Configuration> 33 <Configuration>Release</Configuration>
26 <Platform>PPAPI</Platform> 34 <Platform>PPAPI</Platform>
27 </ProjectConfiguration> 35 </ProjectConfiguration>
28 </ItemGroup> 36 </ItemGroup>
29 <PropertyGroup Label="Globals"> 37 <PropertyGroup Label="Globals">
30 <ProjectGuid>{F82336A6-3A85-45E2-9A96-26DEA54280C5}</ProjectGuid> 38 <ProjectGuid>{F82336A6-3A85-45E2-9A96-26DEA54280C5}</ProjectGuid>
31 <Keyword>Win32Proj</Keyword> 39 <Keyword>Win32Proj</Keyword>
32 <RootNamespace>hello_world_gles</RootNamespace> 40 <RootNamespace>hello_world_gles</RootNamespace>
33 </PropertyGroup> 41 </PropertyGroup>
(...skipping 25 matching lines...) Expand all
59 </PropertyGroup> 67 </PropertyGroup>
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'"> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
61 <NaClAddInVersion>1</NaClAddInVersion> 69 <NaClAddInVersion>1</NaClAddInVersion>
62 </PropertyGroup> 70 </PropertyGroup>
63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'"> 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'">
64 <NaClAddInVersion>1</NaClAddInVersion> 72 <NaClAddInVersion>1</NaClAddInVersion>
65 </PropertyGroup> 73 </PropertyGroup>
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'"> 74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'">
67 <NaClAddInVersion>1</NaClAddInVersion> 75 <NaClAddInVersion>1</NaClAddInVersion>
68 </PropertyGroup> 76 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'">
78 <OutDir>$(ProjectDir)pnacl\</OutDir>
79 </PropertyGroup>
69 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' "> 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' ">
70 <Link> 81 <Link>
71 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 82 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
72 </Link> 83 </Link>
73 <PostBuildEvent> 84 <PostBuildEvent>
74 <Command>set PATH=$(Path) 85 <Command>set PATH=$(Path)
75 mkdir $(ToolchainName) 86 mkdir $(ToolchainName)
76 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)\hello_world_gles. nmf -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command> 87 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)\hello_world_gles. nmf -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command>
77 <Message>Running 'create_nmf'</Message> 88 <Message>Running 'create_nmf'</Message>
78 </PostBuildEvent> 89 </PostBuildEvent>
(...skipping 22 matching lines...) Expand all
101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" > 112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" >
102 <Link> 113 <Link>
103 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies > 114 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies >
104 </Link> 115 </Link>
105 </ItemDefinitionGroup> 116 </ItemDefinitionGroup>
106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '"> 117 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '">
107 <Link> 118 <Link>
108 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies > 119 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies >
109 </Link> 120 </Link>
110 </ItemDefinitionGroup> 121 </ItemDefinitionGroup>
122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'" >
123 <Link>
124 <AdditionalDependencies>ppapi_cpp;ppapi;ppapi_gles2</AdditionalDependencie s>
125 </Link>
126 </ItemDefinitionGroup>
127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PNaCl '">
128 <Link>
129 <AdditionalDependencies>ppapi_cpp;ppapi;ppapi_gles2</AdditionalDependencie s>
130 </Link>
131 </ItemDefinitionGroup>
111 <ItemGroup> 132 <ItemGroup>
112 <None Include="common.js" /> 133 <None Include="common.js" />
113 <None Include="fragment_shader_es2.frag" /> 134 <None Include="fragment_shader_es2.frag" />
114 <None Include="index_glibc.html" /> 135 <None Include="index_glibc.html" />
115 <None Include="index_newlib.html" /> 136 <None Include="index_newlib.html" />
116 <None Include="index_win.html" /> 137 <None Include="index_win.html" />
117 <None Include="vertex_shader_es2.vert" /> 138 <None Include="vertex_shader_es2.vert" />
118 </ItemGroup> 139 </ItemGroup>
119 <ItemGroup> 140 <ItemGroup>
120 <ClCompile Include="hello_world.cc" /> 141 <ClCompile Include="hello_world.cc" />
121 <ClCompile Include="matrix.cc" /> 142 <ClCompile Include="matrix.cc" />
122 </ItemGroup> 143 </ItemGroup>
123 <ItemGroup> 144 <ItemGroup>
124 <ClInclude Include="matrix.h" /> 145 <ClInclude Include="matrix.h" />
125 </ItemGroup> 146 </ItemGroup>
126 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 147 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
127 <ImportGroup Label="ExtensionTargets"> 148 <ImportGroup Label="ExtensionTargets">
128 </ImportGroup> 149 </ImportGroup>
129 </Project> 150 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698