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> |