Minor vcproj tidying.

Consistent file naming via the RelativePath attribute.
master
Iain Patterson 11 years ago
parent fa2f3fe4a8
commit 981d0a4177

@ -475,11 +475,11 @@
</FileConfiguration> </FileConfiguration>
</File> </File>
<File <File
RelativePath=".\imports.cpp" RelativePath="imports.cpp"
> >
</File> </File>
<File <File
RelativePath=".\io.cpp" RelativePath="io.cpp"
> >
</File> </File>
<File <File
@ -627,7 +627,7 @@
</FileConfiguration> </FileConfiguration>
</File> </File>
<File <File
RelativePath=".\settings.cpp" RelativePath="settings.cpp"
> >
</File> </File>
</Filter> </Filter>
@ -644,11 +644,11 @@
> >
</File> </File>
<File <File
RelativePath=".\imports.h" RelativePath="imports.h"
> >
</File> </File>
<File <File
RelativePath=".\io.h" RelativePath="io.h"
> >
</File> </File>
<File <File
@ -668,7 +668,7 @@
> >
</File> </File>
<File <File
RelativePath=".\settings.h" RelativePath="settings.h"
> >
</File> </File>
</Filter> </Filter>
@ -718,7 +718,7 @@
</File> </File>
</Filter> </Filter>
<File <File
RelativePath=".\messages.mc" RelativePath="messages.mc"
> >
<FileConfiguration <FileConfiguration
Name="Debug|Win32" Name="Debug|Win32"

Loading…
Cancel
Save