Update VS2008/2010 project files.
This commit is contained in:
parent
716679ec7d
commit
3765a7f8f8
|
@ -179,6 +179,8 @@
|
||||||
RelativePath="..\lib\preprocessor.cpp" />
|
RelativePath="..\lib\preprocessor.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\settings.cpp" />
|
RelativePath="..\lib\settings.cpp" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\suppressions.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\symboldatabase.cpp" />
|
RelativePath="..\lib\symboldatabase.cpp" />
|
||||||
<File
|
<File
|
||||||
|
@ -260,6 +262,8 @@
|
||||||
RelativePath="resource.h" />
|
RelativePath="resource.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\settings.h" />
|
RelativePath="..\lib\settings.h" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\suppressions.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\symboldatabase.h" />
|
RelativePath="..\lib\symboldatabase.h" />
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -147,6 +147,7 @@
|
||||||
<ClCompile Include="pathmatch.cpp" />
|
<ClCompile Include="pathmatch.cpp" />
|
||||||
<ClCompile Include="..\lib\preprocessor.cpp" />
|
<ClCompile Include="..\lib\preprocessor.cpp" />
|
||||||
<ClCompile Include="..\lib\settings.cpp" />
|
<ClCompile Include="..\lib\settings.cpp" />
|
||||||
|
<ClCompile Include="..\lib\suppressions.cpp" />
|
||||||
<ClCompile Include="..\lib\symboldatabase.cpp" />
|
<ClCompile Include="..\lib\symboldatabase.cpp" />
|
||||||
<ClCompile Include="threadexecutor.cpp" />
|
<ClCompile Include="threadexecutor.cpp" />
|
||||||
<ClCompile Include="..\lib\timer.cpp" />
|
<ClCompile Include="..\lib\timer.cpp" />
|
||||||
|
@ -187,6 +188,7 @@
|
||||||
<ClInclude Include="..\lib\preprocessor.h" />
|
<ClInclude Include="..\lib\preprocessor.h" />
|
||||||
<ClInclude Include="resource.h" />
|
<ClInclude Include="resource.h" />
|
||||||
<ClInclude Include="..\lib\settings.h" />
|
<ClInclude Include="..\lib\settings.h" />
|
||||||
|
<ClInclude Include="..\lib\suppressions.h" />
|
||||||
<ClInclude Include="..\lib\symboldatabase.h" />
|
<ClInclude Include="..\lib\symboldatabase.h" />
|
||||||
<ClInclude Include="threadexecutor.h" />
|
<ClInclude Include="threadexecutor.h" />
|
||||||
<ClInclude Include="..\lib\timer.h" />
|
<ClInclude Include="..\lib\timer.h" />
|
||||||
|
|
|
@ -99,6 +99,9 @@
|
||||||
<ClCompile Include="..\lib\settings.cpp">
|
<ClCompile Include="..\lib\settings.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\lib\suppressions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\lib\symboldatabase.cpp">
|
<ClCompile Include="..\lib\symboldatabase.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -215,6 +218,9 @@
|
||||||
<ClInclude Include="..\lib\settings.h">
|
<ClInclude Include="..\lib\settings.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\lib\suppressions.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\lib\symboldatabase.h">
|
<ClInclude Include="..\lib\symboldatabase.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
GeneratePreprocessedFile="0"
|
GeneratePreprocessedFile="0"
|
||||||
ObjectFile="temp\"
|
ObjectFile="temp\"
|
||||||
Optimization ="4"
|
Optimization ="4"
|
||||||
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS"
|
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,HAVE_RULES,_CRT_SECURE_NO_WARNINGS"
|
||||||
ProgramDataBaseFileName=".\"
|
ProgramDataBaseFileName=".\"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
Name="VCPreLinkEventTool" />
|
Name="VCPreLinkEventTool" />
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS,_DEBUG" />
|
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,HAVE_RULES,_CRT_SECURE_NO_WARNINGS,_DEBUG" />
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
GeneratePreprocessedFile="0"
|
GeneratePreprocessedFile="0"
|
||||||
ObjectFile="temp\"
|
ObjectFile="temp\"
|
||||||
Optimization ="2"
|
Optimization ="2"
|
||||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS,NDEBUG"
|
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,HAVE_RULES,_CRT_SECURE_NO_WARNINGS,NDEBUG"
|
||||||
ProgramDataBaseFileName=".\"
|
ProgramDataBaseFileName=".\"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
Name="VCPreLinkEventTool" />
|
Name="VCPreLinkEventTool" />
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS" />
|
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,HAVE_RULES,_CRT_SECURE_NO_WARNINGS" />
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<Files>
|
<Files>
|
||||||
|
@ -179,6 +179,8 @@
|
||||||
RelativePath="..\lib\preprocessor.cpp" />
|
RelativePath="..\lib\preprocessor.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\settings.cpp" />
|
RelativePath="..\lib\settings.cpp" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\suppressions.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\symboldatabase.cpp" />
|
RelativePath="..\lib\symboldatabase.cpp" />
|
||||||
<File
|
<File
|
||||||
|
@ -233,8 +235,6 @@
|
||||||
RelativePath="testpreprocessor.cpp" />
|
RelativePath="testpreprocessor.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="testrunner.cpp" />
|
RelativePath="testrunner.cpp" />
|
||||||
<File
|
|
||||||
RelativePath="testsettings.cpp" />
|
|
||||||
<File
|
<File
|
||||||
RelativePath="testsimplifytokens.cpp" />
|
RelativePath="testsimplifytokens.cpp" />
|
||||||
<File
|
<File
|
||||||
|
@ -340,6 +340,8 @@
|
||||||
RelativePath="redirect.h" />
|
RelativePath="redirect.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\settings.h" />
|
RelativePath="..\lib\settings.h" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\suppressions.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\symboldatabase.h" />
|
RelativePath="..\lib\symboldatabase.h" />
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
<ObjectFileName>temp\</ObjectFileName>
|
<ObjectFileName>temp\</ObjectFileName>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<PreprocessToFile>false</PreprocessToFile>
|
<PreprocessToFile>false</PreprocessToFile>
|
||||||
<ProgramDataBaseFileName>.\</ProgramDataBaseFileName>
|
<ProgramDataBaseFileName>.\</ProgramDataBaseFileName>
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
</Link>
|
</Link>
|
||||||
<Midl />
|
<Midl />
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
<ObjectFileName>temp\</ObjectFileName>
|
<ObjectFileName>temp\</ObjectFileName>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<PreprocessToFile>false</PreprocessToFile>
|
<PreprocessToFile>false</PreprocessToFile>
|
||||||
<ProgramDataBaseFileName>.\</ProgramDataBaseFileName>
|
<ProgramDataBaseFileName>.\</ProgramDataBaseFileName>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
</Link>
|
</Link>
|
||||||
<Midl />
|
<Midl />
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
<PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -147,6 +147,7 @@
|
||||||
<ClCompile Include="..\cli\pathmatch.cpp" />
|
<ClCompile Include="..\cli\pathmatch.cpp" />
|
||||||
<ClCompile Include="..\lib\preprocessor.cpp" />
|
<ClCompile Include="..\lib\preprocessor.cpp" />
|
||||||
<ClCompile Include="..\lib\settings.cpp" />
|
<ClCompile Include="..\lib\settings.cpp" />
|
||||||
|
<ClCompile Include="..\lib\suppressions.cpp" />
|
||||||
<ClCompile Include="..\lib\symboldatabase.cpp" />
|
<ClCompile Include="..\lib\symboldatabase.cpp" />
|
||||||
<ClCompile Include="test64bit.cpp" />
|
<ClCompile Include="test64bit.cpp" />
|
||||||
<ClCompile Include="testassignif.cpp" />
|
<ClCompile Include="testassignif.cpp" />
|
||||||
|
@ -174,7 +175,6 @@
|
||||||
<ClCompile Include="testpostfixoperator.cpp" />
|
<ClCompile Include="testpostfixoperator.cpp" />
|
||||||
<ClCompile Include="testpreprocessor.cpp" />
|
<ClCompile Include="testpreprocessor.cpp" />
|
||||||
<ClCompile Include="testrunner.cpp" />
|
<ClCompile Include="testrunner.cpp" />
|
||||||
<ClCompile Include="testsettings.cpp" />
|
|
||||||
<ClCompile Include="testsimplifytokens.cpp" />
|
<ClCompile Include="testsimplifytokens.cpp" />
|
||||||
<ClCompile Include="teststl.cpp" />
|
<ClCompile Include="teststl.cpp" />
|
||||||
<ClCompile Include="testsuite.cpp" />
|
<ClCompile Include="testsuite.cpp" />
|
||||||
|
@ -227,6 +227,7 @@
|
||||||
<ClInclude Include="..\lib\preprocessor.h" />
|
<ClInclude Include="..\lib\preprocessor.h" />
|
||||||
<ClInclude Include="redirect.h" />
|
<ClInclude Include="redirect.h" />
|
||||||
<ClInclude Include="..\lib\settings.h" />
|
<ClInclude Include="..\lib\settings.h" />
|
||||||
|
<ClInclude Include="..\lib\suppressions.h" />
|
||||||
<ClInclude Include="..\lib\symboldatabase.h" />
|
<ClInclude Include="..\lib\symboldatabase.h" />
|
||||||
<ClInclude Include="testsuite.h" />
|
<ClInclude Include="testsuite.h" />
|
||||||
<ClInclude Include="..\cli\threadexecutor.h" />
|
<ClInclude Include="..\cli\threadexecutor.h" />
|
||||||
|
|
|
@ -95,6 +95,9 @@
|
||||||
<ClCompile Include="..\lib\settings.cpp">
|
<ClCompile Include="..\lib\settings.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\lib\suppressions.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\lib\symboldatabase.cpp">
|
<ClCompile Include="..\lib\symboldatabase.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -176,9 +179,6 @@
|
||||||
<ClCompile Include="testrunner.cpp">
|
<ClCompile Include="testrunner.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="testsettings.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="testsimplifytokens.cpp">
|
<ClCompile Include="testsimplifytokens.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -331,6 +331,9 @@
|
||||||
<ClInclude Include="..\lib\settings.h">
|
<ClInclude Include="..\lib\settings.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\lib\suppressions.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\lib\symboldatabase.h">
|
<ClInclude Include="..\lib\symboldatabase.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
Loading…
Reference in New Issue