| Index: experimental/visual_studio_plugin/src/loop/loop.vcproj
|
| diff --git a/experimental/visual_studio_plugin/src/loop/loop.vcproj b/experimental/visual_studio_plugin/src/loop/loop.vcproj
|
| deleted file mode 100644
|
| index 4e61c3fdb4b86b709d07080095f40775e565917f..0000000000000000000000000000000000000000
|
| --- a/experimental/visual_studio_plugin/src/loop/loop.vcproj
|
| +++ /dev/null
|
| @@ -1,92 +0,0 @@
|
| -<?xml version="1.0" encoding="Windows-1252"?>
|
| -<VisualStudioProject
|
| - ProjectType="Visual C++"
|
| - Version="9.00"
|
| - Name="loop"
|
| - ProjectGUID="{CC56A11D-A46E-436B-B889-A87356551127}"
|
| - RootNamespace="loop"
|
| - 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)\toolchain\win_x86_newlib\bin\x86_64-nacl-g++ loop.cc -g -m64 -o loop.nexe"
|
| - ReBuildCommandLine=""
|
| - CleanCommandLine=""
|
| - Output="loop.nexe"
|
| - PreprocessorDefinitions="WIN32;_DEBUG"
|
| - IncludeSearchPath=""
|
| - ForcedIncludes=""
|
| - AssemblySearchPath=""
|
| - ForcedUsingAssemblies=""
|
| - CompileAsManaged=""
|
| - />
|
| - </Configuration>
|
| - <Configuration
|
| - Name="Release|Win32"
|
| - OutputDirectory="$(ConfigurationName)"
|
| - IntermediateDirectory="$(ConfigurationName)"
|
| - ConfigurationType="0"
|
| - >
|
| - <Tool
|
| - Name="VCNMakeTool"
|
| - BuildCommandLine="$(NACL_SDK_ROOT)\toolchain\win_x86_newlib\bin\i686-nacl-g++ loop.cc -g -o loop.exe"
|
| - ReBuildCommandLine=""
|
| - CleanCommandLine=""
|
| - Output="loop.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="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
| - >
|
| - <File
|
| - RelativePath=".\loop.cc"
|
| - >
|
| - </File>
|
| - </Filter>
|
| - <Filter
|
| - Name="Header Files"
|
| - Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
| - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
| - >
|
| - </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="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
| - >
|
| - </Filter>
|
| - <File
|
| - RelativePath=".\readme.txt"
|
| - >
|
| - </File>
|
| - </Files>
|
| - <Globals>
|
| - </Globals>
|
| -</VisualStudioProject>
|
|
|