diff --git a/DllProxyGenerator.sln b/DllProxyGenerator.sln
new file mode 100644
index 0000000..632ddd2
--- /dev/null
+++ b/DllProxyGenerator.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.28010.2036
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DllProxyGenerator", "DllProxyGenerator\DllProxyGenerator.vcxproj", "{1E9F345A-82A9-4253-BC7A-21CC3BC473CB}"
+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
+ {1E9F345A-82A9-4253-BC7A-21CC3BC473CB}.Debug|x64.ActiveCfg = Debug|x64
+ {1E9F345A-82A9-4253-BC7A-21CC3BC473CB}.Debug|x64.Build.0 = Debug|x64
+ {1E9F345A-82A9-4253-BC7A-21CC3BC473CB}.Debug|x86.ActiveCfg = Debug|Win32
+ {1E9F345A-82A9-4253-BC7A-21CC3BC473CB}.Debug|x86.Build.0 = Debug|Win32
+ {1E9F345A-82A9-4253-BC7A-21CC3BC473CB}.Release|x64.ActiveCfg = Release|x64
+ {1E9F345A-82A9-4253-BC7A-21CC3BC473CB}.Release|x64.Build.0 = Release|x64
+ {1E9F345A-82A9-4253-BC7A-21CC3BC473CB}.Release|x86.ActiveCfg = Release|Win32
+ {1E9F345A-82A9-4253-BC7A-21CC3BC473CB}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {43450276-0C8F-4A85-A013-C354E031815F}
+ EndGlobalSection
+EndGlobal
diff --git a/DllProxyGenerator/DllProxyGenerator.cpp b/DllProxyGenerator/DllProxyGenerator.cpp
new file mode 100644
index 0000000..d071b53
Binary files /dev/null and b/DllProxyGenerator/DllProxyGenerator.cpp differ
diff --git a/DllProxyGenerator/DllProxyGenerator.vcxproj b/DllProxyGenerator/DllProxyGenerator.vcxproj
new file mode 100644
index 0000000..7f9eb2d
--- /dev/null
+++ b/DllProxyGenerator/DllProxyGenerator.vcxproj
@@ -0,0 +1,168 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 15.0
+ {1E9F345A-82A9-4253-BC7A-21CC3BC473CB}
+ Win32Proj
+ DllProxyGenerator
+ 10.0.17134.0
+
+
+
+ Application
+ true
+ v141
+ Unicode
+
+
+ Application
+ false
+ v141
+ true
+ Unicode
+
+
+ Application
+ true
+ v141
+ Unicode
+
+
+ Application
+ false
+ v141
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ true
+
+
+ false
+
+
+ false
+
+
+
+ Use
+ Level3
+ Disabled
+ true
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ pch.h
+
+
+ Console
+ true
+
+
+
+
+ Use
+ Level3
+ Disabled
+ true
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ pch.h
+
+
+ Console
+ true
+
+
+
+
+ Use
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ pch.h
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+ Use
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ pch.h
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ Create
+ Create
+ Create
+ Create
+
+
+
+
+
+
\ No newline at end of file
diff --git a/DllProxyGenerator/DllProxyGenerator.vcxproj.filters b/DllProxyGenerator/DllProxyGenerator.vcxproj.filters
new file mode 100644
index 0000000..a2503f1
--- /dev/null
+++ b/DllProxyGenerator/DllProxyGenerator.vcxproj.filters
@@ -0,0 +1,30 @@
+
+
+
+
+ {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
+
+
+
+
+ Header Files
+
+
+
+
+ Source Files
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/DllProxyGenerator/pch.cpp b/DllProxyGenerator/pch.cpp
new file mode 100644
index 0000000..a38f8a3
Binary files /dev/null and b/DllProxyGenerator/pch.cpp differ
diff --git a/DllProxyGenerator/pch.h b/DllProxyGenerator/pch.h
new file mode 100644
index 0000000..d87432d
Binary files /dev/null and b/DllProxyGenerator/pch.h differ