diff --git a/Contrib/ExDLL/SConscript b/Contrib/ExDLL/SConscript index 0c36f3a3..dd7863fc 100644 --- a/Contrib/ExDLL/SConscript +++ b/Contrib/ExDLL/SConscript @@ -17,6 +17,8 @@ example = Split(""" exdll.dsp exdll.dsw exdll_with_unit.dpr + exdll-vs2008.sln + exdll-vs2008.vcproj nsis.pas extdll.inc """) diff --git a/Contrib/ExDLL/exdll-vs2008.sln b/Contrib/ExDLL/exdll-vs2008.sln new file mode 100644 index 00000000..7bd7046b --- /dev/null +++ b/Contrib/ExDLL/exdll-vs2008.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exdll", "exdll.vcproj", "{5E3E2AFD-1D6B-4997-A9B5-8ECBC8F6C31A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5E3E2AFD-1D6B-4997-A9B5-8ECBC8F6C31A}.Debug|Win32.ActiveCfg = Debug|Win32 + {5E3E2AFD-1D6B-4997-A9B5-8ECBC8F6C31A}.Debug|Win32.Build.0 = Debug|Win32 + {5E3E2AFD-1D6B-4997-A9B5-8ECBC8F6C31A}.Release|Win32.ActiveCfg = Release|Win32 + {5E3E2AFD-1D6B-4997-A9B5-8ECBC8F6C31A}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Contrib/ExDLL/exdll-vs2008.vcproj b/Contrib/ExDLL/exdll-vs2008.vcproj new file mode 100644 index 00000000..51616307 --- /dev/null +++ b/Contrib/ExDLL/exdll-vs2008.vcproj @@ -0,0 +1,264 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 284f756e..dc1d5592 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -268,6 +268,8 @@ ${MementoSection} "Script Examples" SecExample File ..\Examples\Plugin\exdll.dsp File ..\Examples\Plugin\exdll.dsw File ..\Examples\Plugin\exdll_with_unit.dpr + File ..\Examples\Plugin\exdll-vs2008.sln + File ..\Examples\Plugin\exdll-vs2008.vcproj File ..\Examples\Plugin\extdll.inc File ..\Examples\Plugin\nsis.pas