summaryrefslogtreecommitdiff
path: root/MirOTR/MirOTR.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'MirOTR/MirOTR.vcxproj')
-rw-r--r--MirOTR/MirOTR.vcxproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/MirOTR/MirOTR.vcxproj b/MirOTR/MirOTR.vcxproj
index ed8ed43..50638ad 100644
--- a/MirOTR/MirOTR.vcxproj
+++ b/MirOTR/MirOTR.vcxproj
@@ -159,6 +159,7 @@
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<TargetMachine>MachineX86</TargetMachine>
+ <MapFileName>$(TargetDir)$(TargetName).map</MapFileName>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">
@@ -177,6 +178,12 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAsManaged>false</CompileAsManaged>
+ <MultiProcessorCompilation>false</MultiProcessorCompilation>
+ <UseUnicodeForAssemblerListing>false</UseUnicodeForAssemblerListing>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
+ <FloatingPointModel>Fast</FloatingPointModel>
+ <FloatingPointExceptions>false</FloatingPointExceptions>
+ <CreateHotpatchableImage>false</CreateHotpatchableImage>
</ClCompile>
<Link>
<AdditionalDependencies>libgcrypt.lib;libotr.lib;Comctl32.lib;EkHtml.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -185,7 +192,11 @@
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <MapFileName>$(TargetDir)$(TargetName).map</MapFileName>
</Link>
+ <Manifest>
+ <VerboseOutput>true</VerboseOutput>
+ </Manifest>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="..\ekhtml\vc9\EkHtml.vcxproj">