From a24e1d4f5eadd271d75443dd18ac17b9b5035125 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Sat, 19 Mar 2011 17:06:41 +0000 Subject: [PATCH] adding client library tools vc project build files --- winclient/clientlib/clientlib.sln | 73 ++++ winclient/clientlib/clientlib.suo | Bin 0 -> 36352 bytes winclient/clientlib/csqlclient/csqlclient.vcxproj | 87 +++++ .../csqlclient/csqlclient.vcxproj.filters | 25 ++ .../clientlib/csqlclient/csqlclient.vcxproj.user | 3 + winclient/clientlib/csqljdbc/csqljdbc.vcxproj | 93 ++++++ .../clientlib/csqljdbc/csqljdbc.vcxproj.filters | 33 ++ winclient/clientlib/csqljdbc/csqljdbc.vcxproj.user | 3 + winclient/clientlib/network/ReadMe.txt | 29 ++ winclient/clientlib/network/network.vcxproj | 91 +++++ .../clientlib/network/network.vcxproj.filters | 34 ++ winclient/clientlib/network/network.vcxproj.user | 3 + winclient/clientlib/odbc/odbc.vcxproj | 103 ++++++ winclient/clientlib/odbc/odbc.vcxproj.filters | 60 ++++ winclient/clientlib/odbc/odbc.vcxproj.user | 3 + winclient/clientlib/sql/ReadMe.txt | 29 ++ winclient/clientlib/sql/sql.vcxproj | 99 ++++++ winclient/clientlib/sql/sql.vcxproj.filters | 63 ++++ winclient/clientlib/sql/sql.vcxproj.user | 3 + winclient/clientlib/sqlnetwork/ReadMe.txt | 29 ++ winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj | 89 +++++ .../sqlnetwork/sqlnetwork.vcxproj.filters | 28 ++ .../clientlib/sqlnetwork/sqlnetwork.vcxproj.user | 3 + winclient/clientlib/storage/ReadMe.txt | 29 ++ winclient/clientlib/storage/storage.vcxproj | 200 +++++++++++ .../clientlib/storage/storage.vcxproj.filters | 366 +++++++++++++++++++++ winclient/clientlib/storage/storage.vcxproj.user | 3 + 27 files changed, 1581 insertions(+) create mode 100644 winclient/clientlib/clientlib.sln create mode 100644 winclient/clientlib/clientlib.suo create mode 100644 winclient/clientlib/csqlclient/csqlclient.vcxproj create mode 100644 winclient/clientlib/csqlclient/csqlclient.vcxproj.filters create mode 100644 winclient/clientlib/csqlclient/csqlclient.vcxproj.user create mode 100644 winclient/clientlib/csqljdbc/csqljdbc.vcxproj create mode 100644 winclient/clientlib/csqljdbc/csqljdbc.vcxproj.filters create mode 100644 winclient/clientlib/csqljdbc/csqljdbc.vcxproj.user create mode 100644 winclient/clientlib/network/ReadMe.txt create mode 100644 winclient/clientlib/network/network.vcxproj create mode 100644 winclient/clientlib/network/network.vcxproj.filters create mode 100644 winclient/clientlib/network/network.vcxproj.user create mode 100644 winclient/clientlib/odbc/odbc.vcxproj create mode 100644 winclient/clientlib/odbc/odbc.vcxproj.filters create mode 100644 winclient/clientlib/odbc/odbc.vcxproj.user create mode 100644 winclient/clientlib/sql/ReadMe.txt create mode 100644 winclient/clientlib/sql/sql.vcxproj create mode 100644 winclient/clientlib/sql/sql.vcxproj.filters create mode 100644 winclient/clientlib/sql/sql.vcxproj.user create mode 100644 winclient/clientlib/sqlnetwork/ReadMe.txt create mode 100644 winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj create mode 100644 winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj.filters create mode 100644 winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj.user create mode 100644 winclient/clientlib/storage/ReadMe.txt create mode 100644 winclient/clientlib/storage/storage.vcxproj create mode 100644 winclient/clientlib/storage/storage.vcxproj.filters create mode 100644 winclient/clientlib/storage/storage.vcxproj.user diff --git a/winclient/clientlib/clientlib.sln b/winclient/clientlib/clientlib.sln new file mode 100644 index 00000000..fcd057e4 --- /dev/null +++ b/winclient/clientlib/clientlib.sln @@ -0,0 +1,73 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csqlodbc", "odbc\odbc.vcxproj", "{6BD732D3-087A-4B65-AE46-FDD357CD8751}" + ProjectSection(ProjectDependencies) = postProject + {437FB04C-9FA4-4C0B-9061-30F0553BF372} = {437FB04C-9FA4-4C0B-9061-30F0553BF372} + {A87FD250-E2DE-454E-8C59-FFCC65C998D2} = {A87FD250-E2DE-454E-8C59-FFCC65C998D2} + {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5} = {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5} + {1BB12DC1-C345-4079-97E0-0818AAFA792D} = {1BB12DC1-C345-4079-97E0-0818AAFA792D} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "storage", "storage\storage.vcxproj", "{437FB04C-9FA4-4C0B-9061-30F0553BF372}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlnetwork", "sqlnetwork\sqlnetwork.vcxproj", "{1BB12DC1-C345-4079-97E0-0818AAFA792D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "network", "network\network.vcxproj", "{A00C1E9B-7559-4CC4-90D3-C34D536D3AA5}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sql", "sql\sql.vcxproj", "{A87FD250-E2DE-454E-8C59-FFCC65C998D2}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csqljdbc", "csqljdbc\csqljdbc.vcxproj", "{5D6F9754-92DA-4571-92BA-23E4C4677656}" + ProjectSection(ProjectDependencies) = postProject + {437FB04C-9FA4-4C0B-9061-30F0553BF372} = {437FB04C-9FA4-4C0B-9061-30F0553BF372} + {A87FD250-E2DE-454E-8C59-FFCC65C998D2} = {A87FD250-E2DE-454E-8C59-FFCC65C998D2} + {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5} = {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5} + {1BB12DC1-C345-4079-97E0-0818AAFA792D} = {1BB12DC1-C345-4079-97E0-0818AAFA792D} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csqlclient", "csqlclient\csqlclient.vcxproj", "{AB201F82-76E6-41AC-B9A3-963D55C68A27}" + ProjectSection(ProjectDependencies) = postProject + {437FB04C-9FA4-4C0B-9061-30F0553BF372} = {437FB04C-9FA4-4C0B-9061-30F0553BF372} + {A87FD250-E2DE-454E-8C59-FFCC65C998D2} = {A87FD250-E2DE-454E-8C59-FFCC65C998D2} + {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5} = {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6BD732D3-087A-4B65-AE46-FDD357CD8751}.Debug|Win32.ActiveCfg = Debug|Win32 + {6BD732D3-087A-4B65-AE46-FDD357CD8751}.Debug|Win32.Build.0 = Debug|Win32 + {6BD732D3-087A-4B65-AE46-FDD357CD8751}.Release|Win32.ActiveCfg = Release|Win32 + {6BD732D3-087A-4B65-AE46-FDD357CD8751}.Release|Win32.Build.0 = Release|Win32 + {437FB04C-9FA4-4C0B-9061-30F0553BF372}.Debug|Win32.ActiveCfg = Debug|Win32 + {437FB04C-9FA4-4C0B-9061-30F0553BF372}.Debug|Win32.Build.0 = Debug|Win32 + {437FB04C-9FA4-4C0B-9061-30F0553BF372}.Release|Win32.ActiveCfg = Release|Win32 + {437FB04C-9FA4-4C0B-9061-30F0553BF372}.Release|Win32.Build.0 = Release|Win32 + {1BB12DC1-C345-4079-97E0-0818AAFA792D}.Debug|Win32.ActiveCfg = Debug|Win32 + {1BB12DC1-C345-4079-97E0-0818AAFA792D}.Debug|Win32.Build.0 = Debug|Win32 + {1BB12DC1-C345-4079-97E0-0818AAFA792D}.Release|Win32.ActiveCfg = Release|Win32 + {1BB12DC1-C345-4079-97E0-0818AAFA792D}.Release|Win32.Build.0 = Release|Win32 + {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5}.Debug|Win32.ActiveCfg = Debug|Win32 + {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5}.Debug|Win32.Build.0 = Debug|Win32 + {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5}.Release|Win32.ActiveCfg = Release|Win32 + {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5}.Release|Win32.Build.0 = Release|Win32 + {A87FD250-E2DE-454E-8C59-FFCC65C998D2}.Debug|Win32.ActiveCfg = Debug|Win32 + {A87FD250-E2DE-454E-8C59-FFCC65C998D2}.Debug|Win32.Build.0 = Debug|Win32 + {A87FD250-E2DE-454E-8C59-FFCC65C998D2}.Release|Win32.ActiveCfg = Release|Win32 + {A87FD250-E2DE-454E-8C59-FFCC65C998D2}.Release|Win32.Build.0 = Release|Win32 + {5D6F9754-92DA-4571-92BA-23E4C4677656}.Debug|Win32.ActiveCfg = Debug|Win32 + {5D6F9754-92DA-4571-92BA-23E4C4677656}.Debug|Win32.Build.0 = Debug|Win32 + {5D6F9754-92DA-4571-92BA-23E4C4677656}.Release|Win32.ActiveCfg = Release|Win32 + {5D6F9754-92DA-4571-92BA-23E4C4677656}.Release|Win32.Build.0 = Release|Win32 + {AB201F82-76E6-41AC-B9A3-963D55C68A27}.Debug|Win32.ActiveCfg = Debug|Win32 + {AB201F82-76E6-41AC-B9A3-963D55C68A27}.Debug|Win32.Build.0 = Debug|Win32 + {AB201F82-76E6-41AC-B9A3-963D55C68A27}.Release|Win32.ActiveCfg = Release|Win32 + {AB201F82-76E6-41AC-B9A3-963D55C68A27}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/winclient/clientlib/clientlib.suo b/winclient/clientlib/clientlib.suo new file mode 100644 index 0000000000000000000000000000000000000000..824d0f219ed7acf265b4073aa0257d4ee23ac12e GIT binary patch literal 36352 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 + + + + Debug + Win32 + + + Release + Win32 + + + + {AB201F82-76E6-41AC-B9A3-963D55C68A27} + Win32Proj + csqlclient + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + true + C:\Prabakaran\csql\include;$(IncludePath) + + + false + C:\Prabakaran\csql\include;$(IncludePath) + C:\Prabakaran\csql\winclient\clientlib\Release;$(LibraryPath) + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;CSQLCLIENT_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + + + + + TurnOffAllWarnings + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;CSQLCLIENT_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + true + true + storage.lib;sql.lib;network.lib;ws2_32.lib;%(AdditionalDependencies) + + + + + + + + + + diff --git a/winclient/clientlib/csqlclient/csqlclient.vcxproj.filters b/winclient/clientlib/csqlclient/csqlclient.vcxproj.filters new file mode 100644 index 00000000..c99c94c3 --- /dev/null +++ b/winclient/clientlib/csqlclient/csqlclient.vcxproj.filters @@ -0,0 +1,25 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/winclient/clientlib/csqlclient/csqlclient.vcxproj.user b/winclient/clientlib/csqlclient/csqlclient.vcxproj.user new file mode 100644 index 00000000..695b5c78 --- /dev/null +++ b/winclient/clientlib/csqlclient/csqlclient.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/winclient/clientlib/csqljdbc/csqljdbc.vcxproj b/winclient/clientlib/csqljdbc/csqljdbc.vcxproj new file mode 100644 index 00000000..a468f72d --- /dev/null +++ b/winclient/clientlib/csqljdbc/csqljdbc.vcxproj @@ -0,0 +1,93 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {5D6F9754-92DA-4571-92BA-23E4C4677656} + Win32Proj + csqljdbc + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + true + C:\Prabakaran\csql\include;C:\Prabakaran\projects\prabakaran_t_suu_7.0.0\rt_jdk_win\include;C:\Prabakaran\projects\prabakaran_t_suu_7.0.0\rt_jdk_win\include\win32;$(IncludePath) + C:\Prabakaran\csql\winclient\clientlib\Debug;$(LibraryPath) + + + false + C:\Prabakaran\csql\include;C:\Prabakaran\projects\prabakaran_t_suu_7.0.0\rt_jdk_win\include;C:\Prabakaran\projects\prabakaran_t_suu_7.0.0\rt_jdk_win\include\win32;$(IncludePath) + C:\Prabakaran\csql\winclient\clientlib\Release;$(LibraryPath) + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;CSQLJDBC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + storage.lib;network.lib;sql.lib;sqlnetwork.lib;WSock32.lib;%(AdditionalDependencies) + + + + + TurnOffAllWarnings + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;CSQLJDBC_EXPORTS;CSQL_CLIENT_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + storage.lib;sql.lib;network.lib;sqlnetwork.lib;WSock32.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + diff --git a/winclient/clientlib/csqljdbc/csqljdbc.vcxproj.filters b/winclient/clientlib/csqljdbc/csqljdbc.vcxproj.filters new file mode 100644 index 00000000..ff6e2a6a --- /dev/null +++ b/winclient/clientlib/csqljdbc/csqljdbc.vcxproj.filters @@ -0,0 +1,33 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/winclient/clientlib/csqljdbc/csqljdbc.vcxproj.user b/winclient/clientlib/csqljdbc/csqljdbc.vcxproj.user new file mode 100644 index 00000000..695b5c78 --- /dev/null +++ b/winclient/clientlib/csqljdbc/csqljdbc.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/winclient/clientlib/network/ReadMe.txt b/winclient/clientlib/network/ReadMe.txt new file mode 100644 index 00000000..2754e588 --- /dev/null +++ b/winclient/clientlib/network/ReadMe.txt @@ -0,0 +1,29 @@ +======================================================================== + STATIC LIBRARY : network Project Overview +======================================================================== + +AppWizard has created this network library project for you. + +No source files were created as part of your project. + + +network.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +network.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/winclient/clientlib/network/network.vcxproj b/winclient/clientlib/network/network.vcxproj new file mode 100644 index 00000000..8c327aab --- /dev/null +++ b/winclient/clientlib/network/network.vcxproj @@ -0,0 +1,91 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {A00C1E9B-7559-4CC4-90D3-C34D536D3AA5} + Win32Proj + network + + + + StaticLibrary + true + Unicode + + + StaticLibrary + false + true + Unicode + + + + + + + + + + + + + c:\prabakaran\csql\include;$(IncludePath) + + + c:\prabakaran\csql\winclient\clientlib\Release;$(LibraryPath) + + + C:\Prabakaran\csql\include;$(IncludePath) + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;CSQL_CLIENT_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + TurnOffAllWarnings + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;CSQL_CLIENT_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + + + + + diff --git a/winclient/clientlib/network/network.vcxproj.filters b/winclient/clientlib/network/network.vcxproj.filters new file mode 100644 index 00000000..2a341580 --- /dev/null +++ b/winclient/clientlib/network/network.vcxproj.filters @@ -0,0 +1,34 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/winclient/clientlib/network/network.vcxproj.user b/winclient/clientlib/network/network.vcxproj.user new file mode 100644 index 00000000..695b5c78 --- /dev/null +++ b/winclient/clientlib/network/network.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/winclient/clientlib/odbc/odbc.vcxproj b/winclient/clientlib/odbc/odbc.vcxproj new file mode 100644 index 00000000..42309969 --- /dev/null +++ b/winclient/clientlib/odbc/odbc.vcxproj @@ -0,0 +1,103 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {6BD732D3-087A-4B65-AE46-FDD357CD8751} + Win32Proj + odbc + csqlodbc + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + true + c:\prabakaran\csql\include;$(IncludePath) + C:\Prabakaran\csql\winclient\clientlib\Debug;$(LibraryPath) + + + false + C:\Prabakaran\csql\include;$(IncludePath) + C:\Prabakaran\csql\winclient\clientlib\Release;$(LibraryPath) + + + + + + TurnOffAllWarnings + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;ODBC_EXPORTS;CSQL_CLIENT_LIB;%(PreprocessorDefinitions) + + + Windows + true + storage.lib;sql.lib;sqlnetwork.lib;network.lib;WSock32.lib;%(AdditionalDependencies) + + + + + TurnOffAllWarnings + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;ODBC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + true + true + storage.lib;sqlnetwork.lib;network.lib;sql.lib;ws2_32.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/winclient/clientlib/odbc/odbc.vcxproj.filters b/winclient/clientlib/odbc/odbc.vcxproj.filters new file mode 100644 index 00000000..9e67a8be --- /dev/null +++ b/winclient/clientlib/odbc/odbc.vcxproj.filters @@ -0,0 +1,60 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/winclient/clientlib/odbc/odbc.vcxproj.user b/winclient/clientlib/odbc/odbc.vcxproj.user new file mode 100644 index 00000000..695b5c78 --- /dev/null +++ b/winclient/clientlib/odbc/odbc.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/winclient/clientlib/sql/ReadMe.txt b/winclient/clientlib/sql/ReadMe.txt new file mode 100644 index 00000000..f8642625 --- /dev/null +++ b/winclient/clientlib/sql/ReadMe.txt @@ -0,0 +1,29 @@ +======================================================================== + STATIC LIBRARY : sql Project Overview +======================================================================== + +AppWizard has created this sql library project for you. + +No source files were created as part of your project. + + +sql.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +sql.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/winclient/clientlib/sql/sql.vcxproj b/winclient/clientlib/sql/sql.vcxproj new file mode 100644 index 00000000..4b31df0c --- /dev/null +++ b/winclient/clientlib/sql/sql.vcxproj @@ -0,0 +1,99 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {A87FD250-E2DE-454E-8C59-FFCC65C998D2} + Win32Proj + sql + + + + StaticLibrary + true + Unicode + + + StaticLibrary + false + true + Unicode + + + + + + + + + + + + + c:\prabakaran\csql\include;$(IncludePath) + + + C:\Prabakaran\csql\include;$(IncludePath) + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;CSQL_CLIENT_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + TurnOffAllWarnings + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;CSQL_CLIENT_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/winclient/clientlib/sql/sql.vcxproj.filters b/winclient/clientlib/sql/sql.vcxproj.filters new file mode 100644 index 00000000..6c573cdc --- /dev/null +++ b/winclient/clientlib/sql/sql.vcxproj.filters @@ -0,0 +1,63 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/winclient/clientlib/sql/sql.vcxproj.user b/winclient/clientlib/sql/sql.vcxproj.user new file mode 100644 index 00000000..695b5c78 --- /dev/null +++ b/winclient/clientlib/sql/sql.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/winclient/clientlib/sqlnetwork/ReadMe.txt b/winclient/clientlib/sqlnetwork/ReadMe.txt new file mode 100644 index 00000000..ba4971dc --- /dev/null +++ b/winclient/clientlib/sqlnetwork/ReadMe.txt @@ -0,0 +1,29 @@ +======================================================================== + STATIC LIBRARY : sqlnetwork Project Overview +======================================================================== + +AppWizard has created this sqlnetwork library project for you. + +No source files were created as part of your project. + + +sqlnetwork.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +sqlnetwork.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj b/winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj new file mode 100644 index 00000000..c0b58c0d --- /dev/null +++ b/winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj @@ -0,0 +1,89 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {1BB12DC1-C345-4079-97E0-0818AAFA792D} + Win32Proj + sqlnetwork + + + + StaticLibrary + true + Unicode + + + StaticLibrary + false + true + Unicode + + + + + + + + + + + + + C:\Prabakaran\csql\include;$(IncludePath) + + + C:\Prabakaran\csql\winclient\clientlib\Release;$(LibraryPath) + + + C:\Prabakaran\csql\include;$(IncludePath) + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + TurnOffAllWarnings + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + + + diff --git a/winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj.filters b/winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj.filters new file mode 100644 index 00000000..6fc97f3b --- /dev/null +++ b/winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj.filters @@ -0,0 +1,28 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj.user b/winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj.user new file mode 100644 index 00000000..695b5c78 --- /dev/null +++ b/winclient/clientlib/sqlnetwork/sqlnetwork.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/winclient/clientlib/storage/ReadMe.txt b/winclient/clientlib/storage/ReadMe.txt new file mode 100644 index 00000000..a93c3826 --- /dev/null +++ b/winclient/clientlib/storage/ReadMe.txt @@ -0,0 +1,29 @@ +======================================================================== + STATIC LIBRARY : storage Project Overview +======================================================================== + +AppWizard has created this storage library project for you. + +No source files were created as part of your project. + + +storage.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +storage.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/winclient/clientlib/storage/storage.vcxproj b/winclient/clientlib/storage/storage.vcxproj new file mode 100644 index 00000000..f6a51631 --- /dev/null +++ b/winclient/clientlib/storage/storage.vcxproj @@ -0,0 +1,200 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {437FB04C-9FA4-4C0B-9061-30F0553BF372} + Win32Proj + storage + + + + StaticLibrary + true + Unicode + + + StaticLibrary + false + true + Unicode + + + + + + + + + + + + + C:\prabakaran\csql\include;$(IncludePath) + + + c:\prabakaran\csql\include;$(IncludePath) + + + + + + TurnOffAllWarnings + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/winclient/clientlib/storage/storage.vcxproj.filters b/winclient/clientlib/storage/storage.vcxproj.filters new file mode 100644 index 00000000..103d7c88 --- /dev/null +++ b/winclient/clientlib/storage/storage.vcxproj.filters @@ -0,0 +1,366 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + Source Files + + + Source Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/winclient/clientlib/storage/storage.vcxproj.user b/winclient/clientlib/storage/storage.vcxproj.user new file mode 100644 index 00000000..695b5c78 --- /dev/null +++ b/winclient/clientlib/storage/storage.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- 2.11.4.GIT