Skip to content

Commit 895ee61

Browse files
committed
Visual Studio: Updated VS2008 project files
1 parent 62f9875 commit 895ee61

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

cli/cppcheck.vcproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="Windows-1252"?>
22
<VisualStudioProject
33
ProjectType="Visual C++"
4-
Version="7.00"
4+
Version="9,00"
55
Name="cppcheck"
6-
ProjectGUID="{C8E50D8E-572F-3383-A059-3448E0CA7CE3}"
6+
ProjectGUID="{61648B81-B5CA-3A4F-9D59-9F42C3B60405}"
77
Keyword="Qt4VSv1.0">
88
<Platforms>
99
<Platform
@@ -24,7 +24,7 @@
2424
AssemblerListingLocation="temp\"
2525
BufferSecurityCheck="false"
2626
DebugInformationFormat="3"
27-
ExceptionHandling="true"
27+
ExceptionHandling="1"
2828
GeneratePreprocessedFile="0"
2929
ObjectFile="temp\"
3030
Optimization ="4"
@@ -77,7 +77,7 @@
7777
AssemblerListingLocation="temp\"
7878
BufferSecurityCheck="false"
7979
DebugInformationFormat="0"
80-
ExceptionHandling="true"
80+
ExceptionHandling="1"
8181
GeneratePreprocessedFile="0"
8282
ObjectFile="temp\"
8383
Optimization ="2"

test/testrunner.vcproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="Windows-1252"?>
22
<VisualStudioProject
33
ProjectType="Visual C++"
4-
Version="7.00"
4+
Version="9,00"
55
Name="testrunner"
6-
ProjectGUID="{05A164B3-613E-3DE1-95B9-BB7B24448328}"
6+
ProjectGUID="{C12BFD22-DEB4-317D-85AA-16B4E3CBAC5F}"
77
Keyword="Qt4VSv1.0">
88
<Platforms>
99
<Platform
@@ -24,7 +24,7 @@
2424
AssemblerListingLocation="temp\"
2525
BufferSecurityCheck="false"
2626
DebugInformationFormat="3"
27-
ExceptionHandling="true"
27+
ExceptionHandling="1"
2828
GeneratePreprocessedFile="0"
2929
ObjectFile="temp\"
3030
Optimization ="4"
@@ -77,7 +77,7 @@
7777
AssemblerListingLocation="temp\"
7878
BufferSecurityCheck="false"
7979
DebugInformationFormat="0"
80-
ExceptionHandling="true"
80+
ExceptionHandling="1"
8181
GeneratePreprocessedFile="0"
8282
ObjectFile="temp\"
8383
Optimization ="2"

0 commit comments

Comments
 (0)