From ab2149aefbf59fbfbd0b9cc1b6fc33983125d0ad Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 28 Mar 2014 01:53:24 -0400 Subject: [PATCH] Remove project files --- .gitattributes | 22 ---- .gitignore | 215 --------------------------------- sf_tile_engine.vcxproj | 114 ----------------- sf_tile_engine.vcxproj.filters | 111 ----------------- 4 files changed, 462 deletions(-) delete mode 100644 .gitattributes delete mode 100644 .gitignore delete mode 100644 sf_tile_engine.vcxproj delete mode 100644 sf_tile_engine.vcxproj.filters diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 412eeda..0000000 --- a/.gitattributes +++ /dev/null @@ -1,22 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto - -# Custom for Visual Studio -*.cs diff=csharp -*.sln merge=union -*.csproj merge=union -*.vbproj merge=union -*.fsproj merge=union -*.dbproj merge=union - -# Standard to msysgit -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b9d6bd9..0000000 --- a/.gitignore +++ /dev/null @@ -1,215 +0,0 @@ -################# -## Eclipse -################# - -*.pydevproject -.project -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.classpath -.settings/ -.loadpath - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# CDT-specific -.cproject - -# PDT-specific -.buildpath - - -################# -## Visual Studio -################# - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.sln.docstates - -# Build results - -[Dd]ebug/ -[Rr]elease/ -x64/ -build/ -[Bb]in/ -[Oo]bj/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -*_i.c -*_p.c -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.log -*.scc - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf -*.cachefile - -# Visual Studio profiler -*.psess -*.vsp -*.vspx - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# NCrunch -*.ncrunch* -.*crunch*.local.xml - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.Publish.xml -*.pubxml - -# NuGet Packages Directory -## TODO: If you have NuGet Package Restore enabled, uncomment the next line -#packages/ - -# Windows Azure Build Output -csx -*.build.csdef - -# Windows Store app package directory -AppPackages/ - -# Others -sql/ -*.Cache -ClientBin/ -[Ss]tyle[Cc]op.* -~$* -*~ -*.dbmdl -*.[Pp]ublish.xml -*.pfx -*.publishsettings - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm - -# SQL Server files -App_Data/*.mdf -App_Data/*.ldf - -############# -## Windows detritus -############# - -# Windows image file caches -Thumbs.db -ehthumbs.db - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Mac crap -.DS_Store - - -############# -## Python -############# - -*.py[co] - -# Packages -*.egg -*.egg-info -dist/ -build/ -eggs/ -parts/ -var/ -sdist/ -develop-eggs/ -.installed.cfg - -# Installer logs -pip-log.txt - -# Unit test / coverage reports -.coverage -.tox - -#Translations -*.mo - -#Mr Developer -.mr.developer.cfg diff --git a/sf_tile_engine.vcxproj b/sf_tile_engine.vcxproj deleted file mode 100644 index 0a2177d..0000000 --- a/sf_tile_engine.vcxproj +++ /dev/null @@ -1,114 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {13873C2A-89DD-4627-B984-1E62BA8B6AD5} - sf_tile_engine - - - - DynamicLibrary - true - v110 - MultiByte - - - DynamicLibrary - false - v110 - true - MultiByte - - - - - - - - - - - - - E:\C++Libraries\VS11\SFML\SFML-2.0\include;$(IncludePath) - E:\C++Libraries\VS11\SFML\SFML-2.0\lib;$(LibraryPath) - $(ProjectDir)bin\$(Configuration)\ - - - $(ProjectDir)bin\$(Configuration)\ - E:\C++Libraries\VS11\SFML\SFML-2.0\include;$(IncludePath) - E:\C++Libraries\VS11\SFML\SFML-2.0\lib;$(LibraryPath) - - - - Level3 - Disabled - true - SF_TILE_ENGINE_EXPORT;_WINDLL;%(PreprocessorDefinitions) - - - true - sfml-main-d.lib;sfml-system-d.lib;sfml-window-d.lib;sfml-graphics-d.lib;%(AdditionalDependencies) - - - - - Level3 - MaxSpeed - true - true - true - SF_TILE_ENGINE_EXPORT;_WINDLL;%(PreprocessorDefinitions) - - - true - true - true - sfml-main.lib;sfml-system.lib;sfml-window.lib;sfml-graphics.lib;%(AdditionalDependencies) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/sf_tile_engine.vcxproj.filters b/sf_tile_engine.vcxproj.filters deleted file mode 100644 index aa5a4b2..0000000 --- a/sf_tile_engine.vcxproj.filters +++ /dev/null @@ -1,111 +0,0 @@ - - - - - {92c03f48-5711-40d9-b567-43911ddfc332} - - - {ee00c534-f043-4b61-920b-980e80a0bbfb} - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - TinyXML - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - SfTileEngine\Source Files - - - - - TinyXML - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - SfTileEngine\Header Files - - - \ No newline at end of file