Update VS2008/VS2010 project files.
This commit is contained in:
parent
3fc0d0f03e
commit
84a988ec50
|
@ -3,7 +3,7 @@
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9,00"
|
Version="9,00"
|
||||||
Name="cppcheck"
|
Name="cppcheck"
|
||||||
ProjectGUID="{7E69D6C6-32B2-32E1-BF56-A5BFBAF5E61F}"
|
ProjectGUID="{56B0F403-02CE-3F89-9A1B-E03F21240A63}"
|
||||||
Keyword="Qt4VSv1.0">
|
Keyword="Qt4VSv1.0">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
|
@ -169,6 +169,8 @@
|
||||||
RelativePath="..\lib\mathlib.cpp" />
|
RelativePath="..\lib\mathlib.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\path.cpp" />
|
RelativePath="..\lib\path.cpp" />
|
||||||
|
<File
|
||||||
|
RelativePath="pathmatch.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\preprocessor.cpp" />
|
RelativePath="..\lib\preprocessor.cpp" />
|
||||||
<File
|
<File
|
||||||
|
@ -242,6 +244,8 @@
|
||||||
RelativePath="..\lib\mathlib.h" />
|
RelativePath="..\lib\mathlib.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\path.h" />
|
RelativePath="..\lib\path.h" />
|
||||||
|
<File
|
||||||
|
RelativePath="pathmatch.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\preprocessor.h" />
|
RelativePath="..\lib\preprocessor.h" />
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{42BC0E8E-9175-3B2D-B8B3-9EC5C36EF49A}</ProjectGuid>
|
<ProjectGuid>{A6DACC3F-847F-3498-9415-164FBC746D6B}</ProjectGuid>
|
||||||
<RootNamespace>cppcheck</RootNamespace>
|
<RootNamespace>cppcheck</RootNamespace>
|
||||||
<Keyword>Qt4VSv1.0</Keyword>
|
<Keyword>Qt4VSv1.0</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -140,6 +140,7 @@
|
||||||
<ClCompile Include="main.cpp" />
|
<ClCompile Include="main.cpp" />
|
||||||
<ClCompile Include="..\lib\mathlib.cpp" />
|
<ClCompile Include="..\lib\mathlib.cpp" />
|
||||||
<ClCompile Include="..\lib\path.cpp" />
|
<ClCompile Include="..\lib\path.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\symboldatabase.cpp" />
|
<ClCompile Include="..\lib\symboldatabase.cpp" />
|
||||||
|
@ -176,6 +177,7 @@
|
||||||
<ClInclude Include="filelister_win32.h" />
|
<ClInclude Include="filelister_win32.h" />
|
||||||
<ClInclude Include="..\lib\mathlib.h" />
|
<ClInclude Include="..\lib\mathlib.h" />
|
||||||
<ClInclude Include="..\lib\path.h" />
|
<ClInclude Include="..\lib\path.h" />
|
||||||
|
<ClInclude Include="pathmatch.h" />
|
||||||
<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" />
|
||||||
|
|
|
@ -84,6 +84,9 @@
|
||||||
<ClCompile Include="..\lib\path.cpp">
|
<ClCompile Include="..\lib\path.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="pathmatch.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\lib\preprocessor.cpp">
|
<ClCompile Include="..\lib\preprocessor.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -188,6 +191,9 @@
|
||||||
<ClInclude Include="..\lib\path.h">
|
<ClInclude Include="..\lib\path.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="pathmatch.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\lib\preprocessor.h">
|
<ClInclude Include="..\lib\preprocessor.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9,00"
|
Version="9,00"
|
||||||
Name="test"
|
Name="test"
|
||||||
ProjectGUID="{48110A35-C2BB-3F1C-A741-C15295041A2D}"
|
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="".","..\cli","..\lib","..\externals",c:\Qt\VS4.7.0\mkspecs\win32-msvc2008"
|
AdditionalIncludeDirectories="".","..\cli","..\lib","..\externals",..\..\..\..\Qt\qt-everywhere-opensource-src-4.7.1-vs2008-x86\mkspecs\win32-msvc2008"
|
||||||
AdditionalOptions="-Zm200 -w34100 -w34189"
|
AdditionalOptions="-Zm200 -w34100 -w34189"
|
||||||
AssemblerListingLocation="temp\"
|
AssemblerListingLocation="temp\"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
|
@ -169,6 +169,8 @@
|
||||||
RelativePath="options.cpp" />
|
RelativePath="options.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\path.cpp" />
|
RelativePath="..\lib\path.cpp" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\cli\pathmatch.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\preprocessor.cpp" />
|
RelativePath="..\lib\preprocessor.cpp" />
|
||||||
<File
|
<File
|
||||||
|
@ -211,6 +213,8 @@
|
||||||
RelativePath="testother.cpp" />
|
RelativePath="testother.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="testpath.cpp" />
|
RelativePath="testpath.cpp" />
|
||||||
|
<File
|
||||||
|
RelativePath="testpathmatch.cpp" />
|
||||||
<File
|
<File
|
||||||
RelativePath="testpostfixoperator.cpp" />
|
RelativePath="testpostfixoperator.cpp" />
|
||||||
<File
|
<File
|
||||||
|
@ -308,6 +312,8 @@
|
||||||
RelativePath="options.h" />
|
RelativePath="options.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\path.h" />
|
RelativePath="..\lib\path.h" />
|
||||||
|
<File
|
||||||
|
RelativePath="..\cli\pathmatch.h" />
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\preprocessor.h" />
|
RelativePath="..\lib\preprocessor.h" />
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{081168BA-E630-3D82-8EDB-A19028999479}</ProjectGuid>
|
<ProjectGuid>{D0001948-3B19-3314-8BEE-3B92350BC5B5}</ProjectGuid>
|
||||||
<RootNamespace>test</RootNamespace>
|
<RootNamespace>test</RootNamespace>
|
||||||
<Keyword>Qt4VSv1.0</Keyword>
|
<Keyword>Qt4VSv1.0</Keyword>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@ -140,6 +140,7 @@
|
||||||
<ClCompile Include="..\lib\mathlib.cpp" />
|
<ClCompile Include="..\lib\mathlib.cpp" />
|
||||||
<ClCompile Include="options.cpp" />
|
<ClCompile Include="options.cpp" />
|
||||||
<ClCompile Include="..\lib\path.cpp" />
|
<ClCompile Include="..\lib\path.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\symboldatabase.cpp" />
|
<ClCompile Include="..\lib\symboldatabase.cpp" />
|
||||||
|
@ -161,6 +162,7 @@
|
||||||
<ClCompile Include="testoptions.cpp" />
|
<ClCompile Include="testoptions.cpp" />
|
||||||
<ClCompile Include="testother.cpp" />
|
<ClCompile Include="testother.cpp" />
|
||||||
<ClCompile Include="testpath.cpp" />
|
<ClCompile Include="testpath.cpp" />
|
||||||
|
<ClCompile Include="testpathmatch.cpp" />
|
||||||
<ClCompile Include="testpostfixoperator.cpp" />
|
<ClCompile Include="testpostfixoperator.cpp" />
|
||||||
<ClCompile Include="testpreprocessor.cpp" />
|
<ClCompile Include="testpreprocessor.cpp" />
|
||||||
<ClCompile Include="testrunner.cpp" />
|
<ClCompile Include="testrunner.cpp" />
|
||||||
|
@ -209,6 +211,7 @@
|
||||||
<ClInclude Include="..\lib\mathlib.h" />
|
<ClInclude Include="..\lib\mathlib.h" />
|
||||||
<ClInclude Include="options.h" />
|
<ClInclude Include="options.h" />
|
||||||
<ClInclude Include="..\lib\path.h" />
|
<ClInclude Include="..\lib\path.h" />
|
||||||
|
<ClInclude Include="..\cli\pathmatch.h" />
|
||||||
<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" />
|
||||||
|
|
|
@ -80,6 +80,9 @@
|
||||||
<ClCompile Include="..\lib\path.cpp">
|
<ClCompile Include="..\lib\path.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\cli\pathmatch.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\lib\preprocessor.cpp">
|
<ClCompile Include="..\lib\preprocessor.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -143,6 +146,9 @@
|
||||||
<ClCompile Include="testpath.cpp">
|
<ClCompile Include="testpath.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="testpathmatch.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="testpostfixoperator.cpp">
|
<ClCompile Include="testpostfixoperator.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -283,6 +289,9 @@
|
||||||
<ClInclude Include="..\lib\path.h">
|
<ClInclude Include="..\lib\path.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\cli\pathmatch.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\lib\preprocessor.h">
|
<ClInclude Include="..\lib\preprocessor.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
Loading…
Reference in New Issue