Skip to content

Commit e76d25a

Browse files
committed
Replace absolute paths with relative paths in Visual Studio project files (untested).
1 parent aa78440 commit e76d25a

18 files changed

+612
-612
lines changed

vs_projects/vs2003_x86/TestUnitTest++.vcproj

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Tool
2121
Name="VCCLCompilerTool"
2222
AdditionalOptions=" /Zm1000"
23-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
23+
AdditionalIncludeDirectories="..\..\.;"
2424
BasicRuntimeChecks="1"
2525
CompileAs="2"
2626
DebugInformationFormat="3"
@@ -33,17 +33,17 @@
3333
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\&quot;Debug\&quot;"
3434
AssemblerListingLocation="Debug"
3535
ObjectFile="$(IntDir)\"
36-
ProgramDataBaseFileName="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Debug/TestUnitTest++.pdb"
36+
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\Debug/TestUnitTest++.pdb"
3737
/>
3838
<Tool
3939
Name="VCCustomBuildTool"/>
4040
<Tool
4141
Name="VCResourceCompilerTool"
42-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
42+
AdditionalIncludeDirectories="..\..\.;"
4343
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\&quot;Debug\&quot;"/>
4444
<Tool
4545
Name="VCMIDLTool"
46-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
46+
AdditionalIncludeDirectories="..\..\.;"
4747
MkTypLibCompatible="FALSE"
4848
TargetEnvironment="1"
4949
GenerateStublessProxies="TRUE"
@@ -64,14 +64,14 @@
6464
LinkLibraryDependencies="false"
6565
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
6666
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Debug\UnitTest++.lib "
67-
OutputFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Debug\TestUnitTest++.exe"
67+
OutputFile="..\..\vs_projects\vs2003_x86\Debug\TestUnitTest++.exe"
6868
Version="0.0"
6969
LinkIncremental="2"
7070
AdditionalLibraryDirectories=""
71-
ProgramDatabaseFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Debug/TestUnitTest++.pdb"
71+
ProgramDatabaseFile="..\..\vs_projects\vs2003_x86\Debug/TestUnitTest++.pdb"
7272
GenerateDebugInformation="TRUE"
7373
SubSystem="1"
74-
ImportLibrary="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Debug\TestUnitTest++.lib"/>
74+
ImportLibrary="..\..\vs_projects\vs2003_x86\Debug\TestUnitTest++.lib"/>
7575
</Configuration>
7676
<Configuration
7777
Name="Release|Win32"
@@ -84,7 +84,7 @@
8484
<Tool
8585
Name="VCCLCompilerTool"
8686
AdditionalOptions=" /Zm1000"
87-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
87+
AdditionalIncludeDirectories="..\..\.;"
8888
CompileAs="2"
8989
ExceptionHandling="TRUE"
9090
InlineFunctionExpansion="2"
@@ -95,17 +95,17 @@
9595
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\&quot;Release\&quot;"
9696
AssemblerListingLocation="Release"
9797
ObjectFile="$(IntDir)\"
98-
ProgramDataBaseFileName="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Release/TestUnitTest++.pdb"
98+
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\Release/TestUnitTest++.pdb"
9999
/>
100100
<Tool
101101
Name="VCCustomBuildTool"/>
102102
<Tool
103103
Name="VCResourceCompilerTool"
104-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
104+
AdditionalIncludeDirectories="..\..\.;"
105105
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\&quot;Release\&quot;"/>
106106
<Tool
107107
Name="VCMIDLTool"
108-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
108+
AdditionalIncludeDirectories="..\..\.;"
109109
MkTypLibCompatible="FALSE"
110110
TargetEnvironment="1"
111111
GenerateStublessProxies="TRUE"
@@ -126,13 +126,13 @@
126126
LinkLibraryDependencies="false"
127127
AdditionalOptions=" /STACK:10000000 /machine:X86"
128128
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Release\UnitTest++.lib "
129-
OutputFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Release\TestUnitTest++.exe"
129+
OutputFile="..\..\vs_projects\vs2003_x86\Release\TestUnitTest++.exe"
130130
Version="0.0"
131131
LinkIncremental="1"
132132
AdditionalLibraryDirectories=""
133-
ProgramDatabaseFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Release/TestUnitTest++.pdb"
133+
ProgramDatabaseFile="..\..\vs_projects\vs2003_x86\Release/TestUnitTest++.pdb"
134134
SubSystem="1"
135-
ImportLibrary="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Release\TestUnitTest++.lib"/>
135+
ImportLibrary="..\..\vs_projects\vs2003_x86\Release\TestUnitTest++.lib"/>
136136
</Configuration>
137137
<Configuration
138138
Name="MinSizeRel|Win32"
@@ -145,7 +145,7 @@
145145
<Tool
146146
Name="VCCLCompilerTool"
147147
AdditionalOptions=" /Zm1000"
148-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
148+
AdditionalIncludeDirectories="..\..\.;"
149149
CompileAs="2"
150150
ExceptionHandling="TRUE"
151151
InlineFunctionExpansion="1"
@@ -156,17 +156,17 @@
156156
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\&quot;MinSizeRel\&quot;"
157157
AssemblerListingLocation="MinSizeRel"
158158
ObjectFile="$(IntDir)\"
159-
ProgramDataBaseFileName="U:\unittest-cpp-pj\vs_projects\vs2003_x86\MinSizeRel/TestUnitTest++.pdb"
159+
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\MinSizeRel/TestUnitTest++.pdb"
160160
/>
161161
<Tool
162162
Name="VCCustomBuildTool"/>
163163
<Tool
164164
Name="VCResourceCompilerTool"
165-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
165+
AdditionalIncludeDirectories="..\..\.;"
166166
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\&quot;MinSizeRel\&quot;"/>
167167
<Tool
168168
Name="VCMIDLTool"
169-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
169+
AdditionalIncludeDirectories="..\..\.;"
170170
MkTypLibCompatible="FALSE"
171171
TargetEnvironment="1"
172172
GenerateStublessProxies="TRUE"
@@ -187,13 +187,13 @@
187187
LinkLibraryDependencies="false"
188188
AdditionalOptions=" /STACK:10000000 /machine:X86"
189189
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib MinSizeRel\UnitTest++.lib "
190-
OutputFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\MinSizeRel\TestUnitTest++.exe"
190+
OutputFile="..\..\vs_projects\vs2003_x86\MinSizeRel\TestUnitTest++.exe"
191191
Version="0.0"
192192
LinkIncremental="1"
193193
AdditionalLibraryDirectories=""
194-
ProgramDatabaseFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\MinSizeRel/TestUnitTest++.pdb"
194+
ProgramDatabaseFile="..\..\vs_projects\vs2003_x86\MinSizeRel/TestUnitTest++.pdb"
195195
SubSystem="1"
196-
ImportLibrary="U:\unittest-cpp-pj\vs_projects\vs2003_x86\MinSizeRel\TestUnitTest++.lib"/>
196+
ImportLibrary="..\..\vs_projects\vs2003_x86\MinSizeRel\TestUnitTest++.lib"/>
197197
</Configuration>
198198
<Configuration
199199
Name="RelWithDebInfo|Win32"
@@ -206,7 +206,7 @@
206206
<Tool
207207
Name="VCCLCompilerTool"
208208
AdditionalOptions=" /Zm1000"
209-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
209+
AdditionalIncludeDirectories="..\..\.;"
210210
CompileAs="2"
211211
DebugInformationFormat="3"
212212
ExceptionHandling="TRUE"
@@ -218,17 +218,17 @@
218218
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\&quot;RelWithDebInfo\&quot;"
219219
AssemblerListingLocation="RelWithDebInfo"
220220
ObjectFile="$(IntDir)\"
221-
ProgramDataBaseFileName="U:\unittest-cpp-pj\vs_projects\vs2003_x86\RelWithDebInfo/TestUnitTest++.pdb"
221+
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\RelWithDebInfo/TestUnitTest++.pdb"
222222
/>
223223
<Tool
224224
Name="VCCustomBuildTool"/>
225225
<Tool
226226
Name="VCResourceCompilerTool"
227-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
227+
AdditionalIncludeDirectories="..\..\.;"
228228
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\&quot;RelWithDebInfo\&quot;"/>
229229
<Tool
230230
Name="VCMIDLTool"
231-
AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;"
231+
AdditionalIncludeDirectories="..\..\.;"
232232
MkTypLibCompatible="FALSE"
233233
TargetEnvironment="1"
234234
GenerateStublessProxies="TRUE"
@@ -249,79 +249,79 @@
249249
LinkLibraryDependencies="false"
250250
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
251251
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib RelWithDebInfo\UnitTest++.lib "
252-
OutputFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\RelWithDebInfo\TestUnitTest++.exe"
252+
OutputFile="..\..\vs_projects\vs2003_x86\RelWithDebInfo\TestUnitTest++.exe"
253253
Version="0.0"
254254
LinkIncremental="2"
255255
AdditionalLibraryDirectories=""
256-
ProgramDatabaseFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\RelWithDebInfo/TestUnitTest++.pdb"
256+
ProgramDatabaseFile="..\..\vs_projects\vs2003_x86\RelWithDebInfo/TestUnitTest++.pdb"
257257
GenerateDebugInformation="TRUE"
258258
SubSystem="1"
259-
ImportLibrary="U:\unittest-cpp-pj\vs_projects\vs2003_x86\RelWithDebInfo\TestUnitTest++.lib"/>
259+
ImportLibrary="..\..\vs_projects\vs2003_x86\RelWithDebInfo\TestUnitTest++.lib"/>
260260
</Configuration>
261261
</Configurations>
262262
<Files>
263263
<File
264-
RelativePath="U:\unittest-cpp-pj\tests\Main.cpp">
264+
RelativePath="..\..\tests\Main.cpp">
265265
</File>
266266
<File
267-
RelativePath="U:\unittest-cpp-pj\tests\TestAssertHandler.cpp">
267+
RelativePath="..\..\tests\TestAssertHandler.cpp">
268268
</File>
269269
<File
270-
RelativePath="U:\unittest-cpp-pj\tests\TestCheckMacros.cpp">
270+
RelativePath="..\..\tests\TestCheckMacros.cpp">
271271
</File>
272272
<File
273-
RelativePath="U:\unittest-cpp-pj\tests\TestChecks.cpp">
273+
RelativePath="..\..\tests\TestChecks.cpp">
274274
</File>
275275
<File
276-
RelativePath="U:\unittest-cpp-pj\tests\TestCompositeTestReporter.cpp">
276+
RelativePath="..\..\tests\TestCompositeTestReporter.cpp">
277277
</File>
278278
<File
279-
RelativePath="U:\unittest-cpp-pj\tests\TestCurrentTest.cpp">
279+
RelativePath="..\..\tests\TestCurrentTest.cpp">
280280
</File>
281281
<File
282-
RelativePath="U:\unittest-cpp-pj\tests\TestDeferredTestReporter.cpp">
282+
RelativePath="..\..\tests\TestDeferredTestReporter.cpp">
283283
</File>
284284
<File
285-
RelativePath="U:\unittest-cpp-pj\tests\TestExceptions.cpp">
285+
RelativePath="..\..\tests\TestExceptions.cpp">
286286
</File>
287287
<File
288-
RelativePath="U:\unittest-cpp-pj\tests\TestMemoryOutStream.cpp">
288+
RelativePath="..\..\tests\TestMemoryOutStream.cpp">
289289
</File>
290290
<File
291-
RelativePath="U:\unittest-cpp-pj\tests\TestTest.cpp">
291+
RelativePath="..\..\tests\TestTest.cpp">
292292
</File>
293293
<File
294-
RelativePath="U:\unittest-cpp-pj\tests\TestTestList.cpp">
294+
RelativePath="..\..\tests\TestTestList.cpp">
295295
</File>
296296
<File
297-
RelativePath="U:\unittest-cpp-pj\tests\TestTestMacros.cpp">
297+
RelativePath="..\..\tests\TestTestMacros.cpp">
298298
</File>
299299
<File
300-
RelativePath="U:\unittest-cpp-pj\tests\TestTestResults.cpp">
300+
RelativePath="..\..\tests\TestTestResults.cpp">
301301
</File>
302302
<File
303-
RelativePath="U:\unittest-cpp-pj\tests\TestTestRunner.cpp">
303+
RelativePath="..\..\tests\TestTestRunner.cpp">
304304
</File>
305305
<File
306-
RelativePath="U:\unittest-cpp-pj\tests\TestTestSuite.cpp">
306+
RelativePath="..\..\tests\TestTestSuite.cpp">
307307
</File>
308308
<File
309-
RelativePath="U:\unittest-cpp-pj\tests\TestTimeConstraint.cpp">
309+
RelativePath="..\..\tests\TestTimeConstraint.cpp">
310310
</File>
311311
<File
312-
RelativePath="U:\unittest-cpp-pj\tests\TestTimeConstraintMacro.cpp">
312+
RelativePath="..\..\tests\TestTimeConstraintMacro.cpp">
313313
</File>
314314
<File
315-
RelativePath="U:\unittest-cpp-pj\tests\TestUnitTestPP.cpp">
315+
RelativePath="..\..\tests\TestUnitTestPP.cpp">
316316
</File>
317317
<File
318-
RelativePath="U:\unittest-cpp-pj\tests\TestXmlTestReporter.cpp">
318+
RelativePath="..\..\tests\TestXmlTestReporter.cpp">
319319
</File>
320320
<File
321-
RelativePath="U:\unittest-cpp-pj\tests\RecordingReporter.h">
321+
RelativePath="..\..\tests\RecordingReporter.h">
322322
</File>
323323
<File
324-
RelativePath="U:\unittest-cpp-pj\tests\ScopedCurrentTest.h">
324+
RelativePath="..\..\tests\ScopedCurrentTest.h">
325325
</File>
326326
</Files>
327327
<Globals>

0 commit comments

Comments
 (0)