diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-19 20:30:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-19 20:30:40 +0000 |
commit | 056d6d04d500bc6f18aa4bae634a7180fb788ee8 (patch) | |
tree | d492e078d84d46dd8c15d6a78a3ff28d488513e1 /plugins/Dbx_mmap_SA | |
parent | 911a9525e0560a15d661a8000bd34354741f8367 (diff) |
fixed projects names
git-svn-id: http://svn.miranda-ng.org/main/trunk@90 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA')
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Dbx_mmap_SA/Db_autobackups/db_autobackups_10.vcxproj b/plugins/Dbx_mmap_SA/Db_autobackups/db_autobackups_10.vcxproj index 9b08359a60..a7227d0591 100644 --- a/plugins/Dbx_mmap_SA/Db_autobackups/db_autobackups_10.vcxproj +++ b/plugins/Dbx_mmap_SA/Db_autobackups/db_autobackups_10.vcxproj @@ -19,7 +19,7 @@ </ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectName>db_autobackups</ProjectName>
+ <ProjectName>Db_autobackups</ProjectName>
<ProjectGuid>{751ED05D-AD3E-4EC6-A485-4ECDF1FE6068}</ProjectGuid>
<RootNamespace>db_autobackups</RootNamespace>
<Keyword>Win32Proj</Keyword>
diff --git a/plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj b/plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj index d6d61015c6..77b4612191 100644 --- a/plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj +++ b/plugins/Dbx_mmap_SA/Dbtool/dbtool_sa_10.vcxproj @@ -19,7 +19,7 @@ </ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectName>dbtool_sa</ProjectName>
+ <ProjectName>Dbtool_SA</ProjectName>
<ProjectGuid>{6E233FE8-8D90-454F-A9DC-AC2B5555D137}</ProjectGuid>
<RootNamespace>dbtool</RootNamespace>
</PropertyGroup>
diff --git a/plugins/Dbx_mmap_SA/Import_SA/import_sa_10.vcxproj b/plugins/Dbx_mmap_SA/Import_SA/import_sa_10.vcxproj index 27d9c3fb85..82c5d75785 100644 --- a/plugins/Dbx_mmap_SA/Import_SA/import_sa_10.vcxproj +++ b/plugins/Dbx_mmap_SA/Import_SA/import_sa_10.vcxproj @@ -19,7 +19,7 @@ </ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectName>import_sa</ProjectName>
+ <ProjectName>Import_SA</ProjectName>
<ProjectGuid>{4C132C24-F38A-41A4-99DB-E3CBD86E6714}</ProjectGuid>
<RootNamespace>import_sa</RootNamespace>
</PropertyGroup>
diff --git a/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj b/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj index 57425559f9..28d29433ef 100644 --- a/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj +++ b/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj @@ -19,7 +19,7 @@ </ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectName>dbx_mmap_sa</ProjectName>
+ <ProjectName>Dbx_mmap_sa</ProjectName>
<ProjectGuid>{6D3DC604-9CA0-45A2-85D7-1EFE3309F23B}</ProjectGuid>
<RootNamespace>db3x_mmap_sa</RootNamespace>
</PropertyGroup>
|