diff options
Diffstat (limited to 'db3x_autobackups/db3x_mmap_8.vcproj')
-rw-r--r-- | db3x_autobackups/db3x_mmap_8.vcproj | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/db3x_autobackups/db3x_mmap_8.vcproj b/db3x_autobackups/db3x_mmap_8.vcproj index 9680777..d893e27 100644 --- a/db3x_autobackups/db3x_mmap_8.vcproj +++ b/db3x_autobackups/db3x_mmap_8.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="8.00"
Name="db3x_mmap"
ProjectGUID="{20D781FB-4A20-4B75-B863-304A47182966}"
RootNamespace="db3x_mmap"
@@ -402,6 +402,7 @@ />
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="sync.bat"
/>
</Configuration>
</Configurations>
@@ -413,6 +414,10 @@ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
+ RelativePath=".\backup.c"
+ >
+ </File>
+ <File
RelativePath=".\commonheaders.c"
>
<FileConfiguration
@@ -611,6 +616,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\finalcommand.c"
+ >
+ </File>
+ <File
RelativePath=".\init.c"
>
<FileConfiguration
@@ -630,6 +639,10 @@ />
</FileConfiguration>
</File>
+ <File
+ RelativePath=".\options.c"
+ >
+ </File>
</Filter>
<Filter
Name="Header Files"
@@ -643,6 +656,10 @@ RelativePath=".\database.h"
>
</File>
+ <File
+ RelativePath=".\options.h"
+ >
+ </File>
</Filter>
<Filter
Name="Resource Files"
|