Click here to Skip to main content
15,885,767 members
Articles / Database Development / SQL Server

A scripted SQL query generation framework with IDE: SQLpp (v1.4)

Rate me:
Please Sign up or sign in to vote.
4.98/5 (47 votes)
12 Sep 200311 min read 410.9K   5.4K   133  
A helper framework for generation of SQL queries in C++ and Lua
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.0"
	Name="DLLLuaLib"
	ProjectGUID="{CC5FCE81-D9F6-48E5-9490-70E8A41B5435}"
	SccProjectName="Perforce Project"
	SccAuxPath=""
	SccLocalPath="..\..\.."
	SccProvider="MSSCCI:Perforce SCM">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Release|Win32"
			OutputDirectory=".\..\..\bin"
			IntermediateDirectory=".\..\..\obj"
			ConfigurationType="2"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				InlineFunctionExpansion="1"
				AdditionalIncludeDirectories="..,..\..\include"
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;DLLLuaLib_EXPORTS"
				StringPooling="TRUE"
				RuntimeLibrary="2"
				EnableFunctionLevelLinking="TRUE"
				PrecompiledHeaderFile=".\..\..\obj/DLLLuaLib.pch"
				AssemblerListingLocation=".\..\..\obj/"
				ObjectFile=".\..\..\obj/"
				ProgramDataBaseFileName=".\..\..\obj/"
				WarningLevel="4"
				SuppressStartupBanner="TRUE"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="LibLua.lib LibLuaLib.lib"
				OutputFile="..\..\..\bin\LuaLib.dll"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				AdditionalLibraryDirectories="..\..\..\lib"
				ModuleDefinitionFile="..\..\etc\lualib.def"
				OptimizeForWindows98="1"
				ImportLibrary="..\..\..\lib\LuaLib.lib"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\..\..\bin/DLLLuaLib.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG,VER_LUALIB_DLL"
				Culture="1033"
				ResourceOutputFileName="..\..\obj/LuaLibDLL.res"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\..\..\dbin"
			IntermediateDirectory=".\..\..\dobj"
			ConfigurationType="2"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="..,..\..\include"
				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;DLLLuaLib_EXPORTS"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				PrecompiledHeaderFile=".\..\..\dobj/DLLLuaLib.pch"
				AssemblerListingLocation=".\..\..\dobj/"
				ObjectFile=".\..\..\dobj/"
				ProgramDataBaseFileName=".\..\..\dobj/"
				WarningLevel="4"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="3"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="LibLuad.lib LibLuaLibd.lib"
				OutputFile="..\..\..\bin\LuaLibd.dll"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				AdditionalLibraryDirectories="..\..\..\lib"
				ModuleDefinitionFile="..\..\etc\lualib.def"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile=".\..\..\dbin/LuaLib.pdb"
				OptimizeForWindows98="1"
				ImportLibrary="..\..\..\lib\LuaLibd.lib"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\..\..\dbin/DLLLuaLib.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG,VER_LUALIB_DLL"
				Culture="1033"
				ResourceOutputFileName="..\..\dobj/LuaLibDLL.res"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="c">
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h">
		</Filter>
		<File
			RelativePath="..\..\etc\Lua.rc">
			<FileConfiguration
				Name="Release|Win32">
				<Tool
					Name="VCResourceCompilerTool"
					AdditionalIncludeDirectories="\Documents and Settings\dehalleux\My Documents\Projects\Libraries\lua\etc;$(NoInherit)"/>
			</FileConfiguration>
			<FileConfiguration
				Name="Debug|Win32">
				<Tool
					Name="VCResourceCompilerTool"
					AdditionalIncludeDirectories="\Documents and Settings\dehalleux\My Documents\Projects\Libraries\lua\etc;$(NoInherit)"/>
			</FileConfiguration>
		</File>
		<File
			RelativePath="..\..\etc\lualib.def">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Engineer
United States United States
Jonathan de Halleux is Civil Engineer in Applied Mathematics. He finished his PhD in 2004 in the rainy country of Belgium. After 2 years in the Common Language Runtime (i.e. .net), he is now working at Microsoft Research on Pex (http://research.microsoft.com/pex).

Comments and Discussions