diff options
Diffstat (limited to 'FortuneAwayMsg')
| -rw-r--r-- | FortuneAwayMsg/fortuneawaymsg.sln | 2 | ||||
| -rw-r--r-- | FortuneAwayMsg/fortuneawaymsg.vcxproj | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/FortuneAwayMsg/fortuneawaymsg.sln b/FortuneAwayMsg/fortuneawaymsg.sln index 5354024..a1f868e 100644 --- a/FortuneAwayMsg/fortuneawaymsg.sln +++ b/FortuneAwayMsg/fortuneawaymsg.sln @@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C++ Express 2010
+# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fortuneawaymsg", "fortuneawaymsg.vcxproj", "{6BE8E586-391E-4F6C-A37C-C0826406469A}"
EndProject
Global
diff --git a/FortuneAwayMsg/fortuneawaymsg.vcxproj b/FortuneAwayMsg/fortuneawaymsg.vcxproj index 576417f..c7a8df6 100644 --- a/FortuneAwayMsg/fortuneawaymsg.vcxproj +++ b/FortuneAwayMsg/fortuneawaymsg.vcxproj @@ -77,6 +77,7 @@ <DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>MachineX86</TargetMachine>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
@@ -103,6 +104,7 @@ <SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalIncludeDirectories>../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -118,6 +120,8 @@ <TargetMachine>MachineX86</TargetMachine>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
|
