1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.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>
17 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21 <ConfigurationType>DynamicLibrary</ConfigurationType>
22 <UseDebugLibraries>true</UseDebugLibraries>
23 <PlatformToolset>v140</PlatformToolset>
24 <CharacterSet>Unicode</CharacterSet>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27 <ConfigurationType>DynamicLibrary</ConfigurationType>
28 <UseDebugLibraries>false</UseDebugLibraries>
29 <PlatformToolset>v140</PlatformToolset>
30 <WholeProgramOptimization>true</WholeProgramOptimization>
31 <CharacterSet>Unicode</CharacterSet>
33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34 <ImportGroup Label="ExtensionSettings">
36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
42 <PropertyGroup Label="UserMacros" />
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44 <LinkIncremental>true</LinkIncremental>
45 <RunCodeAnalysis>false</RunCodeAnalysis>
46 <IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath);$(ProjectDir)\asn.1;%ASN1C%\share\asn1c</IncludePath>
47 <LibraryPath>$(ProjectDir)\..\..\libetpan\build-windows\Debug;$(LibraryPath)</LibraryPath>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
50 <LinkIncremental>false</LinkIncremental>
51 <IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath);$(ProjectDir)\asn.1;%ASN1C%\share\asn1c</IncludePath>
52 <LibraryPath>$(ProjectDir)\..\..\libetpan\build-windows\Release;$(LibraryPath)</LibraryPath>
54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56 <PrecompiledHeader>NotUsing</PrecompiledHeader>
57 <WarningLevel>Level3</WarningLevel>
58 <Optimization>Disabled</Optimization>
59 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PEPENGINE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
60 <SDLCheck>true</SDLCheck>
61 <EnablePREfast>false</EnablePREfast>
62 <AdditionalIncludeDirectories>$(SolutionDir)Tools\asn1c\share\asn1c;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
63 <CompileAs>Default</CompileAs>
66 <SubSystem>Windows</SubSystem>
67 <GenerateDebugInformation>true</GenerateDebugInformation>
68 <AdditionalDependencies>$(TargetDir)\pEpEngineASN1.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
71 <Command>cd "$(ProjectDir)..\sync" && python "%YML_PATH%\yml2proc" -E utf-8 -y gen_statemachine.ysl2 devicegroup.fsm -o .statemachines
72 cd "$(ProjectDir)..\sync" && python "%YML_PATH%\yml2proc" -E utf-8 -ygen_actions_skeleton.ysl2 devicegroup.fsm -o .skeletons
75 </ItemDefinitionGroup>
76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <WarningLevel>Level3</WarningLevel>
79 <PrecompiledHeader>NotUsing</PrecompiledHeader>
80 <Optimization>MaxSpeed</Optimization>
81 <FunctionLevelLinking>true</FunctionLevelLinking>
82 <IntrinsicFunctions>true</IntrinsicFunctions>
83 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PEPENGINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84 <SDLCheck>false</SDLCheck>
85 <TreatWarningAsError>false</TreatWarningAsError>
86 <AdditionalIncludeDirectories>$(SolutionDir)Tools\asn1c\share\asn1c;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
87 <CompileAs>Default</CompileAs>
88 <MultiProcessorCompilation>true</MultiProcessorCompilation>
89 <ControlFlowGuard>Guard</ControlFlowGuard>
92 <SubSystem>Windows</SubSystem>
93 <GenerateDebugInformation>true</GenerateDebugInformation>
94 <EnableCOMDATFolding>true</EnableCOMDATFolding>
95 <OptimizeReferences>true</OptimizeReferences>
96 <AdditionalDependencies>$(TargetDir)\pEpEngineASN1.lib;Rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
99 <Command>cd "$(ProjectDir)..\sync" && python "%YML_PATH%\yml2proc" -E utf-8 -y gen_statemachine.ysl2 devicegroup.fsm -o .statemachines
100 cd "$(ProjectDir)..\sync" && python "%YML_PATH%\yml2proc" -E utf-8 -ygen_actions_skeleton.ysl2 devicegroup.fsm -o .skeletons
103 </ItemDefinitionGroup>
105 <ClCompile Include="..\src\asn1_helper.c" />
106 <ClCompile Include="..\src\baseprotocol.c" />
107 <ClCompile Include="..\src\blacklist.c" />
108 <ClCompile Include="..\src\bloblist.c" />
109 <ClCompile Include="..\src\cryptotech.c" />
110 <ClCompile Include="..\src\email.c" />
111 <ClCompile Include="..\src\etpan_mime.c" />
112 <ClCompile Include="..\src\identity_list.c" />
113 <ClCompile Include="..\src\keymanagement.c" />
114 <ClCompile Include="..\src\map_asn1.c" />
115 <ClCompile Include="..\src\message.c" />
116 <ClCompile Include="..\src\message_api.c" />
117 <ClCompile Include="..\src\mime.c" />
118 <ClCompile Include="..\src\openpgp_compat.c" />
119 <ClCompile Include="..\src\pEpEngine.c" />
120 <ClCompile Include="..\src\pgp_gpg.c" />
121 <ClCompile Include="..\src\platform_windows.cpp" />
122 <ClCompile Include="..\src\sqlite3.c" />
123 <ClCompile Include="..\src\stringlist.c" />
124 <ClCompile Include="..\src\stringpair.c" />
125 <ClCompile Include="..\src\sync.c" />
126 <ClCompile Include="..\src\sync_actions.c" />
127 <ClCompile Include="..\src\sync_driver.c" />
128 <ClCompile Include="..\src\sync_fsm.c" />
129 <ClCompile Include="..\src\sync_impl.c" />
130 <ClCompile Include="..\src\sync_send_actions.c" />
131 <ClCompile Include="..\src\timestamp.c" />
132 <ClCompile Include="..\src\transport.c" />
133 <ClCompile Include="..\src\trans_auto.c" />
136 <ClInclude Include="..\src\asn1_helper.h" />
137 <ClInclude Include="..\src\baseprotocol.h" />
138 <ClInclude Include="..\src\blacklist.h" />
139 <ClInclude Include="..\src\bloblist.h" />
140 <ClInclude Include="..\src\cryptotech.h" />
141 <ClInclude Include="..\src\dynamic_api.h" />
142 <ClInclude Include="..\src\email.h" />
143 <ClInclude Include="..\src\etpan_mime.h" />
144 <ClInclude Include="..\src\identity_list.h" />
145 <ClInclude Include="..\src\keymanagement.h" />
146 <ClInclude Include="..\src\map_asn1.h" />
147 <ClInclude Include="..\src\message.h" />
148 <ClInclude Include="..\src\message_api.h" />
149 <ClInclude Include="..\src\mime.h" />
150 <ClInclude Include="..\src\openpgp_compat.h" />
151 <ClInclude Include="..\src\pEpEngine.h" />
152 <ClInclude Include="..\src\pEp_internal.h" />
153 <ClInclude Include="..\src\pgp_gpg.h" />
154 <ClInclude Include="..\src\pgp_gpg_internal.h" />
155 <ClInclude Include="..\src\platform.h" />
156 <ClInclude Include="..\src\platform_windows.h" />
157 <ClInclude Include="..\src\resource.h" />
158 <ClInclude Include="..\src\sqlite3.h" />
159 <ClInclude Include="..\src\stringlist.h" />
160 <ClInclude Include="..\src\stringpair.h" />
161 <ClInclude Include="..\src\sync.h" />
162 <ClInclude Include="..\src\sync_fsm.h" />
163 <ClInclude Include="..\src\sync_impl.h" />
164 <ClInclude Include="..\src\timestamp.h" />
165 <ClInclude Include="..\src\transport.h" />
166 <ClInclude Include="..\src\trans_auto.h" />
167 <ClInclude Include="..\src\wrappers.h" />
170 <Text Include="..\LICENSE.txt" />
173 <ProjectReference Include="..\..\libetpan\build-windows\libetpan\libetpan.vcxproj">
174 <Project>{ba4ded3c-e56f-4484-bfc3-9c13e461a1be}</Project>
177 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
178 <ImportGroup Label="ExtensionTargets">