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

Unified Diff: experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/WebApp/WebApp.naclproj

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/WebApp/WebApp.naclproj
diff --git a/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/WebApp/WebApp.naclproj b/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/WebApp/WebApp.naclproj
deleted file mode 100644
index e38348c0cde42c8bbeb1e882971e50fafbe61a05..0000000000000000000000000000000000000000
--- a/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/WebApp/WebApp.naclproj
+++ /dev/null
@@ -1,44 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>$guid1$</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>$safeprojectname$</RootNamespace>
- <AssemblyName>$safeprojectname$</AssemblyName>
- <MainFile>WebApp.cc</MainFile>
- <NaClSDKRoot>$(NACL_SDK_ROOT)</NaClSDKRoot>
- <INCLUDES>-Ic:\src</INCLUDES>
- <OPT_FLAGS></OPT_FLAGS>
- <CFLAGS>-std=gnu99</CFLAGS>
- <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_XOPEN_SOURCE=600</CCFLAGS>
- <CXXFLAGS>-std=gnu++98 -Wno-long-long</CXXFLAGS>
- <Toolchain>win_x86_newlib</Toolchain>
- <Lib>$(NaClSDKRoot)\toolchain\$(Toolchain)\lib</Lib>
- <LinkLibs>ppapi;ppapi_cpp</LinkLibs>
- <LaunchHostname>localhost</LaunchHostname>
- <DebugHost>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</DebugHost>
- <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 --metrics-recording-only --enable-logging --allow-file-access-from-files --allow-file-access --unlimited-quota-for-files --enable-nacl --enable-nacl-debug --no-sandbox --log-level=3 --incognito</DebugArgs>
- <LaunchPort>5103</LaunchPort>
- <HtmlPage>$safeprojectname$.html</HtmlPage>
- <WebServer>$(NaClSDKRoot)\examples\httpd.cmd</WebServer>
- <WebServerArgs>--no_dir_check</WebServerArgs>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug\</OutputPath>
- <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Release\</OutputPath>
- <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
- </PropertyGroup>
-
- <ItemGroup>
- <Compile Include="$safeprojectname$.cpp" />
- <Content Include="$safeprojectname$.html" />
- <Content Include="$safeprojectname$.nmf" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Google\NaCl\1.0\NaCl.Common.targets" />
-</Project>

Powered by Google App Engine
This is Rietveld 408576698