diff --git a/Dapper.SqlBuilder NET45/Dapper.SqlBuilder NET45.csproj b/Dapper.SqlBuilder NET45/Dapper.SqlBuilder NET45.csproj new file mode 100644 index 0000000000000000000000000000000000000000..6f1167daef916b9c4f45235bdc5332d9df3378c2 --- /dev/null +++ b/Dapper.SqlBuilder NET45/Dapper.SqlBuilder NET45.csproj @@ -0,0 +1,61 @@ + + + + + Debug + AnyCPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC} + Library + Properties + Dapper.SqlBuilder + Dapper.SqlBuilder + v4.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + SqlBuilder.cs + + + + + + {0fff5bc7-0a4b-4d87-835e-4fad70937507} + Dapper NET45 + + + + + \ No newline at end of file diff --git a/Dapper.SqlBuilder NET45/Properties/AssemblyInfo.cs b/Dapper.SqlBuilder NET45/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000000000000000000000000000000000..092e88393616a3ec1b813be6e4a7996ea469a3c4 --- /dev/null +++ b/Dapper.SqlBuilder NET45/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Dapper.SqlBuilder NET45")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Dapper.SqlBuilder NET45")] +[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("4db43514-7c62-4c98-a5f3-047110c106bb")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Dapper.SqlBuilder.nuspec b/Dapper.SqlBuilder.nuspec new file mode 100644 index 0000000000000000000000000000000000000000..8641d31c4bce7b801352d50977d21ca6e8ccdbe9 --- /dev/null +++ b/Dapper.SqlBuilder.nuspec @@ -0,0 +1,28 @@ + + + + Dapper.SqlBuilder + 1.40.0 + Sam Saffron,Johan Danforth + Sam Saffron,Johan Danforth + http://www.apache.org/licenses/LICENSE-2.0 + http://code.google.com/p/dapper-dot-net/ + false + Dapper SqlBuilder component + The Dapper SqlBuilder component to build SQL queries dynamically. + orm sql micro-orm query sql sql-builder + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Dapper.sln b/Dapper.sln index b336396a7d3b7f809355144dc0069031687730ef..5ba42af86f69fc9529606dac7cadb746413caecf 100644 --- a/Dapper.sln +++ b/Dapper.sln @@ -33,6 +33,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Dapper.EntityFramework.StrongName.nuspec = Dapper.EntityFramework.StrongName.nuspec Dapper.nuspec = Dapper.nuspec Dapper.Rainbow.nuspec = Dapper.Rainbow.nuspec + Dapper.SqlBuilder.nuspec = Dapper.SqlBuilder.nuspec Dapper.StrongName.nuspec = Dapper.StrongName.nuspec License.txt = License.txt EndProjectSection @@ -59,6 +60,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper.EntityFramework NET4 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper.EntityFramework NET45 SNK", "Dapper.EntityFramework NET45 SNK\Dapper.EntityFramework NET45 SNK.csproj", "{7169A2C1-F57E-4288-B22D-52394DD2EC06}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper.SqlBuilder NET45", "Dapper.SqlBuilder NET45\Dapper.SqlBuilder NET45.csproj", "{B83D86B2-79C0-46AA-B51B-03730256FAAC}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -269,6 +272,16 @@ Global {7169A2C1-F57E-4288-B22D-52394DD2EC06}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {7169A2C1-F57E-4288-B22D-52394DD2EC06}.Release|Mixed Platforms.Build.0 = Release|Any CPU {7169A2C1-F57E-4288-B22D-52394DD2EC06}.Release|x86.ActiveCfg = Release|Any CPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC}.Debug|x86.ActiveCfg = Debug|Any CPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC}.Release|Any CPU.Build.0 = Release|Any CPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {B83D86B2-79C0-46AA-B51B-03730256FAAC}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE