diff --git a/build-win64/dllmain.cpp b/build-win64/dllmain.cpp deleted file mode 100644 index ea27c29..0000000 --- a/build-win64/dllmain.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung. -#include "pch.h" - -BOOL APIENTRY DllMain( HMODULE hModule, - DWORD ul_reason_for_call, - LPVOID lpReserved - ) -{ - switch (ul_reason_for_call) - { - case DLL_PROCESS_ATTACH: - case DLL_THREAD_ATTACH: - case DLL_THREAD_DETACH: - case DLL_PROCESS_DETACH: - break; - } - return TRUE; -} - diff --git a/build-win64/framework.h b/build-win64/framework.h index 74870e0..642f1ff 100644 --- a/build-win64/framework.h +++ b/build-win64/framework.h @@ -1,5 +1,3 @@ #pragma once #define WIN32_LEAN_AND_MEAN // Selten verwendete Komponenten aus Windows-Headern ausschließen -// Windows-Headerdateien -#include diff --git a/build-win64/pEpMIME.cpp b/build-win64/pEpMIME.cpp new file mode 100644 index 0000000..37b248c --- /dev/null +++ b/build-win64/pEpMIME.cpp @@ -0,0 +1,10 @@ +// pEpMIME.cpp : Hiermit werden die Funktionen für die statische Bibliothek definiert. +// + +#include "pch.h" +#include "framework.h" + +// TODO: Dies ist ein Beispiel für eine Bibliotheksfunktion. +void fnpEpMIME() +{ +} diff --git a/build-win64/pEpMIME.vcxproj b/build-win64/pEpMIME.vcxproj index 1588ee5..1a1138d 100644 --- a/build-win64/pEpMIME.vcxproj +++ b/build-win64/pEpMIME.vcxproj @@ -21,32 +21,32 @@ 16.0 Win32Proj - {27a589c5-5045-4393-959a-d8fbbafab24c} + {c59a9aa9-7177-49dd-9f65-bf051ca8bab4} pEpMIME 10.0 - DynamicLibrary + StaticLibrary true v143 Unicode - DynamicLibrary + StaticLibrary false v143 true Unicode - DynamicLibrary + StaticLibrary true v143 Unicode - DynamicLibrary + StaticLibrary false v143 true @@ -74,15 +74,15 @@ Level3 true - WIN32;_DEBUG;PEPMIME_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true Use pch.h - Windows + + true - false @@ -91,33 +91,33 @@ true true true - WIN32;NDEBUG;PEPMIME_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true Use pch.h - Windows + + true true true - false Level3 true - _DEBUG;PEPMIME_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_LIB;%(PreprocessorDefinitions) true NotUsing pch.h - $(ProjectDir)..\..\pEpEngine\include;%(AdditionalIncludeDirectories) + $(ProjectDir)..\..\pEpEngine\include - Windows + + true - false cd $(ProjectDir)..\..\pEpEngine\src && nmake /f NMakefile install_headers @@ -129,18 +129,18 @@ true true true - NDEBUG;PEPMIME_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_LIB;%(PreprocessorDefinitions) true NotUsing pch.h - $(ProjectDir)..\..\pEpEngine\include;%(AdditionalIncludeDirectories) + $(ProjectDir)..\..\pEpEngine\include - Windows + + true true true - false cd $(ProjectDir)..\..\pEpEngine\src && nmake /f NMakefile install_headers @@ -194,31 +194,28 @@ - Create Create Create Create + + - - Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". - - \ No newline at end of file diff --git a/build-win64/packages.config b/build-win64/packages.config index cf3113b..3edfe67 100644 --- a/build-win64/packages.config +++ b/build-win64/packages.config @@ -1,7 +1,5 @@  - - \ No newline at end of file