OSDN Git Service

2012/01/04 10:48:01
[nlite/nlite.git] / sqliteManger / sqliteManger.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug-window|Win32">
5       <Configuration>Debug-window</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|Win32">
9       <Configuration>Debug</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16   </ItemGroup>
17   <PropertyGroup Label="Globals">
18     <ProjectGuid>{815832A8-9B8A-4B48-8372-76B9B50689F7}</ProjectGuid>
19     <Keyword>Win32Proj</Keyword>
20     <RootNamespace>sqliteManger</RootNamespace>
21     <ProjectName>sqliteManager</ProjectName>
22   </PropertyGroup>
23   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25     <ConfigurationType>StaticLibrary</ConfigurationType>
26     <UseDebugLibraries>true</UseDebugLibraries>
27     <CharacterSet>Unicode</CharacterSet>
28   </PropertyGroup>
29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'" Label="Configuration">
30     <ConfigurationType>StaticLibrary</ConfigurationType>
31     <UseDebugLibraries>true</UseDebugLibraries>
32     <CharacterSet>Unicode</CharacterSet>
33   </PropertyGroup>
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35     <ConfigurationType>StaticLibrary</ConfigurationType>
36     <UseDebugLibraries>false</UseDebugLibraries>
37     <WholeProgramOptimization>true</WholeProgramOptimization>
38     <CharacterSet>Unicode</CharacterSet>
39   </PropertyGroup>
40   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
41   <ImportGroup Label="ExtensionSettings">
42   </ImportGroup>
43   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
45   </ImportGroup>
46   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'" Label="PropertySheets">
47     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48   </ImportGroup>
49   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
50     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51   </ImportGroup>
52   <PropertyGroup Label="UserMacros" />
53   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54     <IncludePath>$(SolutionDir);$(SolutionDir)\include;$(IncludePath)</IncludePath>
55   </PropertyGroup>
56   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
57     <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
58   </PropertyGroup>
59   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60     <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
61   </PropertyGroup>
62   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63     <ClCompile>
64       <PrecompiledHeader>
65       </PrecompiledHeader>
66       <WarningLevel>Level3</WarningLevel>
67       <Optimization>Disabled</Optimization>
68       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69     </ClCompile>
70     <Link>
71       <SubSystem>Windows</SubSystem>
72       <GenerateDebugInformation>true</GenerateDebugInformation>
73     </Link>
74   </ItemDefinitionGroup>
75   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
76     <ClCompile>
77       <PrecompiledHeader>
78       </PrecompiledHeader>
79       <WarningLevel>Level3</WarningLevel>
80       <Optimization>Disabled</Optimization>
81       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
82     </ClCompile>
83     <Link>
84       <SubSystem>Windows</SubSystem>
85       <GenerateDebugInformation>true</GenerateDebugInformation>
86     </Link>
87   </ItemDefinitionGroup>
88   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
89     <ClCompile>
90       <WarningLevel>Level3</WarningLevel>
91       <PrecompiledHeader>
92       </PrecompiledHeader>
93       <Optimization>MaxSpeed</Optimization>
94       <FunctionLevelLinking>true</FunctionLevelLinking>
95       <IntrinsicFunctions>true</IntrinsicFunctions>
96       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97     </ClCompile>
98     <Link>
99       <SubSystem>Windows</SubSystem>
100       <GenerateDebugInformation>true</GenerateDebugInformation>
101       <EnableCOMDATFolding>true</EnableCOMDATFolding>
102       <OptimizeReferences>true</OptimizeReferences>
103     </Link>
104   </ItemDefinitionGroup>
105   <ItemGroup>
106     <None Include="ReadMe.txt" />
107   </ItemGroup>
108   <ItemGroup>
109     <ClCompile Include="sqliteManger.c" />
110   </ItemGroup>
111   <ItemGroup>
112     <ClInclude Include="sqliteManager.h" />
113   </ItemGroup>
114   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
115   <ImportGroup Label="ExtensionTargets">
116   </ImportGroup>
117 </Project>