@ -23,32 +23,32 @@
<ProjectGuid > {A6FA4848-3D26-44A3-A305-EFE6D1CB57DF}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > pEpMIME</RootNamespace>
<WindowsTargetPlatformVersion > 10.0.17763.0 </WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion > 10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v141 </PlatformToolset>
<PlatformToolset > v142 </PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v141 </PlatformToolset>
<PlatformToolset > v142 </PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v141 </PlatformToolset>
<PlatformToolset > v142 </PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v141 </PlatformToolset>
<PlatformToolset > v142 </PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
@ -96,7 +96,7 @@
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<AdditionalIncludeDirectories > $(SolutionDir);C:\msys64\mingw32\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories > $(SolutionDir);C:\msys64\mingw32\include;$(SolutionDir)\Dependencies\googletest\include; %(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalUsingDirectories >
</AdditionalUsingDirectories>
</ClCompile>
@ -230,12 +230,12 @@
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
<Import Project= "..\..\packages\boost.1.7 0.0.0\build\boost.targets" Condition= "Exists('..\..\packages\boost.1.70 .0.0\build\boost.targets')" />
<Import Project= "..\..\packages\boost.1.7 1.0.0\build\boost.targets" Condition= "Exists('..\..\packages\boost.1.71 .0.0\build\boost.targets')" />
</ImportGroup>
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\..\packages\boost.1.7 0 .0.0\build\boost.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.7 0 .0.0\build\boost.targets'))" />
<Error Condition= "!Exists('..\..\packages\boost.1.7 1 .0.0\build\boost.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.7 1 .0.0\build\boost.targets'))" />
</Target>
</Project>