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

Unified Diff: experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/Console Projects/NaClNexe.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/Console Projects/NaClNexe.naclproj
diff --git a/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/Console Projects/NaClNexe.naclproj b/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/Console Projects/NaClNexe.naclproj
deleted file mode 100644
index aeaf796648a55f406397a9ff8c54d3db28430b3a..0000000000000000000000000000000000000000
--- a/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/Console Projects/NaClNexe.naclproj
+++ /dev/null
@@ -1,34 +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>NaClMain.c</MainFile>
- <INCLUDES>-Ic:\src</INCLUDES>
- <OPT_FLAGS></OPT_FLAGS>
- <CFLAGS>-Wall -Wno-long-long -pthread -DXP_UNIX -Werror -g </CFLAGS>
- <Lib>$(NaClSDKRoot)\toolchain\win_x86_newlib\nacl64\lib</Lib>
- <DebugHost>C:\Program Files (x86)\Google\Google Native Client Support for Visual Studio\sel_ldr64.exe</DebugHost>
- </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="NaClMain.c" />
- </ItemGroup>
-
-
- <Import Project="$(MSBuildExtensionsPath)\Google\NaCl\1.0\NaCl.Common.targets" />
-
-</Project>

Powered by Google App Engine
This is Rietveld 408576698