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

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

Issue 11191009: Add new VS AddIn examples. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 months 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">
5 <Configuration>Debug</Configuration>
6 <Platform>NaCl32</Platform>
7 </ProjectConfiguration>
4 <ProjectConfiguration Include="Debug|NaCl64"> 8 <ProjectConfiguration Include="Debug|NaCl64">
5 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
6 <Platform>NaCl64</Platform> 10 <Platform>NaCl64</Platform>
7 </ProjectConfiguration> 11 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|PPAPI"> 12 <ProjectConfiguration Include="Debug|PPAPI">
9 <Configuration>Debug</Configuration> 13 <Configuration>Debug</Configuration>
10 <Platform>PPAPI</Platform> 14 <Platform>PPAPI</Platform>
11 </ProjectConfiguration> 15 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32"> 16 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration> 17 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform> 18 <Platform>Win32</Platform>
15 </ProjectConfiguration> 19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|NaCl32">
21 <Configuration>Release</Configuration>
22 <Platform>NaCl32</Platform>
23 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|NaCl64"> 24 <ProjectConfiguration Include="Release|NaCl64">
17 <Configuration>Release</Configuration> 25 <Configuration>Release</Configuration>
18 <Platform>NaCl64</Platform> 26 <Platform>NaCl64</Platform>
19 </ProjectConfiguration> 27 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|PPAPI"> 28 <ProjectConfiguration Include="Release|PPAPI">
21 <Configuration>Release</Configuration> 29 <Configuration>Release</Configuration>
22 <Platform>PPAPI</Platform> 30 <Platform>PPAPI</Platform>
23 </ProjectConfiguration> 31 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|Win32"> 32 <ProjectConfiguration Include="Release|Win32">
25 <Configuration>Release</Configuration> 33 <Configuration>Release</Configuration>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(Win dowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(V SInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bi n;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PAT H);</ExecutablePath> 78 <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(Win dowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(V SInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bi n;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PAT H);</ExecutablePath>
71 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> 79 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
72 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath> 80 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath>
73 </PropertyGroup> 81 </PropertyGroup>
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'"> 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'">
75 <NaClAddInVersion>1</NaClAddInVersion> 83 <NaClAddInVersion>1</NaClAddInVersion>
76 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot> 84 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
77 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath> 85 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
78 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath> 86 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
79 </PropertyGroup> 87 </PropertyGroup>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'">
89 <NaClAddInVersion>1</NaClAddInVersion>
90 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
91 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
92 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
93 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'"> 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
81 <NaClAddInVersion>1</NaClAddInVersion> 95 <NaClAddInVersion>1</NaClAddInVersion>
82 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot> 96 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
83 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath> 97 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
84 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath> 98 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
85 </PropertyGroup> 99 </PropertyGroup>
100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'">
101 <NaClAddInVersion>1</NaClAddInVersion>
102 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
103 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
104 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
105 </PropertyGroup>
86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" > 106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
87 <ClCompile> 107 <ClCompile>
88 <PrecompiledHeader> 108 <PrecompiledHeader>
89 </PrecompiledHeader> 109 </PrecompiledHeader>
90 <WarningLevel>Level3</WarningLevel> 110 <WarningLevel>Level3</WarningLevel>
91 <Optimization>Disabled</Optimization> 111 <Optimization>Disabled</Optimization>
92 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions> 112 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)< /PreprocessorDefinitions>
93 </ClCompile> 113 </ClCompile>
94 <Link> 114 <Link>
95 <SubSystem>Windows</SubSystem> 115 <SubSystem>Windows</SubSystem>
(...skipping 24 matching lines...) Expand all
120 </ItemDefinitionGroup> 140 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '"> 141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '">
122 <Link> 142 <Link>
123 <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> 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>
124 </Link> 144 </Link>
125 </ItemDefinitionGroup> 145 </ItemDefinitionGroup>
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' "> 146 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' ">
127 <Link> 147 <Link>
128 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies> 148 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies>
129 </Link> 149 </Link>
150 <PostBuildEvent>
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>
157 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32' ">
158 <Link>
159 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies>
160 </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>
130 </ItemDefinitionGroup> 167 </ItemDefinitionGroup>
131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'"> 168 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'">
132 <Link> 169 <Link>
133 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies> 170 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies>
134 </Link> 171 </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>
179 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl3 2'">
180 <Link>
181 <AdditionalDependencies>ppapi_cpp;ppapi;</AdditionalDependencies>
182 </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>
135 </ItemDefinitionGroup> 189 </ItemDefinitionGroup>
136 <ItemGroup> 190 <ItemGroup>
137 <None Include="hello_nacl_cpp.nmf" />
138 <None Include="index.html" /> 191 <None Include="index.html" />
139 </ItemGroup> 192 </ItemGroup>
140 <ItemGroup> 193 <ItemGroup>
141 <ClCompile Include="hello_nacl_cpp.cpp" /> 194 <ClCompile Include="hello_nacl_cpp.cc" />
142 </ItemGroup> 195 </ItemGroup>
143 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 196 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
144 <ImportGroup Label="ExtensionTargets"> 197 <ImportGroup Label="ExtensionTargets">
145 </ImportGroup> 198 </ImportGroup>
146 </Project> 199 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698