| OLD | NEW |
| (Empty) |
| 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/m
sbuild/2003"> | |
| 2 <PropertyGroup> | |
| 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
| 4 <SchemaVersion>2.0</SchemaVersion> | |
| 5 <ProjectGuid>$guid1$</ProjectGuid> | |
| 6 <OutputType>Exe</OutputType> | |
| 7 <RootNamespace>$safeprojectname$</RootNamespace> | |
| 8 <AssemblyName>$safeprojectname$</AssemblyName> | |
| 9 <MainFile>WebApp.cc</MainFile> | |
| 10 <NaClSDKRoot>$(NACL_SDK_ROOT)</NaClSDKRoot> | |
| 11 <INCLUDES>-Ic:\src</INCLUDES> | |
| 12 <OPT_FLAGS></OPT_FLAGS> | |
| 13 <CFLAGS>-std=gnu99</CFLAGS> | |
| 14 <CCFLAGS>-Wall -Wswitch-enum -pthread -DXP_UNIX --pedantic -Werror -g -D_GNU
_SOURCE=1 -D__STDC_FORMAT_MACROS=1 -D_BSD_SOURCE=1 -D_POSIX_C_SOURCE=199506 -D_X
OPEN_SOURCE=600</CCFLAGS> | |
| 15 <CXXFLAGS>-std=gnu++98 -Wno-long-long</CXXFLAGS> | |
| 16 <Toolchain>win_x86_newlib</Toolchain> | |
| 17 <Lib>$(NaClSDKRoot)\toolchain\$(Toolchain)\lib</Lib> | |
| 18 <LinkLibs>ppapi;ppapi_cpp</LinkLibs> | |
| 19 <LaunchHostname>localhost</LaunchHostname> | |
| 20 <DebugHost>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</Debu
gHost> | |
| 21 <DebugArgs>--enable-file-cookies --dom-automation --disable-web-resources --
disable-preconnect --no-first-run --no-default-browser-check --enable-logging --
safebrowsing-disable-auto-update --no-default-browser-check --noerrdialogs --met
rics-recording-only --enable-logging --allow-file-access-from-files --allow-file
-access --unlimited-quota-for-files --enable-nacl --enable-nacl-debug --no-sandb
ox --log-level=3 --incognito</DebugArgs> | |
| 22 <LaunchPort>5103</LaunchPort> | |
| 23 <HtmlPage>$safeprojectname$.html</HtmlPage> | |
| 24 <WebServer>$(NaClSDKRoot)\examples\httpd.cmd</WebServer> | |
| 25 <WebServerArgs>--no_dir_check</WebServerArgs> | |
| 26 </PropertyGroup> | |
| 27 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | |
| 28 <DebugSymbols>true</DebugSymbols> | |
| 29 <OutputPath>bin\Debug\</OutputPath> | |
| 30 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | |
| 31 </PropertyGroup> | |
| 32 <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | |
| 33 <DebugSymbols>true</DebugSymbols> | |
| 34 <OutputPath>bin\Release\</OutputPath> | |
| 35 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | |
| 36 </PropertyGroup> | |
| 37 | |
| 38 <ItemGroup> | |
| 39 <Compile Include="$safeprojectname$.cpp" /> | |
| 40 <Content Include="$safeprojectname$.html" /> | |
| 41 <Content Include="$safeprojectname$.nmf" /> | |
| 42 </ItemGroup> | |
| 43 <Import Project="$(MSBuildExtensionsPath)\Google\NaCl\1.0\NaCl.Common.targets"
/> | |
| 44 </Project> | |
| OLD | NEW |