vb@0
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
Dean@971
|
2 |
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
vb@0
|
3 |
<ItemGroup Label="ProjectConfigurations">
|
vb@0
|
4 |
<ProjectConfiguration Include="Debug|Win32">
|
vb@0
|
5 |
<Configuration>Debug</Configuration>
|
vb@0
|
6 |
<Platform>Win32</Platform>
|
vb@0
|
7 |
</ProjectConfiguration>
|
vb@0
|
8 |
<ProjectConfiguration Include="Release|Win32">
|
vb@0
|
9 |
<Configuration>Release</Configuration>
|
vb@0
|
10 |
<Platform>Win32</Platform>
|
vb@0
|
11 |
</ProjectConfiguration>
|
vb@0
|
12 |
</ItemGroup>
|
vb@0
|
13 |
<PropertyGroup Label="Globals">
|
vb@0
|
14 |
<ProjectGuid>{146E69F8-E1DA-456A-B048-6DD29D9ACF6B}</ProjectGuid>
|
vb@0
|
15 |
<Keyword>Win32Proj</Keyword>
|
vb@0
|
16 |
<RootNamespace>pEpEngine</RootNamespace>
|
Dean@971
|
17 |
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
vb@0
|
18 |
</PropertyGroup>
|
vb@0
|
19 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
vb@0
|
20 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
vb@0
|
21 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
vb@0
|
22 |
<UseDebugLibraries>true</UseDebugLibraries>
|
Dean@971
|
23 |
<PlatformToolset>v140</PlatformToolset>
|
vb@0
|
24 |
<CharacterSet>Unicode</CharacterSet>
|
vb@0
|
25 |
</PropertyGroup>
|
vb@0
|
26 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
vb@0
|
27 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
vb@0
|
28 |
<UseDebugLibraries>false</UseDebugLibraries>
|
Dean@971
|
29 |
<PlatformToolset>v140</PlatformToolset>
|
vb@0
|
30 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
vb@0
|
31 |
<CharacterSet>Unicode</CharacterSet>
|
vb@0
|
32 |
</PropertyGroup>
|
vb@0
|
33 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
vb@0
|
34 |
<ImportGroup Label="ExtensionSettings">
|
vb@0
|
35 |
</ImportGroup>
|
vb@0
|
36 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
vb@0
|
37 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
vb@0
|
38 |
</ImportGroup>
|
vb@0
|
39 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
vb@0
|
40 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
vb@0
|
41 |
</ImportGroup>
|
vb@0
|
42 |
<PropertyGroup Label="UserMacros" />
|
vb@0
|
43 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
vb@0
|
44 |
<LinkIncremental>true</LinkIncremental>
|
markus@397
|
45 |
<IncludePath>$(ProjectDir)\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath)</IncludePath>
|
vb@19
|
46 |
<RunCodeAnalysis>false</RunCodeAnalysis>
|
markus@397
|
47 |
<LibraryPath>$(ProjectDir)\..\libetpan\build-windows\Debug;$(LibraryPath)</LibraryPath>
|
vb@0
|
48 |
</PropertyGroup>
|
vb@0
|
49 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
vb@0
|
50 |
<LinkIncremental>false</LinkIncremental>
|
Dean@966
|
51 |
<IncludePath>$(ProjectDir)\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath)</IncludePath>
|
Dean@971
|
52 |
<LibraryPath>$(ProjectDir)\..\libetpan\build-windows\Release;$(LibraryPath)</LibraryPath>
|
vb@0
|
53 |
</PropertyGroup>
|
vb@0
|
54 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
vb@0
|
55 |
<ClCompile>
|
vb@0
|
56 |
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
vb@0
|
57 |
<WarningLevel>Level3</WarningLevel>
|
vb@0
|
58 |
<Optimization>Disabled</Optimization>
|
vb@680
|
59 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PEPENGINE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
vb@0
|
60 |
<SDLCheck>true</SDLCheck>
|
vb@19
|
61 |
<EnablePREfast>false</EnablePREfast>
|
vb@680
|
62 |
<AdditionalIncludeDirectories>C:\Users\vb\share\asn1c;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Dean@971
|
63 |
<CompileAs>Default</CompileAs>
|
vb@0
|
64 |
</ClCompile>
|
vb@0
|
65 |
<Link>
|
vb@0
|
66 |
<SubSystem>Windows</SubSystem>
|
vb@0
|
67 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
vb@681
|
68 |
<AdditionalDependencies>$(TargetDir)\pEpEngineASN1.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
vb@0
|
69 |
</Link>
|
vb@714
|
70 |
<PreBuildEvent>
|
vb@714
|
71 |
<Command>
|
vb@714
|
72 |
</Command>
|
vb@714
|
73 |
</PreBuildEvent>
|
vb@0
|
74 |
</ItemDefinitionGroup>
|
vb@0
|
75 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
vb@0
|
76 |
<ClCompile>
|
vb@0
|
77 |
<WarningLevel>Level3</WarningLevel>
|
vb@0
|
78 |
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
vb@0
|
79 |
<Optimization>MaxSpeed</Optimization>
|
vb@0
|
80 |
<FunctionLevelLinking>true</FunctionLevelLinking>
|
vb@0
|
81 |
<IntrinsicFunctions>true</IntrinsicFunctions>
|
vb@0
|
82 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PEPENGINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
vb@0
|
83 |
<SDLCheck>false</SDLCheck>
|
vb@0
|
84 |
<TreatWarningAsError>false</TreatWarningAsError>
|
vb@680
|
85 |
<AdditionalIncludeDirectories>C:\Users\vb\share\asn1c;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Dean@971
|
86 |
<CompileAs>Default</CompileAs>
|
vb@0
|
87 |
</ClCompile>
|
vb@0
|
88 |
<Link>
|
vb@0
|
89 |
<SubSystem>Windows</SubSystem>
|
vb@0
|
90 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
vb@0
|
91 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
vb@0
|
92 |
<OptimizeReferences>true</OptimizeReferences>
|
vb@681
|
93 |
<AdditionalDependencies>$(TargetDir)\pEpEngineASN1.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
vb@0
|
94 |
</Link>
|
vb@680
|
95 |
<PreBuildEvent>
|
vb@681
|
96 |
<Command>
|
vb@681
|
97 |
</Command>
|
vb@680
|
98 |
</PreBuildEvent>
|
vb@0
|
99 |
</ItemDefinitionGroup>
|
vb@0
|
100 |
<ItemGroup>
|
vb@714
|
101 |
<ClCompile Include="src\baseprotocol.c" />
|
markus@525
|
102 |
<ClCompile Include="src\blacklist.c" />
|
vb@125
|
103 |
<ClCompile Include="src\bloblist.c" />
|
vb@23
|
104 |
<ClCompile Include="src\cryptotech.c" />
|
vb@125
|
105 |
<ClCompile Include="src\email.c" />
|
vb@125
|
106 |
<ClCompile Include="src\etpan_mime.c" />
|
vb@125
|
107 |
<ClCompile Include="src\identity_list.c" />
|
vb@0
|
108 |
<ClCompile Include="src\keymanagement.c" />
|
vb@680
|
109 |
<ClCompile Include="src\map_asn1.c" />
|
vb@125
|
110 |
<ClCompile Include="src\message.c" />
|
vb@125
|
111 |
<ClCompile Include="src\message_api.c" />
|
vb@125
|
112 |
<ClCompile Include="src\mime.c" />
|
vb@0
|
113 |
<ClCompile Include="src\pEpEngine.c" />
|
vb@24
|
114 |
<ClCompile Include="src\pgp_gpg.c" />
|
vb@0
|
115 |
<ClCompile Include="src\platform_windows.cpp" />
|
vb@0
|
116 |
<ClCompile Include="src\sqlite3.c" />
|
vb@125
|
117 |
<ClCompile Include="src\stringlist.c" />
|
vb@125
|
118 |
<ClCompile Include="src\stringpair.c" />
|
vb@575
|
119 |
<ClCompile Include="src\sync.c" />
|
vb@680
|
120 |
<ClCompile Include="src\sync_actions.c" />
|
vb@680
|
121 |
<ClCompile Include="src\sync_driver.c" />
|
vb@680
|
122 |
<ClCompile Include="src\sync_fsm.c" />
|
vb@889
|
123 |
<ClCompile Include="src\sync_send_actions.c" />
|
vb@125
|
124 |
<ClCompile Include="src\timestamp.c" />
|
vb@23
|
125 |
<ClCompile Include="src\transport.c" />
|
vb@125
|
126 |
<ClCompile Include="src\trans_auto.c" />
|
vb@0
|
127 |
</ItemGroup>
|
vb@0
|
128 |
<ItemGroup>
|
vb@714
|
129 |
<ClInclude Include="src\baseprotocol.h" />
|
vb@547
|
130 |
<ClInclude Include="src\blacklist.h" />
|
vb@125
|
131 |
<ClInclude Include="src\bloblist.h" />
|
vb@23
|
132 |
<ClInclude Include="src\cryptotech.h" />
|
vb@125
|
133 |
<ClInclude Include="src\dynamic_api.h" />
|
vb@125
|
134 |
<ClInclude Include="src\email.h" />
|
vb@125
|
135 |
<ClInclude Include="src\etpan_mime.h" />
|
vb@125
|
136 |
<ClInclude Include="src\identity_list.h" />
|
vb@0
|
137 |
<ClInclude Include="src\keymanagement.h" />
|
vb@680
|
138 |
<ClInclude Include="src\map_asn1.h" />
|
vb@125
|
139 |
<ClInclude Include="src\message.h" />
|
vb@125
|
140 |
<ClInclude Include="src\message_api.h" />
|
vb@125
|
141 |
<ClInclude Include="src\mime.h" />
|
vb@0
|
142 |
<ClInclude Include="src\pEpEngine.h" />
|
vb@24
|
143 |
<ClInclude Include="src\pEp_internal.h" />
|
vb@24
|
144 |
<ClInclude Include="src\pgp_gpg.h" />
|
vb@24
|
145 |
<ClInclude Include="src\pgp_gpg_internal.h" />
|
vb@130
|
146 |
<ClInclude Include="src\platform.h" />
|
vb@0
|
147 |
<ClInclude Include="src\platform_windows.h" />
|
vb@125
|
148 |
<ClInclude Include="src\resource.h" />
|
vb@0
|
149 |
<ClInclude Include="src\sqlite3.h" />
|
vb@125
|
150 |
<ClInclude Include="src\stringlist.h" />
|
vb@125
|
151 |
<ClInclude Include="src\stringpair.h" />
|
vb@575
|
152 |
<ClInclude Include="src\sync.h" />
|
vb@680
|
153 |
<ClInclude Include="src\sync_fsm.h" />
|
vb@125
|
154 |
<ClInclude Include="src\timestamp.h" />
|
vb@23
|
155 |
<ClInclude Include="src\transport.h" />
|
vb@125
|
156 |
<ClInclude Include="src\trans_auto.h" />
|
vb@125
|
157 |
<ClInclude Include="src\wrappers.h" />
|
vb@0
|
158 |
</ItemGroup>
|
vb@33
|
159 |
<ItemGroup>
|
vb@33
|
160 |
<Text Include="LICENSE.txt" />
|
vb@33
|
161 |
</ItemGroup>
|
vb@130
|
162 |
<ItemGroup>
|
vb@130
|
163 |
<ProjectReference Include="..\libetpan\build-windows\libetpan\libetpan.vcxproj">
|
vb@130
|
164 |
<Project>{ba4ded3c-e56f-4484-bfc3-9c13e461a1be}</Project>
|
vb@130
|
165 |
</ProjectReference>
|
vb@130
|
166 |
</ItemGroup>
|
vb@0
|
167 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
vb@0
|
168 |
<ImportGroup Label="ExtensionTargets">
|
vb@0
|
169 |
</ImportGroup>
|
vb@0
|
170 |
</Project> |