core reorg
[csql.git] / win / sql / sql.vcxproj
blobd852adb04858d1b274df790fc9bbc37e98ffc33b
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>{8041AA09-3320-4397-AAA5-F274DB2E4CC3}</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>DynamicLibrary</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>DynamicLibrary</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)'=='Debug|Win32'">\r
41     <LinkIncremental>true</LinkIncremental>\r
42     <IncludePath>C:\Prabakaran\under study\csql\include;$(IncludePath)</IncludePath>\r
43     <LibraryPath>C:\Prabakaran\under study\csql\win\Debug;$(LibraryPath)</LibraryPath>\r
44   </PropertyGroup>\r
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
46     <LinkIncremental>false</LinkIncremental>\r
47     <IncludePath>C:\Prabakaran\under study\csql\include;$(IncludePath)</IncludePath>\r
48     <ReferencePath>$(ReferencePath)</ReferencePath>\r
49     <LibraryPath>..\Release;$(LibraryPath)</LibraryPath>\r
50   </PropertyGroup>\r
51   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
52     <ClCompile>\r
53       <PrecompiledHeader>\r
54       </PrecompiledHeader>\r
55       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
56       <Optimization>Disabled</Optimization>\r
57       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
58     </ClCompile>\r
59     <Link>\r
60       <SubSystem>Windows</SubSystem>\r
61       <GenerateDebugInformation>true</GenerateDebugInformation>\r
62       <AdditionalDependencies>storage.dll;%(AdditionalDependencies)</AdditionalDependencies>\r
63     </Link>\r
64   </ItemDefinitionGroup>\r
65   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
66     <ClCompile>\r
67       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
68       <PrecompiledHeader>\r
69       </PrecompiledHeader>\r
70       <Optimization>MaxSpeed</Optimization>\r
71       <FunctionLevelLinking>true</FunctionLevelLinking>\r
72       <IntrinsicFunctions>true</IntrinsicFunctions>\r
73       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SQL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
74       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
75     </ClCompile>\r
76     <Link>\r
77       <SubSystem>Windows</SubSystem>\r
78       <GenerateDebugInformation>true</GenerateDebugInformation>\r
79       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
80       <OptimizeReferences>true</OptimizeReferences>\r
81       <AdditionalDependencies>storage.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
82     </Link>\r
83   </ItemDefinitionGroup>\r
84   <ItemGroup>\r
85     <ClCompile Include="..\..\src\sql\AlterTblStatement.cxx" />\r
86     <ClCompile Include="..\..\src\sql\CopyTblStatement.cxx" />\r
87     <ClCompile Include="..\..\src\sql\DdlStatement.cxx" />\r
88     <ClCompile Include="..\..\src\sql\DelStatement.cxx" />\r
89     <ClCompile Include="..\..\src\sql\InsStatement.cxx" />\r
90     <ClCompile Include="..\..\src\sql\MetadataStatement.cxx" />\r
91     <ClCompile Include="..\..\src\sql\ParsedData.cxx" />\r
92     <ClCompile Include="..\..\src\sql\SelStatement.cxx" />\r
93     <ClCompile Include="..\..\src\sql\SqlFactory.cxx" />\r
94     <ClCompile Include="..\..\src\sql\SqlStatement.cxx" />\r
95     <ClCompile Include="..\..\src\sql\StatementFactory.cxx" />\r
96     <ClCompile Include="..\..\src\sql\UpdStatement.cxx" />\r
97   </ItemGroup>\r
98   <ItemGroup>\r
99     <ClInclude Include="..\..\src\sql\dmllex.h" />\r
100     <ClInclude Include="..\..\src\sql\dmlyacc.h" />\r
101   </ItemGroup>\r
102   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
103   <ImportGroup Label="ExtensionTargets">\r
104   </ImportGroup>\r
105 </Project>