| Index: native_client_sdk/src/project_templates/vs/project_file.vcproj
|
| diff --git a/native_client_sdk/src/project_templates/vs/project_file.vcproj b/native_client_sdk/src/project_templates/vs/project_file.vcproj
|
| deleted file mode 100644
|
| index d2b0f253e83f1b252870d2c605d2db420020cf87..0000000000000000000000000000000000000000
|
| --- a/native_client_sdk/src/project_templates/vs/project_file.vcproj
|
| +++ /dev/null
|
| @@ -1,184 +0,0 @@
|
| -<?xml version="1.0" encoding="Windows-1252"?>
|
| -<VisualStudioProject
|
| - ProjectType="Visual C++"
|
| - Version="9.00"
|
| - Name="<PROJECT_NAME>"
|
| - ProjectGUID="{<VS_PROJECT_UUID>"
|
| - RootNamespace="<PROJECT_NAME>"
|
| - Keyword="MakeFileProj"
|
| - TargetFrameworkVersion="196613"
|
| - >
|
| - <Platforms>
|
| - <Platform
|
| - Name="Win32"
|
| - />
|
| - </Platforms>
|
| - <ToolFiles>
|
| - </ToolFiles>
|
| - <Configurations>
|
| - <Configuration
|
| - Name="Debug|Win32"
|
| - OutputDirectory="$(ConfigurationName)"
|
| - IntermediateDirectory="$(ConfigurationName)"
|
| - ConfigurationType="0"
|
| - >
|
| - <Tool
|
| - Name="VCNMakeTool"
|
| - BuildCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATFORM>\examples\scons"
|
| - ReBuildCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATFORM>\examples\scons -c && $(NACL_SDK_ROOT)\<NACL_PLATFORM>\examples\scons"
|
| - CleanCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATFORM>\examples\scons -c"
|
| - Output="<PROJECT_NAME>_x86_64_dbg.nexe"
|
| - PreprocessorDefinitions="WIN32;_DEBUG"
|
| - IncludeSearchPath=""
|
| - ForcedIncludes=""
|
| - AssemblySearchPath=""
|
| - ForcedUsingAssemblies=""
|
| - CompileAsManaged=""
|
| - />
|
| - </Configuration>
|
| - <Configuration
|
| - Name="Release|Win32"
|
| - OutputDirectory="$(ConfigurationName)"
|
| - IntermediateDirectory="$(ConfigurationName)"
|
| - ConfigurationType="0"
|
| - >
|
| - <Tool
|
| - Name="VCNMakeTool"
|
| - BuildCommandLine=""
|
| - ReBuildCommandLine=""
|
| - CleanCommandLine=""
|
| - Output="<PROJECT_NAME>.exe"
|
| - PreprocessorDefinitions="WIN32;NDEBUG"
|
| - IncludeSearchPath=""
|
| - ForcedIncludes=""
|
| - AssemblySearchPath=""
|
| - ForcedUsingAssemblies=""
|
| - CompileAsManaged=""
|
| - />
|
| - </Configuration>
|
| - </Configurations>
|
| - <References>
|
| - </References>
|
| - <Files>
|
| - <Filter
|
| - Name="Source Files"
|
| - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
| - UniqueIdentifier="{<VS_SOURCE_UUID>}"
|
| - >
|
| - <File
|
| - RelativePath=".\build.scons"
|
| - >
|
| - </File>
|
| - <File
|
| - RelativePath=".\<PROJECT_NAME>.cc"
|
| - >
|
| - </File>
|
| - </Filter>
|
| - <Filter
|
| - Name="Header Files"
|
| - Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
| - UniqueIdentifier="{<VS_HEADER_UUID>}"
|
| - >
|
| - </Filter>
|
| - <Filter
|
| - Name="Resource Files"
|
| - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
| - UniqueIdentifier="{<VS_RESOURCE_UUID>}"
|
| - >
|
| - </Filter>
|
| - </Files>
|
| - <Globals>
|
| - </Globals>
|
| -</VisualStudioProject>
|
| -<?xml version="1.0" encoding="Windows-1252"?>
|
| -<VisualStudioProject
|
| - ProjectType="Visual C++"
|
| - Version="9.00"
|
| - Name="<PROJECT_NAME>"
|
| - ProjectGUID="{<VS_PROJECT_UUID>"
|
| - RootNamespace="<PROJECT_NAME>"
|
| - Keyword="MakeFileProj"
|
| - TargetFrameworkVersion="196613"
|
| - >
|
| - <Platforms>
|
| - <Platform
|
| - Name="Win32"
|
| - />
|
| - </Platforms>
|
| - <ToolFiles>
|
| - </ToolFiles>
|
| - <Configurations>
|
| - <Configuration
|
| - Name="Debug|Win32"
|
| - OutputDirectory="$(ConfigurationName)"
|
| - IntermediateDirectory="$(ConfigurationName)"
|
| - ConfigurationType="0"
|
| - >
|
| - <Tool
|
| - Name="VCNMakeTool"
|
| - BuildCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATFORM>\examples\scons"
|
| - ReBuildCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATFORM>\examples\scons -c && $(NACL_SDK_ROOT)\<NACL_PLATFORM>\examples\scons"
|
| - CleanCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATFORM>\examples\scons -c"
|
| - Output="<PROJECT_NAME>_x86_64_dbg.nexe"
|
| - PreprocessorDefinitions="WIN32;_DEBUG"
|
| - IncludeSearchPath=""
|
| - ForcedIncludes=""
|
| - AssemblySearchPath=""
|
| - ForcedUsingAssemblies=""
|
| - CompileAsManaged=""
|
| - />
|
| - </Configuration>
|
| - <Configuration
|
| - Name="Release|Win32"
|
| - OutputDirectory="$(ConfigurationName)"
|
| - IntermediateDirectory="$(ConfigurationName)"
|
| - ConfigurationType="0"
|
| - >
|
| - <Tool
|
| - Name="VCNMakeTool"
|
| - BuildCommandLine=""
|
| - ReBuildCommandLine=""
|
| - CleanCommandLine=""
|
| - Output="<PROJECT_NAME>.exe"
|
| - PreprocessorDefinitions="WIN32;NDEBUG"
|
| - IncludeSearchPath=""
|
| - ForcedIncludes=""
|
| - AssemblySearchPath=""
|
| - ForcedUsingAssemblies=""
|
| - CompileAsManaged=""
|
| - />
|
| - </Configuration>
|
| - </Configurations>
|
| - <References>
|
| - </References>
|
| - <Files>
|
| - <Filter
|
| - Name="Source Files"
|
| - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
| - UniqueIdentifier="{<VS_SOURCE_UUID>}"
|
| - >
|
| - <File
|
| - RelativePath=".\build.scons"
|
| - >
|
| - </File>
|
| - <File
|
| - RelativePath=".\<PROJECT_NAME>.cc"
|
| - >
|
| - </File>
|
| - </Filter>
|
| - <Filter
|
| - Name="Header Files"
|
| - Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
| - UniqueIdentifier="{<VS_HEADER_UUID>}"
|
| - >
|
| - </Filter>
|
| - <Filter
|
| - Name="Resource Files"
|
| - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
| - UniqueIdentifier="{<VS_RESOURCE_UUID>}"
|
| - >
|
| - </Filter>
|
| - </Files>
|
| - <Globals>
|
| - </Globals>
|
| -</VisualStudioProject>
|
|
|