diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-06-03 13:05:31 -0230 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-06-06 15:28:19 +0200 |
commit | cac8783c9e4b68926c08ea4024489c6edb73d01b (patch) | |
tree | 0063eb90c87834fa7d43b7f91687275a8c8849f0 /cpp/demo/Database/Oracle | |
parent | Fixed Mac OS X build system to allow using non-system Python frameworks (sugg... (diff) | |
download | ice-cac8783c9e4b68926c08ea4024489c6edb73d01b.tar.bz2 ice-cac8783c9e4b68926c08ea4024489c6edb73d01b.tar.xz ice-cac8783c9e4b68926c08ea4024489c6edb73d01b.zip |
Bug 3220 - reorganize VS projects
Diffstat (limited to 'cpp/demo/Database/Oracle')
-rwxr-xr-x | cpp/demo/Database/Oracle/occi/Database.Oracle.occi.client.vcproj (renamed from cpp/demo/Database/Oracle/occi/occiC.vcproj) | 14 | ||||
-rwxr-xr-x | cpp/demo/Database/Oracle/occi/Database.Oracle.occi.server.vcproj (renamed from cpp/demo/Database/Oracle/occi/occiS.vcproj) | 14 | ||||
-rwxr-xr-x | cpp/demo/Database/Oracle/proc/Database.Oracle.proc.client.vcproj (renamed from cpp/demo/Database/Oracle/proc/procC.vcproj) | 14 | ||||
-rwxr-xr-x | cpp/demo/Database/Oracle/proc/Database.Oracle.proc.server.vcproj (renamed from cpp/demo/Database/Oracle/proc/procS.vcproj) | 14 |
4 files changed, 28 insertions, 28 deletions
diff --git a/cpp/demo/Database/Oracle/occi/occiC.vcproj b/cpp/demo/Database/Oracle/occi/Database.Oracle.occi.client.vcproj index ec128caee66..bcd4d21f173 100755 --- a/cpp/demo/Database/Oracle/occi/occiC.vcproj +++ b/cpp/demo/Database/Oracle/occi/Database.Oracle.occi.client.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="occiC"
+ Name="Database.Oracle.occi.client"
ProjectGUID="{8DC8367E-FC55-4BDC-AAC0-85DFA76E0074}"
>
<Platforms>
@@ -36,7 +36,7 @@ />
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\Release/occiC.tlb"
+ TypeLibraryName=".\Release/Database.Oracle.occi.client.tlb"
HeaderFileName=""
/>
<Tool
@@ -49,7 +49,7 @@ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\Release/occiC.pch"
+ PrecompiledHeaderFile=".\Release/Database.Oracle.occi.client.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
@@ -91,7 +91,7 @@ <Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
- OutputFile=".\Release/occiC.bsc"
+ OutputFile=".\Release/Database.Oracle.occi.client.bsc"
/>
<Tool
Name="VCFxCopTool"
@@ -129,7 +129,7 @@ />
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\Debug/occiC.tlb"
+ TypeLibraryName=".\Debug/Database.Oracle.occi.client.tlb"
HeaderFileName=""
/>
<Tool
@@ -141,7 +141,7 @@ BasicRuntimeChecks="3"
RuntimeLibrary="3"
RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\Debug/occiC.pch"
+ PrecompiledHeaderFile=".\Debug/Database.Oracle.occi.client.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
@@ -186,7 +186,7 @@ <Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
- OutputFile=".\Debug/occiC.bsc"
+ OutputFile=".\Debug/Database.Oracle.occi.client.bsc"
/>
<Tool
Name="VCFxCopTool"
diff --git a/cpp/demo/Database/Oracle/occi/occiS.vcproj b/cpp/demo/Database/Oracle/occi/Database.Oracle.occi.server.vcproj index b412313eb43..a2179b8ac03 100755 --- a/cpp/demo/Database/Oracle/occi/occiS.vcproj +++ b/cpp/demo/Database/Oracle/occi/Database.Oracle.occi.server.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="occiS"
+ Name="Database.Oracle.occi.server"
ProjectGUID="{C234B2E6-EE0A-44BD-AA82-CFBF3E47239D}"
>
<Platforms>
@@ -36,7 +36,7 @@ />
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\Release/occiS.tlb"
+ TypeLibraryName=".\Release/Database.Oracle.occi.server.tlb"
HeaderFileName=""
/>
<Tool
@@ -50,7 +50,7 @@ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\Release/occiS.pch"
+ PrecompiledHeaderFile=".\Release/Database.Oracle.occi.server.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
@@ -92,7 +92,7 @@ <Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
- OutputFile=".\Release/occiS.bsc"
+ OutputFile=".\Release/Database.Oracle.occi.server.bsc"
/>
<Tool
Name="VCFxCopTool"
@@ -130,7 +130,7 @@ />
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\Debug/occiS.tlb"
+ TypeLibraryName=".\Debug/Database.Oracle.occi.server.tlb"
HeaderFileName=""
/>
<Tool
@@ -143,7 +143,7 @@ BasicRuntimeChecks="3"
RuntimeLibrary="3"
RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\Debug/occiS.pch"
+ PrecompiledHeaderFile=".\Debug/Database.Oracle.occi.server.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
@@ -188,7 +188,7 @@ <Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
- OutputFile=".\Debug/occiS.bsc"
+ OutputFile=".\Debug/Database.Oracle.occi.server.bsc"
/>
<Tool
Name="VCFxCopTool"
diff --git a/cpp/demo/Database/Oracle/proc/procC.vcproj b/cpp/demo/Database/Oracle/proc/Database.Oracle.proc.client.vcproj index cebb1d40886..5630f3d94d6 100755 --- a/cpp/demo/Database/Oracle/proc/procC.vcproj +++ b/cpp/demo/Database/Oracle/proc/Database.Oracle.proc.client.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="procC"
+ Name="Database.Oracle.proc.client"
ProjectGUID="{D92187DE-BAA2-4A40-B3FA-7CFC97DD3147}"
>
<Platforms>
@@ -36,7 +36,7 @@ />
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\Debug/procC.tlb"
+ TypeLibraryName=".\Debug/Database.Oracle.proc.client.tlb"
HeaderFileName=""
/>
<Tool
@@ -48,7 +48,7 @@ BasicRuntimeChecks="3"
RuntimeLibrary="3"
RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\Debug/procC.pch"
+ PrecompiledHeaderFile=".\Debug/Database.Oracle.proc.client.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
@@ -93,7 +93,7 @@ <Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
- OutputFile=".\Debug/procC.bsc"
+ OutputFile=".\Debug/Database.Oracle.proc.client.bsc"
/>
<Tool
Name="VCFxCopTool"
@@ -131,7 +131,7 @@ />
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\Release/procC.tlb"
+ TypeLibraryName=".\Release/Database.Oracle.proc.client.tlb"
HeaderFileName=""
/>
<Tool
@@ -144,7 +144,7 @@ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\Release/procC.pch"
+ PrecompiledHeaderFile=".\Release/Database.Oracle.proc.client.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
@@ -186,7 +186,7 @@ <Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
- OutputFile=".\Release/procC.bsc"
+ OutputFile=".\Release/Database.Oracle.proc.client.bsc"
/>
<Tool
Name="VCFxCopTool"
diff --git a/cpp/demo/Database/Oracle/proc/procS.vcproj b/cpp/demo/Database/Oracle/proc/Database.Oracle.proc.server.vcproj index 0ff1ce256e2..23728192318 100755 --- a/cpp/demo/Database/Oracle/proc/procS.vcproj +++ b/cpp/demo/Database/Oracle/proc/Database.Oracle.proc.server.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="procS"
+ Name="Database.Oracle.proc.server"
ProjectGUID="{135D833C-4166-4073-8DD0-B4DCC96C9A4E}"
>
<Platforms>
@@ -36,7 +36,7 @@ />
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\Release/procS.tlb"
+ TypeLibraryName=".\Release/Database.Oracle.proc.server.tlb"
HeaderFileName=""
/>
<Tool
@@ -49,7 +49,7 @@ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\Release/procS.pch"
+ PrecompiledHeaderFile=".\Release/Database.Oracle.proc.server.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
@@ -91,7 +91,7 @@ <Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
- OutputFile=".\Release/procS.bsc"
+ OutputFile=".\Release/Database.Oracle.proc.server.bsc"
/>
<Tool
Name="VCFxCopTool"
@@ -129,7 +129,7 @@ />
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\Debug/procS.tlb"
+ TypeLibraryName=".\Debug/Database.Oracle.proc.server.tlb"
HeaderFileName=""
/>
<Tool
@@ -141,7 +141,7 @@ BasicRuntimeChecks="3"
RuntimeLibrary="3"
RuntimeTypeInfo="true"
- PrecompiledHeaderFile=".\Debug/procS.pch"
+ PrecompiledHeaderFile=".\Debug/Database.Oracle.proc.server.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
@@ -186,7 +186,7 @@ <Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
- OutputFile=".\Debug/procS.bsc"
+ OutputFile=".\Debug/Database.Oracle.proc.server.bsc"
/>
<Tool
Name="VCFxCopTool"
|