From 479c3f34200b1c6e7bac0377f6feb1ef26b411cd Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 26 May 2018 06:22:38 -0400 Subject: [PATCH] Add project files. --- ExampleExtension.sln | 31 ++++ ExampleExtension/ExampleExtension.cpp | Bin 0 -> 742 bytes ExampleExtension/ExampleExtension.vcxproj | 166 ++++++++++++++++++ .../ExampleExtension.vcxproj.filters | 36 ++++ ExampleExtension/dllmain.cpp | Bin 0 -> 912 bytes ExampleExtension/stdafx.cpp | Bin 0 -> 608 bytes ExampleExtension/stdafx.h | Bin 0 -> 840 bytes ExampleExtension/targetver.h | Bin 0 -> 630 bytes 8 files changed, 233 insertions(+) create mode 100644 ExampleExtension.sln create mode 100644 ExampleExtension/ExampleExtension.cpp create mode 100644 ExampleExtension/ExampleExtension.vcxproj create mode 100644 ExampleExtension/ExampleExtension.vcxproj.filters create mode 100644 ExampleExtension/dllmain.cpp create mode 100644 ExampleExtension/stdafx.cpp create mode 100644 ExampleExtension/stdafx.h create mode 100644 ExampleExtension/targetver.h diff --git a/ExampleExtension.sln b/ExampleExtension.sln new file mode 100644 index 0000000..9ccb724 --- /dev/null +++ b/ExampleExtension.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.2018 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExampleExtension", "ExampleExtension\ExampleExtension.vcxproj", "{577FDFFF-CBC8-4889-BC1C-27267DF3367A}" +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 + {577FDFFF-CBC8-4889-BC1C-27267DF3367A}.Debug|x64.ActiveCfg = Debug|x64 + {577FDFFF-CBC8-4889-BC1C-27267DF3367A}.Debug|x64.Build.0 = Debug|x64 + {577FDFFF-CBC8-4889-BC1C-27267DF3367A}.Debug|x86.ActiveCfg = Debug|Win32 + {577FDFFF-CBC8-4889-BC1C-27267DF3367A}.Debug|x86.Build.0 = Debug|Win32 + {577FDFFF-CBC8-4889-BC1C-27267DF3367A}.Release|x64.ActiveCfg = Release|x64 + {577FDFFF-CBC8-4889-BC1C-27267DF3367A}.Release|x64.Build.0 = Release|x64 + {577FDFFF-CBC8-4889-BC1C-27267DF3367A}.Release|x86.ActiveCfg = Release|Win32 + {577FDFFF-CBC8-4889-BC1C-27267DF3367A}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {17C9AD28-4082-4BD4-BF76-A49D0F6D57D5} + EndGlobalSection +EndGlobal diff --git a/ExampleExtension/ExampleExtension.cpp b/ExampleExtension/ExampleExtension.cpp new file mode 100644 index 0000000000000000000000000000000000000000..f930cd972e641d5f3fce612ec4932096a225cd46 GIT binary patch literal 742 zcmaKqK}*9x5QX2hg8v~@kQSt^ARZJwnDii~w%CZr5@Tx%u`Nj}5%I69-)tIMQDoTc z?9AJFZ)WrL*;ZSgx+)awMN6d`yVHt&u3R%M*jq}-EkT~K0&){FbM~C`N>em{QL9ppN2MH#^^A9g!h(((C|bKoEn&=Lo&ME*$n?A1*#4 + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {577FDFFF-CBC8-4889-BC1C-27267DF3367A} + Win32Proj + ExampleExtension + 10.0.17134.0 + + + + DynamicLibrary + true + v141 + Unicode + + + DynamicLibrary + false + v141 + true + Unicode + + + DynamicLibrary + true + v141 + Unicode + + + DynamicLibrary + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + Disabled + true + WIN32;_DEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + + + Windows + true + + + + + Use + Level3 + Disabled + true + _DEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + + + Windows + true + + + + + Use + Level3 + MaxSpeed + true + true + true + WIN32;NDEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + + + + + Use + Level3 + MaxSpeed + true + true + true + NDEBUG;EXAMPLEEXTENSION_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + + + + + + + + + + + Create + Create + Create + Create + + + + + + \ No newline at end of file diff --git a/ExampleExtension/ExampleExtension.vcxproj.filters b/ExampleExtension/ExampleExtension.vcxproj.filters new file mode 100644 index 0000000..10f0d58 --- /dev/null +++ b/ExampleExtension/ExampleExtension.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {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 + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/ExampleExtension/dllmain.cpp b/ExampleExtension/dllmain.cpp new file mode 100644 index 0000000000000000000000000000000000000000..1637303289629f1b0f4e14b8d2b76eeb49cea00c GIT binary patch literal 912 zcmbu7%}T>i5QWcL@Ew9~Du~_ds+vLztx8N4SE05k5o1%5)E~rGSHHPQ!6-shhTG1a zoH;XR=Dxpm)s?5YQtVz+-D;@=&9uTi9ddldTDW+uf_tfih{svt=X%CpDRYPte}SKW z!uc9u9^A&6f}7!&{AaG#wzjnEvS)l<(~Gh1P^-kB!uLc+2@yluIo26woIRausJ>1W zD$q3%-zgc_N;*Ua8iV#VA*0Vd;hw>~1{rJLF?z(?o3ASv12`?mcp?_=os`)H)F?Q)9{8RAvhzKMe`#bDdSvn?eI_XBw9-=XY^K%Zv&~wE zwg=mKgoXeOCrthVi`ZC*^@t33UAD~))A!sEOh9H2w*O@MaI~%Ywcnp}H+|pKyT8*> bL(gmDX78h9zBzB+bFXzmS5-!Zv{`%r^3-`d literal 0 HcmV?d00001 diff --git a/ExampleExtension/stdafx.cpp b/ExampleExtension/stdafx.cpp new file mode 100644 index 0000000000000000000000000000000000000000..6cd1c453a62c6329ad87fa2ff0065f1104aa1beb GIT binary patch literal 608 zcmZ`%%WlFj5S()*{=sU`z`eIhZN-g4IdFAJq8Ozy3PvSA51m;nq$#S6YkQb_|I03r2SA>+o%C8lFB4Wk5R+qr{w9(fVZ0 zLKPctJUfht)9E9-?I+#Ur?m+*>p0c_I0-#jN-XlycnH-tFw{ z?Ee0YF@{5p1_>gh_{KSwv|MrKC=g?XmT#W-l$KS0DpB=*5r4_I;wq$#p?SO?K&Www zV;nKIqIXzpB9wR|eoQt(TH86dxbZKpZiCr_>6T9D=XGgP0E}F%Be3}Mo)<*1xl;x z+}I?%eNkgawLJaBv*LYFMO?*t`|mFJ=WyG1Q_Wu6ug*2`Lj-l^&A&48*~WUoGp3yC yTV;|O8`V4JNnMd}fEfw0WxN;+co0fK2Vs4B9U*sm0{`t1wOo&Foy0~*EXI^K{ z&F{}p2USW{Xp2p>*G`#oJ!s%(q!H-M(Ty4fmG}kNtEQTB%)V1m=}BwwfWPvrT#@e@ zH0NG}74Ao{glS)#QXA|NYdIfY7hrMp+Ji@H`t9kzWx_SD6;~Ri;cvXH)6CO{-I1p_IJPQ#X=r zigZeSqQguJz35q;zt9^Q_C^^>*mmuXUCp&pw^fPoGX+dho4RCrySs7j@9_UipWkA5 OQDt4mH~x-^Z~X_?9czaG literal 0 HcmV?d00001