mssqlclient 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,242 @@
1
+ <?xml version="1.0" encoding="Windows-1252"?>
2
+ <VisualStudioProject
3
+ ProjectType="Visual C++"
4
+ Version="8.00"
5
+ Name="ms_sql_client"
6
+ ProjectGUID="{358B7FEF-C413-48BA-B3C6-134BCC270245}"
7
+ RootNamespace="MsSqlAdapter"
8
+ Keyword="ManagedCProj"
9
+ >
10
+ <Platforms>
11
+ <Platform
12
+ Name="Win32"
13
+ />
14
+ </Platforms>
15
+ <ToolFiles>
16
+ </ToolFiles>
17
+ <Configurations>
18
+ <Configuration
19
+ Name="Debug|Win32"
20
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21
+ IntermediateDirectory="$(ConfigurationName)"
22
+ ConfigurationType="2"
23
+ CharacterSet="2"
24
+ ManagedExtensions="1"
25
+ >
26
+ <Tool
27
+ Name="VCPreBuildEventTool"
28
+ />
29
+ <Tool
30
+ Name="VCCustomBuildTool"
31
+ />
32
+ <Tool
33
+ Name="VCXMLDataGeneratorTool"
34
+ />
35
+ <Tool
36
+ Name="VCWebServiceProxyGeneratorTool"
37
+ />
38
+ <Tool
39
+ Name="VCMIDLTool"
40
+ />
41
+ <Tool
42
+ Name="VCCLCompilerTool"
43
+ Optimization="0"
44
+ AdditionalIncludeDirectories="&quot;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include&quot;;&quot;c:\ruby\src\ruby-1.8.5&quot;;&quot;c:\ruby\src\ruby-1.8.5\win32&quot;"
45
+ PreprocessorDefinitions="WIN32;_DEBUG"
46
+ RuntimeLibrary="3"
47
+ UsePrecompiledHeader="0"
48
+ WarningLevel="3"
49
+ DebugInformationFormat="3"
50
+ />
51
+ <Tool
52
+ Name="VCManagedResourceCompilerTool"
53
+ />
54
+ <Tool
55
+ Name="VCResourceCompilerTool"
56
+ />
57
+ <Tool
58
+ Name="VCPreLinkEventTool"
59
+ />
60
+ <Tool
61
+ Name="VCLinkerTool"
62
+ AdditionalDependencies="msvcrt-ruby18.lib ws2_32.lib ole32.lib"
63
+ LinkIncremental="1"
64
+ AdditionalLibraryDirectories="c:\ruby\lib;&quot;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib&quot;"
65
+ GenerateDebugInformation="true"
66
+ AssemblyDebug="1"
67
+ TargetMachine="1"
68
+ />
69
+ <Tool
70
+ Name="VCALinkTool"
71
+ />
72
+ <Tool
73
+ Name="VCManifestTool"
74
+ />
75
+ <Tool
76
+ Name="VCXDCMakeTool"
77
+ />
78
+ <Tool
79
+ Name="VCBscMakeTool"
80
+ />
81
+ <Tool
82
+ Name="VCFxCopTool"
83
+ />
84
+ <Tool
85
+ Name="VCAppVerifierTool"
86
+ />
87
+ <Tool
88
+ Name="VCWebDeploymentTool"
89
+ />
90
+ <Tool
91
+ Name="VCPostBuildEventTool"
92
+ />
93
+ </Configuration>
94
+ <Configuration
95
+ Name="Release|Win32"
96
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97
+ IntermediateDirectory="$(ConfigurationName)"
98
+ ConfigurationType="2"
99
+ CharacterSet="1"
100
+ ManagedExtensions="1"
101
+ WholeProgramOptimization="1"
102
+ >
103
+ <Tool
104
+ Name="VCPreBuildEventTool"
105
+ />
106
+ <Tool
107
+ Name="VCCustomBuildTool"
108
+ />
109
+ <Tool
110
+ Name="VCXMLDataGeneratorTool"
111
+ />
112
+ <Tool
113
+ Name="VCWebServiceProxyGeneratorTool"
114
+ />
115
+ <Tool
116
+ Name="VCMIDLTool"
117
+ />
118
+ <Tool
119
+ Name="VCCLCompilerTool"
120
+ AdditionalIncludeDirectories="c:\ruby\src\ruby-1.8.4;c:\ruby\src\ruby-1.8.4\win32"
121
+ PreprocessorDefinitions="WIN32;NDEBUG"
122
+ RuntimeLibrary="2"
123
+ UsePrecompiledHeader="2"
124
+ WarningLevel="3"
125
+ DebugInformationFormat="3"
126
+ />
127
+ <Tool
128
+ Name="VCManagedResourceCompilerTool"
129
+ />
130
+ <Tool
131
+ Name="VCResourceCompilerTool"
132
+ />
133
+ <Tool
134
+ Name="VCPreLinkEventTool"
135
+ />
136
+ <Tool
137
+ Name="VCLinkerTool"
138
+ AdditionalDependencies="msvcrt-ruby18.lib ws2_32.lib"
139
+ LinkIncremental="1"
140
+ AdditionalLibraryDirectories="c:\ruby\lib"
141
+ GenerateDebugInformation="true"
142
+ TargetMachine="1"
143
+ />
144
+ <Tool
145
+ Name="VCALinkTool"
146
+ />
147
+ <Tool
148
+ Name="VCManifestTool"
149
+ />
150
+ <Tool
151
+ Name="VCXDCMakeTool"
152
+ />
153
+ <Tool
154
+ Name="VCBscMakeTool"
155
+ />
156
+ <Tool
157
+ Name="VCFxCopTool"
158
+ />
159
+ <Tool
160
+ Name="VCAppVerifierTool"
161
+ />
162
+ <Tool
163
+ Name="VCWebDeploymentTool"
164
+ />
165
+ <Tool
166
+ Name="VCPostBuildEventTool"
167
+ />
168
+ </Configuration>
169
+ </Configurations>
170
+ <References>
171
+ <AssemblyReference
172
+ RelativePath="System.dll"
173
+ AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
174
+ />
175
+ <AssemblyReference
176
+ RelativePath="System.Data.dll"
177
+ AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
178
+ />
179
+ <AssemblyReference
180
+ RelativePath="System.XML.dll"
181
+ AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
182
+ />
183
+ </References>
184
+ <Files>
185
+ <Filter
186
+ Name="Source Files"
187
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
188
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
189
+ >
190
+ <File
191
+ RelativePath=".\AssemblyInfo.cpp"
192
+ >
193
+ </File>
194
+ <File
195
+ RelativePath=".\Helpers.cpp"
196
+ >
197
+ </File>
198
+ <File
199
+ RelativePath=".\MsSqlClient.cpp"
200
+ >
201
+ </File>
202
+ </Filter>
203
+ <Filter
204
+ Name="Header Files"
205
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
206
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
207
+ >
208
+ <File
209
+ RelativePath=".\Helpers.h"
210
+ >
211
+ </File>
212
+ <File
213
+ RelativePath=".\MsSqlClient.h"
214
+ >
215
+ </File>
216
+ <File
217
+ RelativePath=".\resource.h"
218
+ >
219
+ </File>
220
+ </Filter>
221
+ <Filter
222
+ Name="Resource Files"
223
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
224
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
225
+ >
226
+ <File
227
+ RelativePath=".\app.ico"
228
+ >
229
+ </File>
230
+ <File
231
+ RelativePath=".\app.rc"
232
+ >
233
+ </File>
234
+ </Filter>
235
+ <File
236
+ RelativePath=".\ReadMe.txt"
237
+ >
238
+ </File>
239
+ </Files>
240
+ <Globals>
241
+ </Globals>
242
+ </VisualStudioProject>
@@ -0,0 +1,13 @@
1
+ //#define _WIN32_DCOM
2
+ #define _WIN32_WINNT 0x0501
3
+
4
+ #include <objbase.h>
5
+ #include "helpers.h"
6
+
7
+ #pragma once
8
+
9
+ using namespace System;
10
+ using namespace System::Data;
11
+ using namespace System::Data::SqlClient;
12
+ using namespace System::Runtime;
13
+ using namespace System::Runtime::InteropServices;
@@ -0,0 +1,20 @@
1
+ 
2
+ Microsoft Visual Studio Solution File, Format Version 9.00
3
+ # Visual Studio 2005
4
+ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ms_sql_client", "MsSqlClient.vcproj", "{358B7FEF-C413-48BA-B3C6-134BCC270245}"
5
+ EndProject
6
+ Global
7
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
8
+ Debug|Win32 = Debug|Win32
9
+ Release|Win32 = Release|Win32
10
+ EndGlobalSection
11
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
12
+ {358B7FEF-C413-48BA-B3C6-134BCC270245}.Debug|Win32.ActiveCfg = Debug|Win32
13
+ {358B7FEF-C413-48BA-B3C6-134BCC270245}.Debug|Win32.Build.0 = Debug|Win32
14
+ {358B7FEF-C413-48BA-B3C6-134BCC270245}.Release|Win32.ActiveCfg = Release|Win32
15
+ {358B7FEF-C413-48BA-B3C6-134BCC270245}.Release|Win32.Build.0 = Release|Win32
16
+ EndGlobalSection
17
+ GlobalSection(SolutionProperties) = preSolution
18
+ HideSolutionNode = FALSE
19
+ EndGlobalSection
20
+ EndGlobal
@@ -0,0 +1,242 @@
1
+ <?xml version="1.0" encoding="Windows-1252"?>
2
+ <VisualStudioProject
3
+ ProjectType="Visual C++"
4
+ Version="8.00"
5
+ Name="ms_sql_client"
6
+ ProjectGUID="{358B7FEF-C413-48BA-B3C6-134BCC270245}"
7
+ RootNamespace="MsSqlAdapter"
8
+ Keyword="ManagedCProj"
9
+ >
10
+ <Platforms>
11
+ <Platform
12
+ Name="Win32"
13
+ />
14
+ </Platforms>
15
+ <ToolFiles>
16
+ </ToolFiles>
17
+ <Configurations>
18
+ <Configuration
19
+ Name="Debug|Win32"
20
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21
+ IntermediateDirectory="$(ConfigurationName)"
22
+ ConfigurationType="2"
23
+ CharacterSet="2"
24
+ ManagedExtensions="1"
25
+ >
26
+ <Tool
27
+ Name="VCPreBuildEventTool"
28
+ />
29
+ <Tool
30
+ Name="VCCustomBuildTool"
31
+ />
32
+ <Tool
33
+ Name="VCXMLDataGeneratorTool"
34
+ />
35
+ <Tool
36
+ Name="VCWebServiceProxyGeneratorTool"
37
+ />
38
+ <Tool
39
+ Name="VCMIDLTool"
40
+ />
41
+ <Tool
42
+ Name="VCCLCompilerTool"
43
+ Optimization="0"
44
+ AdditionalIncludeDirectories="c:\ruby\src\ruby-1.8.5;c:\ruby\src\ruby-1.8.5\win32"
45
+ PreprocessorDefinitions="WIN32;_DEBUG"
46
+ RuntimeLibrary="3"
47
+ UsePrecompiledHeader="0"
48
+ WarningLevel="3"
49
+ DebugInformationFormat="3"
50
+ />
51
+ <Tool
52
+ Name="VCManagedResourceCompilerTool"
53
+ />
54
+ <Tool
55
+ Name="VCResourceCompilerTool"
56
+ />
57
+ <Tool
58
+ Name="VCPreLinkEventTool"
59
+ />
60
+ <Tool
61
+ Name="VCLinkerTool"
62
+ AdditionalDependencies="msvcrt-ruby18.lib ws2_32.lib"
63
+ LinkIncremental="1"
64
+ AdditionalLibraryDirectories="c:\ruby\lib"
65
+ GenerateDebugInformation="true"
66
+ AssemblyDebug="1"
67
+ TargetMachine="1"
68
+ />
69
+ <Tool
70
+ Name="VCALinkTool"
71
+ />
72
+ <Tool
73
+ Name="VCManifestTool"
74
+ />
75
+ <Tool
76
+ Name="VCXDCMakeTool"
77
+ />
78
+ <Tool
79
+ Name="VCBscMakeTool"
80
+ />
81
+ <Tool
82
+ Name="VCFxCopTool"
83
+ />
84
+ <Tool
85
+ Name="VCAppVerifierTool"
86
+ />
87
+ <Tool
88
+ Name="VCWebDeploymentTool"
89
+ />
90
+ <Tool
91
+ Name="VCPostBuildEventTool"
92
+ />
93
+ </Configuration>
94
+ <Configuration
95
+ Name="Release|Win32"
96
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97
+ IntermediateDirectory="$(ConfigurationName)"
98
+ ConfigurationType="2"
99
+ CharacterSet="1"
100
+ ManagedExtensions="1"
101
+ WholeProgramOptimization="1"
102
+ >
103
+ <Tool
104
+ Name="VCPreBuildEventTool"
105
+ />
106
+ <Tool
107
+ Name="VCCustomBuildTool"
108
+ />
109
+ <Tool
110
+ Name="VCXMLDataGeneratorTool"
111
+ />
112
+ <Tool
113
+ Name="VCWebServiceProxyGeneratorTool"
114
+ />
115
+ <Tool
116
+ Name="VCMIDLTool"
117
+ />
118
+ <Tool
119
+ Name="VCCLCompilerTool"
120
+ AdditionalIncludeDirectories="c:\ruby\src\ruby-1.8.5;c:\ruby\src\ruby-1.8.5\win32"
121
+ PreprocessorDefinitions="WIN32;NDEBUG"
122
+ RuntimeLibrary="2"
123
+ UsePrecompiledHeader="0"
124
+ WarningLevel="3"
125
+ DebugInformationFormat="3"
126
+ />
127
+ <Tool
128
+ Name="VCManagedResourceCompilerTool"
129
+ />
130
+ <Tool
131
+ Name="VCResourceCompilerTool"
132
+ />
133
+ <Tool
134
+ Name="VCPreLinkEventTool"
135
+ />
136
+ <Tool
137
+ Name="VCLinkerTool"
138
+ AdditionalDependencies="msvcrt-ruby18.lib ws2_32.lib"
139
+ LinkIncremental="1"
140
+ AdditionalLibraryDirectories="c:\ruby\lib"
141
+ GenerateDebugInformation="true"
142
+ TargetMachine="1"
143
+ />
144
+ <Tool
145
+ Name="VCALinkTool"
146
+ />
147
+ <Tool
148
+ Name="VCManifestTool"
149
+ />
150
+ <Tool
151
+ Name="VCXDCMakeTool"
152
+ />
153
+ <Tool
154
+ Name="VCBscMakeTool"
155
+ />
156
+ <Tool
157
+ Name="VCFxCopTool"
158
+ />
159
+ <Tool
160
+ Name="VCAppVerifierTool"
161
+ />
162
+ <Tool
163
+ Name="VCWebDeploymentTool"
164
+ />
165
+ <Tool
166
+ Name="VCPostBuildEventTool"
167
+ />
168
+ </Configuration>
169
+ </Configurations>
170
+ <References>
171
+ <AssemblyReference
172
+ RelativePath="System.dll"
173
+ AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
174
+ />
175
+ <AssemblyReference
176
+ RelativePath="System.Data.dll"
177
+ AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
178
+ />
179
+ <AssemblyReference
180
+ RelativePath="System.XML.dll"
181
+ AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
182
+ />
183
+ </References>
184
+ <Files>
185
+ <Filter
186
+ Name="Source Files"
187
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
188
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
189
+ >
190
+ <File
191
+ RelativePath=".\AssemblyInfo.cpp"
192
+ >
193
+ </File>
194
+ <File
195
+ RelativePath=".\Helpers.cpp"
196
+ >
197
+ </File>
198
+ <File
199
+ RelativePath=".\MsSqlClient.cpp"
200
+ >
201
+ </File>
202
+ </Filter>
203
+ <Filter
204
+ Name="Header Files"
205
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
206
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
207
+ >
208
+ <File
209
+ RelativePath=".\Helpers.h"
210
+ >
211
+ </File>
212
+ <File
213
+ RelativePath=".\MsSqlClient.h"
214
+ >
215
+ </File>
216
+ <File
217
+ RelativePath=".\resource.h"
218
+ >
219
+ </File>
220
+ </Filter>
221
+ <Filter
222
+ Name="Resource Files"
223
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
224
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
225
+ >
226
+ <File
227
+ RelativePath=".\app.ico"
228
+ >
229
+ </File>
230
+ <File
231
+ RelativePath=".\app.rc"
232
+ >
233
+ </File>
234
+ </Filter>
235
+ <File
236
+ RelativePath=".\ReadMe.txt"
237
+ >
238
+ </File>
239
+ </Files>
240
+ <Globals>
241
+ </Globals>
242
+ </VisualStudioProject>