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>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{4E43DB5C-D050-4003-A4FF-6294D9F498DD}</ProjectGuid>
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>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
31 <ConfigurationType>Application</ConfigurationType>
32 <UseOfMfc>false</UseOfMfc>
33 <CharacterSet>MultiByte</CharacterSet>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <UseOfMfc>false</UseOfMfc>
38 <CharacterSet>MultiByte</CharacterSet>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <UseOfMfc>false</UseOfMfc>
43 <CharacterSet>MultiByte</CharacterSet>
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
46 <ImportGroup Label="ExtensionSettings">
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform"/>
52 <Import Project="application.props"/>
54 <PropertyGroup Label="UserMacros"/>
56 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
59 <ClCompile Include="..\..\src\clib\getopt.c"/>
60 <ClCompile Include="..\..\examples\c\ex_sequence.c"/>
62 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
63 <ImportGroup Label="ExtensionTargets">
66 <ProjectReference Condition="exists('db.vcxproj')" Include="db.vcxproj">
67 <Project>{fd045d60-abad-4a6c-9794-9bfb085fc3e7}</Project>
68 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>