diff options
Diffstat (limited to 'cpp/demo/Database/Oracle/proc')
-rw-r--r-- | cpp/demo/Database/Oracle/proc/client.vcproj | 4 | ||||
-rw-r--r-- | cpp/demo/Database/Oracle/proc/client.vcxproj | 1 | ||||
-rw-r--r-- | cpp/demo/Database/Oracle/proc/server.vcproj | 4 | ||||
-rw-r--r-- | cpp/demo/Database/Oracle/proc/server.vcxproj | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/cpp/demo/Database/Oracle/proc/client.vcproj b/cpp/demo/Database/Oracle/proc/client.vcproj index a2f6a2f5e1e..b65ff3fd941 100644 --- a/cpp/demo/Database/Oracle/proc/client.vcproj +++ b/cpp/demo/Database/Oracle/proc/client.vcproj @@ -230,6 +230,10 @@ </File>
</Filter>
<File
+ RelativePath="config.client"
+ >
+ </File>
+ <File
RelativePath="README"
>
</File>
diff --git a/cpp/demo/Database/Oracle/proc/client.vcxproj b/cpp/demo/Database/Oracle/proc/client.vcxproj index 22583c98a22..254a4602804 100644 --- a/cpp/demo/Database/Oracle/proc/client.vcxproj +++ b/cpp/demo/Database/Oracle/proc/client.vcxproj @@ -134,6 +134,7 @@ </ItemGroup>
<ItemGroup>
<None Include="HR.ice" />
+ <None Include="config.client" />
<None Include="README" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/cpp/demo/Database/Oracle/proc/server.vcproj b/cpp/demo/Database/Oracle/proc/server.vcproj index ebb9118af0b..4a5c23f41ca 100644 --- a/cpp/demo/Database/Oracle/proc/server.vcproj +++ b/cpp/demo/Database/Oracle/proc/server.vcproj @@ -492,6 +492,10 @@ </File>
</Filter>
<File
+ RelativePath="config.server"
+ >
+ </File>
+ <File
RelativePath="README"
>
</File>
diff --git a/cpp/demo/Database/Oracle/proc/server.vcxproj b/cpp/demo/Database/Oracle/proc/server.vcxproj index a8be12cffa6..4c0683bb6de 100644 --- a/cpp/demo/Database/Oracle/proc/server.vcxproj +++ b/cpp/demo/Database/Oracle/proc/server.vcxproj @@ -217,6 +217,7 @@ </Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Filename).cpp</Outputs>
</CustomBuild>
+ <None Include="config.server" />
<None Include="README" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|