From 4d52fb6eaa729d50cfc4bf92d84e5e4a9b5f1257 Mon Sep 17 00:00:00 2001 From: Doyle Thai Date: Tue, 28 Mar 2017 18:07:41 +1100 Subject: [PATCH] Add project files. --- dchip-8.sln | 28 ++++++++++ dchip-8.vcxproj | 117 ++++++++++++++++++++++++++++++++++++++++ dchip-8.vcxproj.filters | 17 ++++++ 3 files changed, 162 insertions(+) create mode 100644 dchip-8.sln create mode 100644 dchip-8.vcxproj create mode 100644 dchip-8.vcxproj.filters diff --git a/dchip-8.sln b/dchip-8.sln new file mode 100644 index 0000000..f9c2c43 --- /dev/null +++ b/dchip-8.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}") = "dchip-8", "dchip-8.vcxproj", "{01B5A474-4BA5-48A3-B645-7116ADF5585D}" +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 + {01B5A474-4BA5-48A3-B645-7116ADF5585D}.Debug|x64.ActiveCfg = Debug|x64 + {01B5A474-4BA5-48A3-B645-7116ADF5585D}.Debug|x64.Build.0 = Debug|x64 + {01B5A474-4BA5-48A3-B645-7116ADF5585D}.Debug|x86.ActiveCfg = Debug|Win32 + {01B5A474-4BA5-48A3-B645-7116ADF5585D}.Debug|x86.Build.0 = Debug|Win32 + {01B5A474-4BA5-48A3-B645-7116ADF5585D}.Release|x64.ActiveCfg = Release|x64 + {01B5A474-4BA5-48A3-B645-7116ADF5585D}.Release|x64.Build.0 = Release|x64 + {01B5A474-4BA5-48A3-B645-7116ADF5585D}.Release|x86.ActiveCfg = Release|Win32 + {01B5A474-4BA5-48A3-B645-7116ADF5585D}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dchip-8.vcxproj b/dchip-8.vcxproj new file mode 100644 index 0000000..2ed25ab --- /dev/null +++ b/dchip-8.vcxproj @@ -0,0 +1,117 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {01B5A474-4BA5-48A3-B645-7116ADF5585D} + dchip8 + 8.1 + + + + Application + true + v140 + MultiByte + + + Application + false + v140 + true + MultiByte + + + Application + true + v140 + MultiByte + + + Application + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + + + + + Level3 + Disabled + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/dchip-8.vcxproj.filters b/dchip-8.vcxproj.filters new file mode 100644 index 0000000..6a1782f --- /dev/null +++ b/dchip-8.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;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