Update test project VS project files.
Ticket: #3025 (Visual Studio projects needs updating for new lib/checkunusedvar files)
This commit is contained in:
parent
385a569ff2
commit
57e3a4a34b
|
@ -2,8 +2,8 @@
|
|||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="test"
|
||||
ProjectGUID="{26089205-888A-3B36-A3DF-6911F2B15F7F}"
|
||||
Name="testrunner"
|
||||
ProjectGUID="{A1772A4C-E3F0-33FC-9A59-2189857FB799}"
|
||||
Keyword="Qt4VSv1.0">
|
||||
<Platforms>
|
||||
<Platform
|
||||
|
@ -44,7 +44,7 @@
|
|||
GenerateDebugInformation="true"
|
||||
IgnoreImportLibrary="true"
|
||||
LinkTimeCodeGeneration="0"
|
||||
OutputFile="debug\test.exe"
|
||||
OutputFile="debug\testrunner.exe"
|
||||
ProgramDatabaseFile=""
|
||||
SubSystem="1"
|
||||
SuppressStartupBanner="true" />
|
||||
|
@ -98,7 +98,7 @@
|
|||
IgnoreImportLibrary="true"
|
||||
LinkIncremental="1"
|
||||
LinkTimeCodeGeneration="0"
|
||||
OutputFile="release\test.exe"
|
||||
OutputFile="release\testrunner.exe"
|
||||
ProgramDatabaseFile=""
|
||||
SubSystem="1"
|
||||
SuppressStartupBanner="true" />
|
||||
|
@ -153,6 +153,8 @@
|
|||
RelativePath="..\lib\checkuninitvar.cpp" />
|
||||
<File
|
||||
RelativePath="..\lib\checkunusedfunctions.cpp" />
|
||||
<File
|
||||
RelativePath="..\lib\checkunusedvar.cpp" />
|
||||
<File
|
||||
RelativePath="..\cli\cmdlineparser.cpp" />
|
||||
<File
|
||||
|
@ -310,6 +312,8 @@
|
|||
RelativePath="..\lib\checkuninitvar.h" />
|
||||
<File
|
||||
RelativePath="..\lib\checkunusedfunctions.h" />
|
||||
<File
|
||||
RelativePath="..\lib\checkunusedvar.h" />
|
||||
<File
|
||||
RelativePath="..\cli\cmdlineparser.h" />
|
||||
<File
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{BED73C50-0373-3E1B-BFBD-5449C1396DBF}</ProjectGuid>
|
||||
<RootNamespace>test</RootNamespace>
|
||||
<ProjectGuid>{4F7DCE5E-6CDE-38C4-9EA7-27AF3B25CEB4}</ProjectGuid>
|
||||
<RootNamespace>testrunner</RootNamespace>
|
||||
<Keyword>Qt4VSv1.0</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
|
@ -40,11 +40,11 @@
|
|||
<PropertyGroup>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">debug\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">temp\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">test</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">testrunner</TargetName>
|
||||
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</IgnoreImportLibrary>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">release\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">temp\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">test</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">testrunner</TargetName>
|
||||
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</IgnoreImportLibrary>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
|
@ -57,6 +57,7 @@
|
|||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<ObjectFileName>temp\</ObjectFileName>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
|
@ -73,7 +74,7 @@
|
|||
<AdditionalLibraryDirectories>../externals;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||
<OutputFile>debug\test.exe</OutputFile>
|
||||
<OutputFile>debug\testrunner.exe</OutputFile>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
</Link>
|
||||
|
@ -90,6 +91,7 @@
|
|||
<BrowseInformation>false</BrowseInformation>
|
||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<ObjectFileName>temp\</ObjectFileName>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
|
@ -107,7 +109,7 @@
|
|||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<OutputFile>release\test.exe</OutputFile>
|
||||
<OutputFile>release\testrunner.exe</OutputFile>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
</Link>
|
||||
|
@ -132,6 +134,7 @@
|
|||
<ClCompile Include="..\lib\checkstl.cpp" />
|
||||
<ClCompile Include="..\lib\checkuninitvar.cpp" />
|
||||
<ClCompile Include="..\lib\checkunusedfunctions.cpp" />
|
||||
<ClCompile Include="..\lib\checkunusedvar.cpp" />
|
||||
<ClCompile Include="..\cli\cmdlineparser.cpp" />
|
||||
<ClCompile Include="..\lib\cppcheck.cpp" />
|
||||
<ClCompile Include="..\cli\cppcheckexecutor.cpp" />
|
||||
|
@ -210,6 +213,7 @@
|
|||
<ClInclude Include="..\lib\checkstl.h" />
|
||||
<ClInclude Include="..\lib\checkuninitvar.h" />
|
||||
<ClInclude Include="..\lib\checkunusedfunctions.h" />
|
||||
<ClInclude Include="..\lib\checkunusedvar.h" />
|
||||
<ClInclude Include="..\cli\cmdlineparser.h" />
|
||||
<ClInclude Include="..\lib\cppcheck.h" />
|
||||
<ClInclude Include="..\cli\cppcheckexecutor.h" />
|
||||
|
|
|
@ -56,6 +56,9 @@
|
|||
<ClCompile Include="..\lib\checkunusedfunctions.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\lib\checkunusedvar.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\cli\cmdlineparser.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -286,6 +289,9 @@
|
|||
<ClInclude Include="..\lib\checkunusedfunctions.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\lib\checkunusedvar.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\cli\cmdlineparser.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
|
Loading…
Reference in New Issue