Update tests VS project files.

This commit is contained in:
Kimmo Varis 2011-04-24 23:41:24 +03:00
parent b62ec4ae8a
commit 7d00d47404
3 changed files with 15 additions and 3 deletions

View File

@ -3,7 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9,00" Version="9,00"
Name="test" Name="test"
ProjectGUID="{4B6CBD22-5689-3C50-A5A4-1204D4D28E54}" ProjectGUID="{5B7869EA-A1CB-3E73-8569-5B385608779E}"
Keyword="Qt4VSv1.0"> Keyword="Qt4VSv1.0">
<Platforms> <Platforms>
<Platform <Platform
@ -72,7 +72,7 @@
UseOfMfc="0"> UseOfMfc="0">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;.&quot;,&quot;..\cli&quot;,&quot;..\lib&quot;,&quot;..\externals&quot;,&quot;..\externals\tinyxml&quot;,..\..\Qt\VS4.7.0\mkspecs\win32-msvc2008" AdditionalIncludeDirectories="&quot;.&quot;,&quot;..\cli&quot;,&quot;..\lib&quot;,&quot;..\externals&quot;,&quot;..\externals\tinyxml&quot;,..\..\..\..\Qt\qt-everywhere-opensource-src-4.7.2-vs2008-x86\mkspecs\win32-msvc2008"
AdditionalOptions="-Zm200 -w34100 -w34189" AdditionalOptions="-Zm200 -w34100 -w34189"
AssemblerListingLocation="temp\" AssemblerListingLocation="temp\"
BufferSecurityCheck="false" BufferSecurityCheck="false"
@ -193,6 +193,8 @@
RelativePath="testerrorlogger.cpp" /> RelativePath="testerrorlogger.cpp" />
<File <File
RelativePath="testexceptionsafety.cpp" /> RelativePath="testexceptionsafety.cpp" />
<File
RelativePath="testfilelister.cpp" />
<File <File
RelativePath="testincompletestatement.cpp" /> RelativePath="testincompletestatement.cpp" />
<File <File
@ -225,6 +227,8 @@
RelativePath="teststl.cpp" /> RelativePath="teststl.cpp" />
<File <File
RelativePath="testsuite.cpp" /> RelativePath="testsuite.cpp" />
<File
RelativePath="testsuppressions.cpp" />
<File <File
RelativePath="testsymboldatabase.cpp" /> RelativePath="testsymboldatabase.cpp" />
<File <File

View File

@ -11,7 +11,7 @@
</ProjectConfiguration> </ProjectConfiguration>
</ItemGroup> </ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectGuid>{B0719A50-6567-3359-B337-92D9F9DDE38A}</ProjectGuid> <ProjectGuid>{D0001948-3B19-3314-8BEE-3B92350BC5B5}</ProjectGuid>
<RootNamespace>test</RootNamespace> <RootNamespace>test</RootNamespace>
<Keyword>Qt4VSv1.0</Keyword> <Keyword>Qt4VSv1.0</Keyword>
</PropertyGroup> </PropertyGroup>
@ -152,6 +152,7 @@
<ClCompile Include="testdivision.cpp" /> <ClCompile Include="testdivision.cpp" />
<ClCompile Include="testerrorlogger.cpp" /> <ClCompile Include="testerrorlogger.cpp" />
<ClCompile Include="testexceptionsafety.cpp" /> <ClCompile Include="testexceptionsafety.cpp" />
<ClCompile Include="testfilelister.cpp" />
<ClCompile Include="testincompletestatement.cpp" /> <ClCompile Include="testincompletestatement.cpp" />
<ClCompile Include="testmathlib.cpp" /> <ClCompile Include="testmathlib.cpp" />
<ClCompile Include="testmemleak.cpp" /> <ClCompile Include="testmemleak.cpp" />
@ -168,6 +169,7 @@
<ClCompile Include="testsimplifytokens.cpp" /> <ClCompile Include="testsimplifytokens.cpp" />
<ClCompile Include="teststl.cpp" /> <ClCompile Include="teststl.cpp" />
<ClCompile Include="testsuite.cpp" /> <ClCompile Include="testsuite.cpp" />
<ClCompile Include="testsuppressions.cpp" />
<ClCompile Include="testsymboldatabase.cpp" /> <ClCompile Include="testsymboldatabase.cpp" />
<ClCompile Include="testthreadexecutor.cpp" /> <ClCompile Include="testthreadexecutor.cpp" />
<ClCompile Include="testtoken.cpp" /> <ClCompile Include="testtoken.cpp" />

View File

@ -116,6 +116,9 @@
<ClCompile Include="testexceptionsafety.cpp"> <ClCompile Include="testexceptionsafety.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="testfilelister.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testincompletestatement.cpp"> <ClCompile Include="testincompletestatement.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
@ -164,6 +167,9 @@
<ClCompile Include="testsuite.cpp"> <ClCompile Include="testsuite.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="testsuppressions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="testsymboldatabase.cpp"> <ClCompile Include="testsymboldatabase.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>