diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:02:17 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:02:17 +0200 |
commit | b9203ee84953006547f4afd58f405874c87bf0dc (patch) | |
tree | 9e41f1533f120e9268e86658c52458630ffd718a /FreeFileSync.vcproj | |
parent | 3.0 (diff) | |
download | FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.gz FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.bz2 FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.zip |
3.1
Diffstat (limited to 'FreeFileSync.vcproj')
-rw-r--r-- | FreeFileSync.vcproj | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/FreeFileSync.vcproj b/FreeFileSync.vcproj index 124ba944..0ba7315c 100644 --- a/FreeFileSync.vcproj +++ b/FreeFileSync.vcproj @@ -48,9 +48,10 @@ BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" - WarningLevel="3" + WarningLevel="4" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" - DisableSpecificWarnings="4804" + DisableSpecificWarnings="4804;4100" /> <Tool Name="VCManagedResourceCompilerTool" @@ -132,9 +133,9 @@ RuntimeLibrary="0" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" - WarningLevel="3" + WarningLevel="4" DebugInformationFormat="3" - DisableSpecificWarnings="4804" + DisableSpecificWarnings="4804;4100" /> <Tool Name="VCManagedResourceCompilerTool" @@ -260,6 +261,10 @@ > </File> <File + RelativePath=".\shared\guid.cpp" + > + </File> + <File RelativePath=".\ui\guiGenerated.cpp" > </File> @@ -298,6 +303,22 @@ <File RelativePath=".\ui\smallDialogs.cpp" > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + DisableSpecificWarnings="4706" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + DisableSpecificWarnings="4706" + /> + </FileConfiguration> </File> <File RelativePath=".\shared\standardPaths.cpp" @@ -344,6 +365,10 @@ > </File> <File + RelativePath=".\ui\trayIcon.cpp" + > + </File> + <File RelativePath=".\ui\util.cpp" > </File> |