mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 06:04:15 +01:00
fixed GH #471: vs2010 release builds have optimization disabled
fixed GH #616: Visual Studio warning C4244
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="0"
|
||||
/>
|
||||
<Tool
|
||||
@@ -304,7 +304,7 @@
|
||||
ProgramDataBaseFileName="..\lib\PocoFoundationmdd.pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="0"
|
||||
/>
|
||||
<Tool
|
||||
@@ -377,7 +377,7 @@
|
||||
ProgramDataBaseFileName="..\lib\PocoFoundationmtd.pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="0"
|
||||
/>
|
||||
<Tool
|
||||
@@ -511,6 +511,54 @@
|
||||
<File
|
||||
RelativePath=".\src\ByteOrder.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="debug_shared|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="release_shared|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="release_static_md|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="debug_static_md|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="debug_static_mt|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="release_static_mt|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\Checksum.cpp"
|
||||
@@ -520,6 +568,10 @@
|
||||
RelativePath=".\src\Debugger.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\DirectoryIteratorStrategy.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\Environment.cpp"
|
||||
>
|
||||
@@ -1024,6 +1076,10 @@
|
||||
RelativePath=".\src\NumberParser.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\NumericString.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\RefCountedObject.cpp"
|
||||
>
|
||||
@@ -1035,14 +1091,54 @@
|
||||
<File
|
||||
RelativePath=".\src\String.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\NumericString.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\DirectoryIteratorStrategy.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="debug_shared|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="release_shared|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="release_static_md|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="debug_static_md|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="debug_static_mt|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="release_static_mt|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\StringTokenizer.cpp"
|
||||
@@ -2131,6 +2227,54 @@
|
||||
<File
|
||||
RelativePath=".\src\SignalHandler.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="debug_shared|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="release_shared|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="release_static_md|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="debug_static_md|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="debug_static_mt|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="release_static_mt|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\SynchronizedObject.cpp"
|
||||
@@ -2837,67 +2981,88 @@
|
||||
Name="PCRE Source Files"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\src\pcre_chartables.c">
|
||||
RelativePath=".\src\pcre_byte_order.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_compile.c">
|
||||
RelativePath=".\src\pcre_chartables.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_exec.c">
|
||||
RelativePath=".\src\pcre_compile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_fullinfo.c">
|
||||
RelativePath=".\src\pcre_config.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_globals.c">
|
||||
RelativePath=".\src\pcre_dfa_exec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_maketables.c">
|
||||
RelativePath=".\src\pcre_exec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_newline.c">
|
||||
RelativePath=".\src\pcre_fullinfo.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_ord2utf8.c">
|
||||
RelativePath=".\src\pcre_get.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_study.c">
|
||||
RelativePath=".\src\pcre_globals.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_tables.c">
|
||||
RelativePath=".\src\pcre_jit_compile.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_byte_order.c">
|
||||
RelativePath=".\src\pcre_maketables.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_config.c">
|
||||
RelativePath=".\src\pcre_newline.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_dfa_exec.c">
|
||||
RelativePath=".\src\pcre_ord2utf8.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_get.c">
|
||||
RelativePath=".\src\pcre_refcount.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_jit_compile.c">
|
||||
RelativePath=".\src\pcre_string_utils.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_refcount.c">
|
||||
RelativePath=".\src\pcre_study.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_string_utils.c">
|
||||
RelativePath=".\src\pcre_tables.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_version.c">
|
||||
RelativePath=".\src\pcre_ucd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_ucd.c">
|
||||
RelativePath=".\src\pcre_valid_utf8.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_valid_utf8.c">
|
||||
RelativePath=".\src\pcre_version.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\pcre_xclass.c">
|
||||
RelativePath=".\src\pcre_xclass.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
@@ -5702,11 +5867,11 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\Poco\ListMap.h"
|
||||
RelativePath=".\include\Poco\Latin9Encoding.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\Poco\Latin9Encoding.h"
|
||||
RelativePath=".\include\Poco\ListMap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@@ -5877,6 +6042,10 @@
|
||||
RelativePath=".\include\Poco\Delegate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\Poco\DirectoryIteratorStrategy.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\Poco\EventArgs.h"
|
||||
>
|
||||
@@ -5929,10 +6098,6 @@
|
||||
RelativePath=".\include\Poco\RecursiveDirectoryIteratorImpl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\Poco\DirectoryIteratorStrategy.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
|
||||
Reference in New Issue
Block a user