|
|
@ -1,5 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
@ -14,18 +14,19 @@ |
|
|
|
<ProjectGuid>{146E69F8-E1DA-456A-B048-6DD29D9ACF6B}</ProjectGuid> |
|
|
|
<Keyword>Win32Proj</Keyword> |
|
|
|
<RootNamespace>pEpEngine</RootNamespace> |
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
@ -48,7 +49,7 @@ |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
<IncludePath>$(ProjectDir)\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GNU\GnuPG\include;$(IncludePath)</IncludePath> |
|
|
|
<LibraryPath>$(ProjectDir)\..\libetpan\build-windows\Release;$(LibraryPath)</LibraryPath> |
|
|
|
<LibraryPath>$(ProjectDir)\..\libetpan\build-windows\Release;$(LibraryPath)</LibraryPath> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<ClCompile> |
|
|
@ -59,6 +60,7 @@ |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<EnablePREfast>false</EnablePREfast> |
|
|
|
<AdditionalIncludeDirectories>C:\Users\vb\share\asn1c;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
@ -81,6 +83,7 @@ |
|
|
|
<SDLCheck>false</SDLCheck> |
|
|
|
<TreatWarningAsError>false</TreatWarningAsError> |
|
|
|
<AdditionalIncludeDirectories>C:\Users\vb\share\asn1c;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|