From c8e480a61002d93ccfde38d30a4d4ff52a150c05 Mon Sep 17 00:00:00 2001 From: Tatjam Date: Sun, 1 Mar 2020 18:18:00 +0100 Subject: [PATCH] Add project files. --- 7DRL.sln | 31 +++++++++++ 7DRL.vcxproj | 122 +++++++++++++++++++++++++++++++++++++++++++ 7DRL.vcxproj.filters | 17 ++++++ 3 files changed, 170 insertions(+) create mode 100644 7DRL.sln create mode 100644 7DRL.vcxproj create mode 100644 7DRL.vcxproj.filters diff --git a/7DRL.sln b/7DRL.sln new file mode 100644 index 0000000..c197388 --- /dev/null +++ b/7DRL.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.852 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "7DRL", "7DRL.vcxproj", "{E4BB26D1-0859-428D-A936-3FF211096EBD}" +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 + {E4BB26D1-0859-428D-A936-3FF211096EBD}.Debug|x64.ActiveCfg = Debug|x64 + {E4BB26D1-0859-428D-A936-3FF211096EBD}.Debug|x64.Build.0 = Debug|x64 + {E4BB26D1-0859-428D-A936-3FF211096EBD}.Debug|x86.ActiveCfg = Debug|Win32 + {E4BB26D1-0859-428D-A936-3FF211096EBD}.Debug|x86.Build.0 = Debug|Win32 + {E4BB26D1-0859-428D-A936-3FF211096EBD}.Release|x64.ActiveCfg = Release|x64 + {E4BB26D1-0859-428D-A936-3FF211096EBD}.Release|x64.Build.0 = Release|x64 + {E4BB26D1-0859-428D-A936-3FF211096EBD}.Release|x86.ActiveCfg = Release|Win32 + {E4BB26D1-0859-428D-A936-3FF211096EBD}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {DCF16DB2-2072-4B0B-9C6A-4DAE9FCE2E5E} + EndGlobalSection +EndGlobal diff --git a/7DRL.vcxproj b/7DRL.vcxproj new file mode 100644 index 0000000..667cf56 --- /dev/null +++ b/7DRL.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E4BB26D1-0859-428D-A936-3FF211096EBD} + My7DRL + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/7DRL.vcxproj.filters b/7DRL.vcxproj.filters new file mode 100644 index 0000000..4863ddb --- /dev/null +++ b/7DRL.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {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;ipp;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 + + + \ No newline at end of file