From fb5a321dd7c2848128b04b306f3e1e59c87a3f70 Mon Sep 17 00:00:00 2001 From: Stijn Kuipers Date: Thu, 29 Jun 2023 16:26:07 +0200 Subject: Initial Filedump Tadaaa!! --- sw/emu/wavetable/wavetable.cpp | 5 + sw/emu/wavetable/wavetable.vcxproj | 147 +++++++++++++++++++++++++++++ sw/emu/wavetable/wavetable.vcxproj.filters | 22 +++++ 3 files changed, 174 insertions(+) create mode 100755 sw/emu/wavetable/wavetable.cpp create mode 100755 sw/emu/wavetable/wavetable.vcxproj create mode 100755 sw/emu/wavetable/wavetable.vcxproj.filters (limited to 'sw/emu/wavetable') diff --git a/sw/emu/wavetable/wavetable.cpp b/sw/emu/wavetable/wavetable.cpp new file mode 100755 index 0000000..b03bfef --- /dev/null +++ b/sw/emu/wavetable/wavetable.cpp @@ -0,0 +1,5 @@ +// wavetable.cpp : This file contains the 'main' function. Program execution begins and ends there. +// + +#include "../../../../wavetable/wavetable.cpp" + diff --git a/sw/emu/wavetable/wavetable.vcxproj b/sw/emu/wavetable/wavetable.vcxproj new file mode 100755 index 0000000..72f26df --- /dev/null +++ b/sw/emu/wavetable/wavetable.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {454ba0c9-0bb9-4854-ac5b-3870ec110ad0} + wavetable + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/sw/emu/wavetable/wavetable.vcxproj.filters b/sw/emu/wavetable/wavetable.vcxproj.filters new file mode 100755 index 0000000..c22e494 --- /dev/null +++ b/sw/emu/wavetable/wavetable.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;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 + + + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3