From b1cd74fdb2d0fe0a1d65ac1bc798a3ae7fc2ef3c Mon Sep 17 00:00:00 2001 From: Robert Altner Date: Tue, 5 Jun 2018 16:17:22 +0200 Subject: [PATCH] Testing if Libraries were imported correctly --- .gitattributes | 63 +++++++ SnakePlusPlus/SnakePlusPlus.sln | 28 +++ .../SnakePlusPlus/SnakePlusPlus.vcxproj | 170 ++++++++++++++++++ .../SnakePlusPlus.vcxproj.filters | 25 +++ SnakePlusPlus/SnakePlusPlus/main.cpp | 23 +++ SnakePlusPlus/SnakePlusPlus/packages.config | 9 + 6 files changed, 318 insertions(+) create mode 100644 .gitattributes create mode 100644 SnakePlusPlus/SnakePlusPlus.sln create mode 100644 SnakePlusPlus/SnakePlusPlus/SnakePlusPlus.vcxproj create mode 100644 SnakePlusPlus/SnakePlusPlus/SnakePlusPlus.vcxproj.filters create mode 100644 SnakePlusPlus/SnakePlusPlus/main.cpp create mode 100644 SnakePlusPlus/SnakePlusPlus/packages.config diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.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/SnakePlusPlus/SnakePlusPlus.sln b/SnakePlusPlus/SnakePlusPlus.sln new file mode 100644 index 0000000..5357db8 --- /dev/null +++ b/SnakePlusPlus/SnakePlusPlus.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnakePlusPlus", "SnakePlusPlus\SnakePlusPlus.vcxproj", "{6D8F64C4-51F4-4C50-963B-05B63F1789F4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6D8F64C4-51F4-4C50-963B-05B63F1789F4}.Debug|x64.ActiveCfg = Debug|x64 + {6D8F64C4-51F4-4C50-963B-05B63F1789F4}.Debug|x64.Build.0 = Debug|x64 + {6D8F64C4-51F4-4C50-963B-05B63F1789F4}.Debug|x86.ActiveCfg = Debug|Win32 + {6D8F64C4-51F4-4C50-963B-05B63F1789F4}.Debug|x86.Build.0 = Debug|Win32 + {6D8F64C4-51F4-4C50-963B-05B63F1789F4}.Release|x64.ActiveCfg = Release|x64 + {6D8F64C4-51F4-4C50-963B-05B63F1789F4}.Release|x64.Build.0 = Release|x64 + {6D8F64C4-51F4-4C50-963B-05B63F1789F4}.Release|x86.ActiveCfg = Release|Win32 + {6D8F64C4-51F4-4C50-963B-05B63F1789F4}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/SnakePlusPlus/SnakePlusPlus/SnakePlusPlus.vcxproj b/SnakePlusPlus/SnakePlusPlus/SnakePlusPlus.vcxproj new file mode 100644 index 0000000..3708ed9 --- /dev/null +++ b/SnakePlusPlus/SnakePlusPlus/SnakePlusPlus.vcxproj @@ -0,0 +1,170 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {6D8F64C4-51F4-4C50-963B-05B63F1789F4} + Win32Proj + SnakePlusPlus + 8.1 + + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + + + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + \ No newline at end of file diff --git a/SnakePlusPlus/SnakePlusPlus/SnakePlusPlus.vcxproj.filters b/SnakePlusPlus/SnakePlusPlus/SnakePlusPlus.vcxproj.filters new file mode 100644 index 0000000..32a8145 --- /dev/null +++ b/SnakePlusPlus/SnakePlusPlus/SnakePlusPlus.vcxproj.filters @@ -0,0 +1,25 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {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 + + + + + Source Files + + + + + + \ No newline at end of file diff --git a/SnakePlusPlus/SnakePlusPlus/main.cpp b/SnakePlusPlus/SnakePlusPlus/main.cpp new file mode 100644 index 0000000..8882abb --- /dev/null +++ b/SnakePlusPlus/SnakePlusPlus/main.cpp @@ -0,0 +1,23 @@ +#include + +int main() +{ + sf::RenderWindow* window = new sf::RenderWindow(sf::VideoMode(800, 800), "SnakePlusPlus v1.0", sf::Style::None | sf::Style::Close); + sf::Event e; + + while (window->isOpen()) + { + while (window->pollEvent(e)) + { + switch (e.type) + { + case sf::Event::Closed: + window->close(); + } + } + + window->clear(); + + window->display(); + } +} \ No newline at end of file diff --git a/SnakePlusPlus/SnakePlusPlus/packages.config b/SnakePlusPlus/SnakePlusPlus/packages.config new file mode 100644 index 0000000..cf31783 --- /dev/null +++ b/SnakePlusPlus/SnakePlusPlus/packages.config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file