Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / build_windows / VS10 / ex_sequence.vcxproj
1 <?xml version="1.0" encoding="utf-8" ?>
2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22   <ProjectGuid>{4E43DB5C-D050-4003-A4FF-6294D9F498DD}</ProjectGuid>
23   </PropertyGroup>
24   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26     <ConfigurationType>Application</ConfigurationType>
27     <UseOfMfc>false</UseOfMfc>
28     <CharacterSet>MultiByte</CharacterSet>
29   </PropertyGroup>
30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
31     <ConfigurationType>Application</ConfigurationType>
32     <UseOfMfc>false</UseOfMfc>
33     <CharacterSet>MultiByte</CharacterSet>
34   </PropertyGroup>
35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
36     <ConfigurationType>Application</ConfigurationType>
37     <UseOfMfc>false</UseOfMfc>
38     <CharacterSet>MultiByte</CharacterSet>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41     <ConfigurationType>Application</ConfigurationType>
42     <UseOfMfc>false</UseOfMfc>
43     <CharacterSet>MultiByte</CharacterSet>
44   </PropertyGroup>
45   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
46   <ImportGroup Label="ExtensionSettings">
47   </ImportGroup>
48   <ImportGroup>
49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform"/>
50     </ImportGroup>
51   <ImportGroup>
52     <Import Project="application.props"/>
53   </ImportGroup>
54   <PropertyGroup Label="UserMacros"/>
55   <PropertyGroup>
56     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
57   </PropertyGroup>
58   <ItemGroup>
59     <ClCompile Include="..\..\src\clib\getopt.c"/>
60     <ClCompile Include="..\..\examples\c\ex_sequence.c"/>
61   </ItemGroup>
62   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
63   <ImportGroup Label="ExtensionTargets">
64   </ImportGroup>
65   <ItemGroup>
66     <ProjectReference Condition="exists('db.vcxproj')" Include="db.vcxproj">
67       <Project>{fd045d60-abad-4a6c-9794-9bfb085fc3e7}</Project>
68       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
69     </ProjectReference>
70   </ItemGroup>
71 </Project>