Browse code

Removed all absolute paths

git-svn: trunk@3123

Nigel Horne authored on 2007/06/30 23:58:46
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@
9 9
 			Name="Debug|Win32"
10 10
 			>
11 11
 			<DebugSettings
12
-				Command="$(OutDir)\clamscan.exe"
12
+				Command="$(OutDir)\clamd.exe"
13 13
 				WorkingDirectory=""
14 14
 				CommandArguments="--temp=d: --debug"
15 15
 				Attach="false"
... ...
@@ -37,7 +37,7 @@
37 37
 			Name="Release|Win32"
38 38
 			>
39 39
 			<DebugSettings
40
-				Command="C:\Documents and Settings\Nigel Horne\My Documents\Visual Studio 2005\Projects\clamAV\release\clamscan.exe"
40
+				Command="$(OutDir)\clamd.exe"
41 41
 				WorkingDirectory=""
42 42
 				CommandArguments="--temp=d: --debug"
43 43
 				Attach="false"
... ...
@@ -65,9 +65,9 @@
65 65
 			Name="Release no .net|Win32"
66 66
 			>
67 67
 			<DebugSettings
68
-				Command=""
68
+				Command="$(OutDir)\clamd.exe"
69 69
 				WorkingDirectory=""
70
-				CommandArguments=""
70
+				CommandArguments="--temp=d: --debug"
71 71
 				Attach="false"
72 72
 				DebuggerType="3"
73 73
 				Remote="1"
... ...
@@ -78,7 +78,7 @@
78 78
 				SQLDebugging=""
79 79
 				Environment=""
80 80
 				EnvironmentMerge="true"
81
-				DebuggerFlavor=""
81
+				DebuggerFlavor="0"
82 82
 				MPIRunCommand=""
83 83
 				MPIRunArguments=""
84 84
 				MPIRunWorkingDirectory=""