adding client library tools vc project build files
[csql.git] / winclient / clientlib / sql / sql.vcxproj
blob4b31df0c7e0acc08d607ed242ac17e6552b7f9f5
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <PropertyGroup Label="Globals">\r
14     <ProjectGuid>{A87FD250-E2DE-454E-8C59-FFCC65C998D2}</ProjectGuid>\r
15     <Keyword>Win32Proj</Keyword>\r
16     <RootNamespace>sql</RootNamespace>\r
17   </PropertyGroup>\r
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
20     <ConfigurationType>StaticLibrary</ConfigurationType>\r
21     <UseDebugLibraries>true</UseDebugLibraries>\r
22     <CharacterSet>Unicode</CharacterSet>\r
23   </PropertyGroup>\r
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
25     <ConfigurationType>StaticLibrary</ConfigurationType>\r
26     <UseDebugLibraries>false</UseDebugLibraries>\r
27     <WholeProgramOptimization>true</WholeProgramOptimization>\r
28     <CharacterSet>Unicode</CharacterSet>\r
29   </PropertyGroup>\r
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
31   <ImportGroup Label="ExtensionSettings">\r
32   </ImportGroup>\r
33   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
35   </ImportGroup>\r
36   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
37     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
38   </ImportGroup>\r
39   <PropertyGroup Label="UserMacros" />\r
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
41     <IncludePath>c:\prabakaran\csql\include;$(IncludePath)</IncludePath>\r
42   </PropertyGroup>\r
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
44     <IncludePath>C:\Prabakaran\csql\include;$(IncludePath)</IncludePath>\r
45   </PropertyGroup>\r
46   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
47     <ClCompile>\r
48       <PrecompiledHeader>\r
49       </PrecompiledHeader>\r
50       <WarningLevel>Level3</WarningLevel>\r
51       <Optimization>Disabled</Optimization>\r
52       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;CSQL_CLIENT_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
53     </ClCompile>\r
54     <Link>\r
55       <SubSystem>Windows</SubSystem>\r
56       <GenerateDebugInformation>true</GenerateDebugInformation>\r
57     </Link>\r
58   </ItemDefinitionGroup>\r
59   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
60     <ClCompile>\r
61       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
62       <PrecompiledHeader>\r
63       </PrecompiledHeader>\r
64       <Optimization>MaxSpeed</Optimization>\r
65       <FunctionLevelLinking>true</FunctionLevelLinking>\r
66       <IntrinsicFunctions>true</IntrinsicFunctions>\r
67       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;CSQL_CLIENT_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
68     </ClCompile>\r
69     <Link>\r
70       <SubSystem>Windows</SubSystem>\r
71       <GenerateDebugInformation>true</GenerateDebugInformation>\r
72       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
73       <OptimizeReferences>true</OptimizeReferences>\r
74     </Link>\r
75   </ItemDefinitionGroup>\r
76   <ItemGroup>\r
77     <None Include="ReadMe.txt" />\r
78   </ItemGroup>\r
79   <ItemGroup>\r
80     <ClCompile Include="..\..\..\src\sql\AlterTblStatement.cxx" />\r
81     <ClCompile Include="..\..\..\src\sql\CopyTblStatement.cxx" />\r
82     <ClCompile Include="..\..\..\src\sql\DdlStatement.cxx" />\r
83     <ClCompile Include="..\..\..\src\sql\DelStatement.cxx" />\r
84     <ClCompile Include="..\..\..\src\sql\InsStatement.cxx" />\r
85     <ClCompile Include="..\..\..\src\sql\MetadataStatement.cxx" />\r
86     <ClCompile Include="..\..\..\src\sql\ParsedData.cxx" />\r
87     <ClCompile Include="..\..\..\src\sql\SelStatement.cxx" />\r
88     <ClCompile Include="..\..\..\src\sql\SqlFactory.cxx" />\r
89     <ClCompile Include="..\..\..\src\sql\StatementFactory.cxx" />\r
90     <ClCompile Include="..\..\..\src\sql\UpdStatement.cxx" />\r
91   </ItemGroup>\r
92   <ItemGroup>\r
93     <ClInclude Include="..\..\..\src\sql\dmllex.h" />\r
94     <ClInclude Include="..\..\..\src\sql\dmlyacc.h" />\r
95   </ItemGroup>\r
96   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
97   <ImportGroup Label="ExtensionTargets">\r
98   </ImportGroup>\r
99 </Project>