| Index: experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/ConsoleApp/NaClNexe.naclproj
|
| diff --git a/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/ConsoleApp/NaClNexe.naclproj b/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/ConsoleApp/NaClNexe.naclproj
|
| deleted file mode 100644
|
| index c3f8e2964dee4baae91570955f4cb6f4eff469f2..0000000000000000000000000000000000000000
|
| --- a/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/Projects/ConsoleApp/NaClNexe.naclproj
|
| +++ /dev/null
|
| @@ -1,36 +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>
|
| - <NaClSDKRoot>$(NACL_SDK_ROOT)</NaClSDKRoot>
|
| - <MainFile>NaClMain.c</MainFile>
|
| - <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>
|
| - <DebugHost>$(NaClSDKRoot)\toolchain\$(Toolchain)\bin\sel_ldr_x86_64.exe</DebugHost>
|
| - <IrtNexe>$(NaClSDKRoot)\toolchain\$(Toolchain)\runtime\irt_core_x86_64.nexe</IrtNexe>
|
| - </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>
|
|
|