Skip to content

Commit 028f91b

Browse files
author
clinton.begin
committed
Initial Import
1 parent ce98133 commit 028f91b

File tree

1,778 files changed

+143866
-118007
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,778 files changed

+143866
-118007
lines changed
File renamed without changes.

Common.sln

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Microsoft Visual Studio Solution File, Format Version 8.00
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common", "IBatisNet.Common\IBatisNet.Common.csproj", "{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common.Test", "IBatisNet.Common.Test\IBatisNet.Common.Test.csproj", "{5961F3DE-CB5E-40FE-AE89-D00D6E453907}"
7+
ProjectSection(ProjectDependencies) = postProject
8+
EndProjectSection
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataAccess", "IBatisNet.DataAccess\IBatisNet.DataAccess.csproj", "{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}"
11+
ProjectSection(ProjectDependencies) = postProject
12+
EndProjectSection
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataMapper", "IBatisNet.DataMapper\IBatisNet.DataMapper.csproj", "{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}"
15+
ProjectSection(ProjectDependencies) = postProject
16+
EndProjectSection
17+
EndProject
18+
Global
19+
GlobalSection(SolutionConfiguration) = preSolution
20+
Debug = Debug
21+
Release = Release
22+
EndGlobalSection
23+
GlobalSection(ProjectConfiguration) = postSolution
24+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Debug.ActiveCfg = Debug|.NET
25+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Debug.Build.0 = Debug|.NET
26+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Release.ActiveCfg = Release|.NET
27+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Release.Build.0 = Release|.NET
28+
{5961F3DE-CB5E-40FE-AE89-D00D6E453907}.Debug.ActiveCfg = Debug|.NET
29+
{5961F3DE-CB5E-40FE-AE89-D00D6E453907}.Debug.Build.0 = Debug|.NET
30+
{5961F3DE-CB5E-40FE-AE89-D00D6E453907}.Release.ActiveCfg = Release|.NET
31+
{5961F3DE-CB5E-40FE-AE89-D00D6E453907}.Release.Build.0 = Release|.NET
32+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Debug.ActiveCfg = Debug|.NET
33+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Debug.Build.0 = Debug|.NET
34+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Release.ActiveCfg = Release|.NET
35+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Release.Build.0 = Release|.NET
36+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Debug.ActiveCfg = Debug|.NET
37+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Debug.Build.0 = Debug|.NET
38+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Release.ActiveCfg = Release|.NET
39+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Release.Build.0 = Release|.NET
40+
EndGlobalSection
41+
GlobalSection(ExtensibilityGlobals) = postSolution
42+
EndGlobalSection
43+
GlobalSection(ExtensibilityAddIns) = postSolution
44+
EndGlobalSection
45+
EndGlobal

src/Solution-Items/CommonAssemblyInfo.cs renamed to CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//
1212
[assembly: AssemblyCompany("http://ibatis.apache.org/")]
1313
[assembly: AssemblyProduct("iBATIS.NET")]
14-
[assembly: AssemblyCopyright("Copyright 2006-2008 The Apache Software Foundation")]
14+
[assembly: AssemblyCopyright("Copyright 2007,2006 The Apache Software Foundation")]
1515
[assembly: AssemblyTrademark("Licensed under the Apache License, Version 2.0")]
1616
[assembly: AssemblyCulture("")]
1717

DataAccess-Release.sln

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Microsoft Visual Studio Solution File, Format Version 8.00
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataAccess", "IBatisNet.DataAccess\IBatisNet.DataAccess.csproj", "{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common", "IBatisNet.Common\IBatisNet.Common.csproj", "{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}"
7+
ProjectSection(ProjectDependencies) = postProject
8+
EndProjectSection
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataMapper", "IBatisNet.DataMapper\IBatisNet.DataMapper.csproj", "{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}"
11+
ProjectSection(ProjectDependencies) = postProject
12+
EndProjectSection
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common.Logging.Log4Net", "IBatisNet.Common.Logging.Log4Net\IBatisNet.Common.Logging.Log4Net.csproj", "{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}"
15+
ProjectSection(ProjectDependencies) = postProject
16+
EndProjectSection
17+
EndProject
18+
Global
19+
GlobalSection(SolutionConfiguration) = preSolution
20+
Debug = Debug
21+
Release = Release
22+
EndGlobalSection
23+
GlobalSection(ProjectConfiguration) = postSolution
24+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Debug.ActiveCfg = Debug|.NET
25+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Debug.Build.0 = Debug|.NET
26+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Release.ActiveCfg = Release|.NET
27+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Release.Build.0 = Release|.NET
28+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Debug.ActiveCfg = Debug|.NET
29+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Debug.Build.0 = Debug|.NET
30+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Release.ActiveCfg = Release|.NET
31+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Release.Build.0 = Release|.NET
32+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Debug.ActiveCfg = Debug|.NET
33+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Debug.Build.0 = Debug|.NET
34+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Release.ActiveCfg = Release|.NET
35+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Release.Build.0 = Release|.NET
36+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Debug.ActiveCfg = Debug|.NET
37+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Debug.Build.0 = Debug|.NET
38+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Release.ActiveCfg = Release|.NET
39+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Release.Build.0 = Release|.NET
40+
EndGlobalSection
41+
GlobalSection(ExtensibilityGlobals) = postSolution
42+
EndGlobalSection
43+
GlobalSection(ExtensibilityAddIns) = postSolution
44+
EndGlobalSection
45+
EndGlobal

DataAccess.sln

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Microsoft Visual Studio Solution File, Format Version 8.00
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataAccess", "IBatisNet.DataAccess\IBatisNet.DataAccess.csproj", "{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common", "IBatisNet.Common\IBatisNet.Common.csproj", "{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}"
7+
ProjectSection(ProjectDependencies) = postProject
8+
EndProjectSection
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataMapper", "IBatisNet.DataMapper\IBatisNet.DataMapper.csproj", "{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}"
11+
ProjectSection(ProjectDependencies) = postProject
12+
EndProjectSection
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataAccess.Test", "IBatisNet.DataAccess.Test\IBatisNet.DataAccess.Test.csproj", "{888FE332-F7B7-4248-AEE1-73E14EB9C042}"
15+
ProjectSection(ProjectDependencies) = postProject
16+
EndProjectSection
17+
EndProject
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common.Logging.Log4Net", "IBatisNet.Common.Logging.Log4Net\IBatisNet.Common.Logging.Log4Net.csproj", "{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}"
19+
ProjectSection(ProjectDependencies) = postProject
20+
EndProjectSection
21+
EndProject
22+
Global
23+
GlobalSection(SolutionConfiguration) = preSolution
24+
Debug = Debug
25+
Release = Release
26+
EndGlobalSection
27+
GlobalSection(ProjectConfiguration) = postSolution
28+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Debug.ActiveCfg = Debug|.NET
29+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Debug.Build.0 = Debug|.NET
30+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Release.ActiveCfg = Release|.NET
31+
{BEFC4A45-7DF9-40E4-942C-82DC1BA5E708}.Release.Build.0 = Release|.NET
32+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Debug.ActiveCfg = Debug|.NET
33+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Debug.Build.0 = Debug|.NET
34+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Release.ActiveCfg = Release|.NET
35+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Release.Build.0 = Release|.NET
36+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Debug.ActiveCfg = Debug|.NET
37+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Debug.Build.0 = Debug|.NET
38+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Release.ActiveCfg = Release|.NET
39+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Release.Build.0 = Release|.NET
40+
{888FE332-F7B7-4248-AEE1-73E14EB9C042}.Debug.ActiveCfg = Debug|.NET
41+
{888FE332-F7B7-4248-AEE1-73E14EB9C042}.Debug.Build.0 = Debug|.NET
42+
{888FE332-F7B7-4248-AEE1-73E14EB9C042}.Release.ActiveCfg = Release|.NET
43+
{888FE332-F7B7-4248-AEE1-73E14EB9C042}.Release.Build.0 = Release|.NET
44+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Debug.ActiveCfg = Debug|.NET
45+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Debug.Build.0 = Debug|.NET
46+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Release.ActiveCfg = Release|.NET
47+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Release.Build.0 = Release|.NET
48+
EndGlobalSection
49+
GlobalSection(ExtensibilityGlobals) = postSolution
50+
EndGlobalSection
51+
GlobalSection(ExtensibilityAddIns) = postSolution
52+
EndGlobalSection
53+
EndGlobal

DataMapper.2003.sln

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Microsoft Visual Studio Solution File, Format Version 8.00
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common", "IBatisNet.Common\IBatisNet.Common.csproj", "{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataMapper", "IBatisNet.DataMapper\IBatisNet.DataMapper.csproj", "{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}"
7+
ProjectSection(ProjectDependencies) = postProject
8+
EndProjectSection
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataMapper.Test", "IBatisNet.DataMapper.Test\IBatisNet.DataMapper.Test.csproj", "{998B79D9-800F-493F-A263-306F06906E2F}"
11+
ProjectSection(ProjectDependencies) = postProject
12+
EndProjectSection
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common.Logging.Log4Net", "IBatisNet.Common.Logging.Log4Net\IBatisNet.Common.Logging.Log4Net.csproj", "{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}"
15+
ProjectSection(ProjectDependencies) = postProject
16+
EndProjectSection
17+
EndProject
18+
Global
19+
GlobalSection(SolutionConfiguration) = preSolution
20+
Debug = Debug
21+
Release = Release
22+
EndGlobalSection
23+
GlobalSection(ProjectConfiguration) = postSolution
24+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Debug.ActiveCfg = Debug|.NET
25+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Debug.Build.0 = Debug|.NET
26+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Release.ActiveCfg = Release|.NET
27+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Release.Build.0 = Release|.NET
28+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Debug.ActiveCfg = Debug|.NET
29+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Debug.Build.0 = Debug|.NET
30+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Release.ActiveCfg = Release|.NET
31+
{72F70057-B2E1-4DAD-BA6C-E2962745EEA5}.Release.Build.0 = Release|.NET
32+
{998B79D9-800F-493F-A263-306F06906E2F}.Debug.ActiveCfg = Debug|.NET
33+
{998B79D9-800F-493F-A263-306F06906E2F}.Debug.Build.0 = Debug|.NET
34+
{998B79D9-800F-493F-A263-306F06906E2F}.Release.ActiveCfg = Release|.NET
35+
{998B79D9-800F-493F-A263-306F06906E2F}.Release.Build.0 = Release|.NET
36+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Debug.ActiveCfg = Debug|.NET
37+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Debug.Build.0 = Debug|.NET
38+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Release.ActiveCfg = Release|.NET
39+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Release.Build.0 = Release|.NET
40+
EndGlobalSection
41+
GlobalSection(ExtensibilityGlobals) = postSolution
42+
EndGlobalSection
43+
GlobalSection(ExtensibilityAddIns) = postSolution
44+
EndGlobalSection
45+
EndGlobal

DataMapper.2005.sln

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 9.00
3+
# Visual Studio 2005
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common.2005", "IBatisNet.Common\IBatisNet.Common.2005.csproj", "{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataMapper.20005", "IBatisNet.DataMapper\IBatisNet.DataMapper.20005.csproj", "{F3E45F39-3224-4EAD-B138-EB5CC0E32824}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.DataMapper.Test.2005", "IBatisNet.DataMapper.Test\IBatisNet.DataMapper.Test.2005.csproj", "{998B79D9-800F-493F-A263-306F06906E2F}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common.Logging.Log4Net.2005", "IBatisNet.Common.Logging.Log4Net\IBatisNet.Common.Logging.Log4Net.2005.csproj", "{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}"
11+
EndProject
12+
Global
13+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
14+
Debug|Any CPU = Debug|Any CPU
15+
Release|Any CPU = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{BBC8DA4A-EA88-41D9-8B93-929B8F3ADADE}.Release|Any CPU.Build.0 = Release|Any CPU
22+
{F3E45F39-3224-4EAD-B138-EB5CC0E32824}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{F3E45F39-3224-4EAD-B138-EB5CC0E32824}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{F3E45F39-3224-4EAD-B138-EB5CC0E32824}.Release|Any CPU.ActiveCfg = Release|Any CPU
25+
{F3E45F39-3224-4EAD-B138-EB5CC0E32824}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{998B79D9-800F-493F-A263-306F06906E2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{998B79D9-800F-493F-A263-306F06906E2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{998B79D9-800F-493F-A263-306F06906E2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{998B79D9-800F-493F-A263-306F06906E2F}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Debug|Any CPU.Build.0 = Debug|Any CPU
32+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Release|Any CPU.Build.0 = Release|Any CPU
34+
EndGlobalSection
35+
GlobalSection(SolutionProperties) = preSolution
36+
HideSolutionNode = FALSE
37+
EndGlobalSection
38+
EndGlobal
68 KB
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2004 DigitalCraftsmen - http://www.digitalcraftsmen.com.br/
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.
File renamed without changes.

0 commit comments

Comments
 (0)