...
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{146E69F8-E1DA-456A-B048-6DD29D9ACF6B}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>pEpEngine</RootNamespace>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20 <ConfigurationType>DynamicLibrary</ConfigurationType>
21 <UseDebugLibraries>true</UseDebugLibraries>
22 <PlatformToolset>v120</PlatformToolset>
23 <CharacterSet>Unicode</CharacterSet>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26 <ConfigurationType>DynamicLibrary</ConfigurationType>
27 <UseDebugLibraries>false</UseDebugLibraries>
28 <PlatformToolset>v120</PlatformToolset>
29 <WholeProgramOptimization>true</WholeProgramOptimization>
30 <CharacterSet>Unicode</CharacterSet>
32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33 <ImportGroup Label="ExtensionSettings">
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41 <PropertyGroup Label="UserMacros" />
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
43 <LinkIncremental>true</LinkIncremental>
44 <IncludePath>$(ProjectDir)\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath)</IncludePath>
45 <RunCodeAnalysis>false</RunCodeAnalysis>
46 <LibraryPath>$(ProjectDir)\..\libetpan\build-windows\Debug;$(LibraryPath)</LibraryPath>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
49 <LinkIncremental>false</LinkIncremental>
50 <IncludePath>C:\Users\vb\Documents\Visual Studio 2013\Projects\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath)</IncludePath>
52 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54 <PrecompiledHeader>NotUsing</PrecompiledHeader>
55 <WarningLevel>Level3</WarningLevel>
56 <Optimization>Disabled</Optimization>
57 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PEPENGINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58 <SDLCheck>true</SDLCheck>
59 <EnablePREfast>false</EnablePREfast>
62 <SubSystem>Windows</SubSystem>
63 <GenerateDebugInformation>true</GenerateDebugInformation>
64 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
66 </ItemDefinitionGroup>
67 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69 <WarningLevel>Level3</WarningLevel>
70 <PrecompiledHeader>NotUsing</PrecompiledHeader>
71 <Optimization>MaxSpeed</Optimization>
72 <FunctionLevelLinking>true</FunctionLevelLinking>
73 <IntrinsicFunctions>true</IntrinsicFunctions>
74 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PEPENGINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75 <SDLCheck>false</SDLCheck>
76 <TreatWarningAsError>false</TreatWarningAsError>
79 <SubSystem>Windows</SubSystem>
80 <GenerateDebugInformation>true</GenerateDebugInformation>
81 <EnableCOMDATFolding>true</EnableCOMDATFolding>
82 <OptimizeReferences>true</OptimizeReferences>
84 </ItemDefinitionGroup>
86 <ClCompile Include="src\blacklist.c" />
87 <ClCompile Include="src\bloblist.c" />
88 <ClCompile Include="src\cryptotech.c" />
89 <ClCompile Include="src\email.c" />
90 <ClCompile Include="src\etpan_mime.c" />
91 <ClCompile Include="src\identity_list.c" />
92 <ClCompile Include="src\keymanagement.c" />
93 <ClCompile Include="src\message.c" />
94 <ClCompile Include="src\message_api.c" />
95 <ClCompile Include="src\mime.c" />
96 <ClCompile Include="src\pEpEngine.c" />
97 <ClCompile Include="src\pgp_gpg.c" />
98 <ClCompile Include="src\platform_windows.cpp" />
99 <ClCompile Include="src\sqlite3.c" />
100 <ClCompile Include="src\stringlist.c" />
101 <ClCompile Include="src\stringpair.c" />
102 <ClCompile Include="src\sync.c" />
103 <ClCompile Include="src\timestamp.c" />
104 <ClCompile Include="src\transport.c" />
105 <ClCompile Include="src\trans_auto.c" />
108 <ClInclude Include="src\blacklist.h" />
109 <ClInclude Include="src\bloblist.h" />
110 <ClInclude Include="src\cryptotech.h" />
111 <ClInclude Include="src\dynamic_api.h" />
112 <ClInclude Include="src\email.h" />
113 <ClInclude Include="src\etpan_mime.h" />
114 <ClInclude Include="src\identity_list.h" />
115 <ClInclude Include="src\keymanagement.h" />
116 <ClInclude Include="src\message.h" />
117 <ClInclude Include="src\message_api.h" />
118 <ClInclude Include="src\mime.h" />
119 <ClInclude Include="src\pEpEngine.h" />
120 <ClInclude Include="src\pEp_internal.h" />
121 <ClInclude Include="src\pgp_gpg.h" />
122 <ClInclude Include="src\pgp_gpg_internal.h" />
123 <ClInclude Include="src\platform.h" />
124 <ClInclude Include="src\platform_windows.h" />
125 <ClInclude Include="src\resource.h" />
126 <ClInclude Include="src\sqlite3.h" />
127 <ClInclude Include="src\stringlist.h" />
128 <ClInclude Include="src\stringpair.h" />
129 <ClInclude Include="src\sync.h" />
130 <ClInclude Include="src\sync_internal.h" />
131 <ClInclude Include="src\timestamp.h" />
132 <ClInclude Include="src\transport.h" />
133 <ClInclude Include="src\trans_auto.h" />
134 <ClInclude Include="src\wrappers.h" />
137 <Text Include="LICENSE.txt" />
140 <ProjectReference Include="..\libetpan\build-windows\libetpan\libetpan.vcxproj">
141 <Project>{ba4ded3c-e56f-4484-bfc3-9c13e461a1be}</Project>
144 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
145 <ImportGroup Label="ExtensionTargets">