@ -52,11 +52,12 @@
<PropertyGroup Label= "UserMacros" />
<PropertyGroup >
<LinkIncremental > false</LinkIncremental>
<NuGetPackageImportStamp > ba6a8a13</NuGetPackageImportStamp>
</PropertyGroup>
<ItemDefinitionGroup >
<ClCompile >
<WarningLevel > Level4</WarningLevel>
<PreprocessorDefinitions > WIN32;SCI_LEXER;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_NO_DEPRECATE;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions > WIN32;SCI_LEXER;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_NO_DEPRECATE;_WINDOWS;_USRDLL;SCI_OWNREGEX; %(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories > ..\include;..\src;..\lexlib;</AdditionalIncludeDirectories>
<BrowseInformation > true</BrowseInformation>
<MultiProcessorCompilation > true</MultiProcessorCompilation>
@ -114,17 +115,31 @@
<ClCompile Include= "..\win32\HanjaDic.cxx" />
<ClCompile Include= "..\win32\PlatWin.cxx" />
<ClCompile Include= "..\win32\ScintillaWin.cxx" />
<ClCompile Include= "..\boostregex\*.cxx" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "..\include\*.h" />
<ClInclude Include= "..\src\*.h" />
<ClInclude Include= "..\lexlib\*.h" />
<ClInclude Include= "..\win32\*.h" />
<ClInclude Include= "..\boostregex\*.h" />
</ItemGroup>
<ItemGroup >
<ResourceCompile Include= "..\win32\ScintRes.rc" />
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
<Import Project= "..\..\PowerEditor\visual.net\packages\boost.1.58.0.0\build\native\boost.targets" Condition= "Exists('..\..\PowerEditor\visual.net\packages\boost.1.58.0.0\build\native\boost.targets')" />
<Import Project= "..\..\PowerEditor\visual.net\packages\boost_regex-vc120.1.58.0.0\build\native\boost_regex-vc120.targets" Condition= "Exists('..\..\PowerEditor\visual.net\packages\boost_regex-vc120.1.58.0.0\build\native\boost_regex-vc120.targets')" />
</ImportGroup>
</Project>
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable 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('..\..\PowerEditor\visual.net\packages\boost.1.58.0.0\build\native\boost.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\PowerEditor\visual.net\packages\boost.1.58.0.0\build\native\boost.targets'))" />
<Error Condition= "!Exists('..\..\PowerEditor\visual.net\packages\boost_regex-vc120.1.58.0.0\build\native\boost_regex-vc120.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\PowerEditor\visual.net\packages\boost_regex-vc120.1.58.0.0\build\native\boost_regex-vc120.targets'))" />
</Target>
</Project>