2015-06-07 21:19:26 +00:00
<?xml version="1.0" encoding="utf-8"?>
2015-06-11 09:31:59 +00:00
<Project DefaultTargets= "Build" ToolsVersion= "12.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2015-06-07 21:19:26 +00:00
<ItemGroup Label= "ProjectConfigurations" >
2015-06-11 09:31:59 +00:00
<ProjectConfiguration Include= "Unicode Debug|Win32" >
<Configuration > Unicode Debug</Configuration>
2015-06-07 21:19:26 +00:00
<Platform > Win32</Platform>
</ProjectConfiguration>
2015-06-11 09:31:59 +00:00
<ProjectConfiguration Include= "Unicode Debug|x64" >
<Configuration > Unicode Debug</Configuration>
2015-06-07 21:19:26 +00:00
<Platform > x64</Platform>
</ProjectConfiguration>
2015-06-11 09:31:59 +00:00
<ProjectConfiguration Include= "Unicode Release|Win32" >
<Configuration > Unicode Release</Configuration>
2015-06-07 21:19:26 +00:00
<Platform > Win32</Platform>
</ProjectConfiguration>
2015-06-11 09:31:59 +00:00
<ProjectConfiguration Include= "Unicode Release|x64" >
<Configuration > Unicode Release</Configuration>
2015-06-07 21:19:26 +00:00
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {FBE04237-9C7B-4973-9C60-505975998B39}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > SciLexer</RootNamespace>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<CharacterSet > Unicode</CharacterSet>
2015-06-11 09:31:59 +00:00
<PlatformToolset > v120_xp</PlatformToolset>
2015-06-07 21:19:26 +00:00
</PropertyGroup>
2015-06-11 09:31:59 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label= "Configuration" >
2015-06-07 21:19:26 +00:00
<UseDebugLibraries > true</UseDebugLibraries>
</PropertyGroup>
2015-06-11 09:31:59 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Unicode Debug|x64'" Label= "Configuration" >
2015-06-07 21:19:26 +00:00
<UseDebugLibraries > true</UseDebugLibraries>
</PropertyGroup>
2015-06-11 09:31:59 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Unicode Release|Win32'" Label= "Configuration" >
2015-06-07 21:19:26 +00:00
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
</PropertyGroup>
2015-06-11 09:31:59 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Unicode Release|x64'" Label= "Configuration" >
2015-06-07 21:19:26 +00:00
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup >
<LinkIncremental > false</LinkIncremental>
2015-06-11 15:37:54 +00:00
<NuGetPackageImportStamp > ba6a8a13</NuGetPackageImportStamp>
2015-06-07 21:19:26 +00:00
</PropertyGroup>
<ItemDefinitionGroup >
<ClCompile >
<WarningLevel > Level4</WarningLevel>
2017-03-13 20:28:02 +00:00
<PreprocessorDefinitions > WIN32;SCI_LEXER;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_NO_DEPRECATE;_WINDOWS;_USRDLL;SCI_OWNREGEX;SCI_NAMESPACE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2015-06-07 21:19:26 +00:00
<AdditionalIncludeDirectories > ..\include;..\src;..\lexlib;</AdditionalIncludeDirectories>
<BrowseInformation > true</BrowseInformation>
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<MinimalRebuild > false</MinimalRebuild>
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<AdditionalDependencies > imm32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
2015-06-11 09:31:59 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" >
2015-06-07 21:19:26 +00:00
<ClCompile >
<PreprocessorDefinitions > _DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link >
<LinkTimeCodeGeneration > Default</LinkTimeCodeGeneration>
</Link>
</ItemDefinitionGroup>
2015-06-11 09:31:59 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Unicode Debug|x64'" >
2015-06-07 21:19:26 +00:00
<ClCompile >
<PreprocessorDefinitions > _DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link >
<LinkTimeCodeGeneration > Default</LinkTimeCodeGeneration>
</Link>
</ItemDefinitionGroup>
2015-06-11 09:31:59 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Unicode Release|Win32'" >
2015-06-07 21:19:26 +00:00
<ClCompile >
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<PreprocessorDefinitions > NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link >
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
2015-06-11 09:31:59 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Unicode Release|x64'" >
2015-06-07 21:19:26 +00:00
<ClCompile >
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<PreprocessorDefinitions > NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link >
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
<ClCompile Include= "..\lexers\*.cxx" />
<ClCompile Include= "..\lexlib\*.cxx" />
<ClCompile Include= "..\src\*.cxx" />
<ClCompile Include= "..\win32\HanjaDic.cxx" />
<ClCompile Include= "..\win32\PlatWin.cxx" />
<ClCompile Include= "..\win32\ScintillaWin.cxx" />
2015-06-11 15:37:54 +00:00
<ClCompile Include= "..\boostregex\*.cxx" />
2015-06-07 21:19:26 +00:00
</ItemGroup>
<ItemGroup >
<ClInclude Include= "..\include\*.h" />
<ClInclude Include= "..\src\*.h" />
<ClInclude Include= "..\lexlib\*.h" />
<ClInclude Include= "..\win32\*.h" />
2015-06-11 15:37:54 +00:00
<ClInclude Include= "..\boostregex\*.h" />
2015-06-07 21:19:26 +00:00
</ItemGroup>
<ItemGroup >
<ResourceCompile Include= "..\win32\ScintRes.rc" />
</ItemGroup>
2015-06-11 15:37:54 +00:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2015-06-07 21:19:26 +00:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2015-06-11 15:37:54 +00:00
<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')" />
2015-06-07 21:19:26 +00:00
</ImportGroup>
2015-06-11 15:37:54 +00:00
<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>