Skip to content

Commit 554a7fd

Browse files
author
Daniel Marjamäki
committed
Visual Studio 2008: Updated the project/solution files
1 parent 75e307e commit 554a7fd

File tree

2 files changed

+59
-33
lines changed

2 files changed

+59
-33
lines changed

cppcheck.sln

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Microsoft Visual Studio Solution File, Format Version 10.00
2-
# Visual Studio 2008
2+
# Visual C++ Express 2008
33
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppcheck", "cli\cppcheck.vcproj", "{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
44
EndProject
55
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{BA98E531-D8B3-39CB-8171-064854404B81}"
66
EndProject
7-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib", "lib\lib.vcproj", "{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}"
8-
EndProject
97
Global
108
GlobalSection(SolutionConfigurationPlatforms) = preSolution
119
Debug|Win32 = Debug|Win32
@@ -20,10 +18,6 @@ Global
2018
{BA98E531-D8B3-39CB-8171-064854404B81}.Debug|Win32.Build.0 = Debug|Win32
2119
{BA98E531-D8B3-39CB-8171-064854404B81}.Release|Win32.ActiveCfg = Release|Win32
2220
{BA98E531-D8B3-39CB-8171-064854404B81}.Release|Win32.Build.0 = Release|Win32
23-
{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}.Debug|Win32.ActiveCfg = Debug|Win32
24-
{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}.Debug|Win32.Build.0 = Debug|Win32
25-
{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}.Release|Win32.ActiveCfg = Release|Win32
26-
{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}.Release|Win32.Build.0 = Release|Win32
2721
EndGlobalSection
2822
GlobalSection(SolutionProperties) = preSolution
2923
HideSolutionNode = FALSE

test/test.vcproj

Lines changed: 58 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="Windows-1252"?>
22
<VisualStudioProject
33
ProjectType="Visual C++"
4-
Version="9.00"
4+
Version="9,00"
55
Name="test"
66
ProjectGUID="{BA98E531-D8B3-39CB-8171-064854404B81}"
77
Keyword="Qt4VSv1.0"
@@ -210,6 +210,10 @@
210210
RelativePath="..\lib\checkmemoryleak.cpp"
211211
>
212212
</File>
213+
<File
214+
RelativePath="..\lib\checkobsoletefunctions.cpp"
215+
>
216+
</File>
213217
<File
214218
RelativePath="..\lib\checkother.cpp"
215219
>
@@ -242,6 +246,10 @@
242246
RelativePath="..\lib\filelister.cpp"
243247
>
244248
</File>
249+
<File
250+
RelativePath="..\lib\filelister_unix.cpp"
251+
>
252+
</File>
245253
<File
246254
RelativePath="..\lib\filelister_win32.cpp"
247255
>
@@ -263,103 +271,115 @@
263271
>
264272
</File>
265273
<File
266-
RelativePath="testautovariables.cpp"
274+
RelativePath=".\testautovariables.cpp"
267275
>
268276
</File>
269277
<File
270-
RelativePath="testbufferoverrun.cpp"
278+
RelativePath=".\testbufferoverrun.cpp"
271279
>
272280
</File>
273281
<File
274-
RelativePath="testcharvar.cpp"
282+
RelativePath=".\testcharvar.cpp"
275283
>
276284
</File>
277285
<File
278-
RelativePath="testclass.cpp"
286+
RelativePath=".\testclass.cpp"
279287
>
280288
</File>
281289
<File
282290
RelativePath=".\testcmdlineparser.cpp"
283291
>
284292
</File>
285293
<File
286-
RelativePath="testconstructors.cpp"
294+
RelativePath=".\testconstructors.cpp"
295+
>
296+
</File>
297+
<File
298+
RelativePath=".\testcppcheck.cpp"
299+
>
300+
</File>
301+
<File
302+
RelativePath=".\testdivision.cpp"
287303
>
288304
</File>
289305
<File
290-
RelativePath="testcppcheck.cpp"
306+
RelativePath=".\testexceptionsafety.cpp"
291307
>
292308
</File>
293309
<File
294-
RelativePath="testdivision.cpp"
310+
RelativePath=".\testfilelister.cpp"
295311
>
296312
</File>
297313
<File
298-
RelativePath="testexceptionsafety.cpp"
314+
RelativePath=".\testincompletestatement.cpp"
299315
>
300316
</File>
301317
<File
302-
RelativePath="testfilelister.cpp"
318+
RelativePath=".\testmathlib.cpp"
303319
>
304320
</File>
305321
<File
306-
RelativePath="testincompletestatement.cpp"
322+
RelativePath=".\testmemleak.cpp"
307323
>
308324
</File>
309325
<File
310-
RelativePath="testmathlib.cpp"
326+
RelativePath=".\testobsoletefunctions.cpp"
311327
>
312328
</File>
313329
<File
314-
RelativePath="testmemleak.cpp"
330+
RelativePath=".\testother.cpp"
315331
>
316332
</File>
317333
<File
318-
RelativePath="testother.cpp"
334+
RelativePath=".\testpreprocessor.cpp"
319335
>
320336
</File>
321337
<File
322-
RelativePath="testpreprocessor.cpp"
338+
RelativePath=".\testrunner.cpp"
323339
>
324340
</File>
325341
<File
326-
RelativePath="testredundantif.cpp"
342+
RelativePath=".\testsettings.cpp"
327343
>
328344
</File>
329345
<File
330-
RelativePath="testrunner.cpp"
346+
RelativePath=".\testsimplifytokens.cpp"
331347
>
332348
</File>
333349
<File
334-
RelativePath="testsimplifytokens.cpp"
350+
RelativePath=".\teststl.cpp"
335351
>
336352
</File>
337353
<File
338-
RelativePath="teststl.cpp"
354+
RelativePath=".\testsuite.cpp"
339355
>
340356
</File>
341357
<File
342-
RelativePath="testsuite.cpp"
358+
RelativePath=".\testthreadexecutor.cpp"
343359
>
344360
</File>
345361
<File
346-
RelativePath="testtoken.cpp"
362+
RelativePath=".\testtoken.cpp"
347363
>
348364
</File>
349365
<File
350-
RelativePath="testtokenize.cpp"
366+
RelativePath=".\testtokenize.cpp"
351367
>
352368
</File>
353369
<File
354-
RelativePath="testunusedfunctions.cpp"
370+
RelativePath=".\testunusedfunctions.cpp"
355371
>
356372
</File>
357373
<File
358-
RelativePath="testunusedprivfunc.cpp"
374+
RelativePath=".\testunusedprivfunc.cpp"
359375
>
360376
</File>
361377
<File
362-
RelativePath="testunusedvar.cpp"
378+
RelativePath=".\testunusedvar.cpp"
379+
>
380+
</File>
381+
<File
382+
RelativePath="..\cli\threadexecutor.cpp"
363383
>
364384
</File>
365385
<File
@@ -420,6 +440,10 @@
420440
RelativePath="..\lib\checkmemoryleak.h"
421441
>
422442
</File>
443+
<File
444+
RelativePath="..\lib\checkobsoletefunctions.h"
445+
>
446+
</File>
423447
<File
424448
RelativePath="..\lib\checkother.h"
425449
>
@@ -456,6 +480,10 @@
456480
RelativePath="..\lib\filelister.h"
457481
>
458482
</File>
483+
<File
484+
RelativePath="..\lib\filelister_unix.h"
485+
>
486+
</File>
459487
<File
460488
RelativePath="..\lib\filelister_win32.h"
461489
>
@@ -477,7 +505,11 @@
477505
>
478506
</File>
479507
<File
480-
RelativePath="testsuite.h"
508+
RelativePath=".\testsuite.h"
509+
>
510+
</File>
511+
<File
512+
RelativePath="..\cli\threadexecutor.h"
481513
>
482514
</File>
483515
<File

0 commit comments

Comments
 (0)