diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-22 17:17:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-22 17:17:21 +0300 |
commit | 03af559a0fbe59db41801d0a50370230b801a921 (patch) | |
tree | 44fde72f2f7ce6473635ea7daaf3a982d13aa926 /plugins/HTTPServer/HTTPServer_15.vcxproj | |
parent | f6129d9855bcd96d6258c2de4a75f764e0455993 (diff) |
fixed base addresses removed
Diffstat (limited to 'plugins/HTTPServer/HTTPServer_15.vcxproj')
-rw-r--r-- | plugins/HTTPServer/HTTPServer_15.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/HTTPServer/HTTPServer_15.vcxproj b/plugins/HTTPServer/HTTPServer_15.vcxproj index e07cb5b00a..45a39fe64e 100644 --- a/plugins/HTTPServer/HTTPServer_15.vcxproj +++ b/plugins/HTTPServer/HTTPServer_15.vcxproj @@ -97,7 +97,6 @@ <Link> <AdditionalLibraryDirectories>$(ProfileDir)..\..\libs\win$(PlatformArchitecture)</AdditionalLibraryDirectories> <GenerateDebugInformation>true</GenerateDebugInformation> - <BaseAddress>0x22500000</BaseAddress> <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary> <SubSystem>Windows</SubSystem> <RandomizedBaseAddress>false</RandomizedBaseAddress> @@ -123,7 +122,6 @@ <Link> <AdditionalLibraryDirectories>$(ProfileDir)..\..\libs\win$(PlatformArchitecture)</AdditionalLibraryDirectories> <GenerateDebugInformation>true</GenerateDebugInformation> - <BaseAddress>0x22500000</BaseAddress> <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary> <SubSystem>Windows</SubSystem> <RandomizedBaseAddress>false</RandomizedBaseAddress> @@ -159,7 +157,6 @@ <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <RandomizedBaseAddress>false</RandomizedBaseAddress> - <BaseAddress>0x22500000</BaseAddress> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> @@ -190,7 +187,6 @@ <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <RandomizedBaseAddress>false</RandomizedBaseAddress> - <BaseAddress>0x22500000</BaseAddress> </Link> </ItemDefinitionGroup> <ItemGroup> |