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|ARM64">
5      <Configuration>Debug</Configuration>
6      <Platform>ARM64</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|Win32">
9      <Configuration>Debug</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Debug|x64">
13      <Configuration>Debug</Configuration>
14      <Platform>x64</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|ARM64">
17      <Configuration>Release</Configuration>
18      <Platform>ARM64</Platform>
19    </ProjectConfiguration>
20    <ProjectConfiguration Include="Release|Win32">
21      <Configuration>Release</Configuration>
22      <Platform>Win32</Platform>
23    </ProjectConfiguration>
24    <ProjectConfiguration Include="Release|x64">
25      <Configuration>Release</Configuration>
26      <Platform>x64</Platform>
27    </ProjectConfiguration>
28  </ItemGroup>
29  <PropertyGroup Label="Globals">
30    <ProjectGuid>{19CCA8B8-46B9-4609-B7CE-198DA19F07BD}</ProjectGuid>
31    <Keyword>Win32Proj</Keyword>
32    <RootNamespace>Scintilla</RootNamespace>
33  </PropertyGroup>
34  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35  <PropertyGroup>
36    <ConfigurationType>DynamicLibrary</ConfigurationType>
37    <CharacterSet>Unicode</CharacterSet>
38    <PlatformToolset>v141</PlatformToolset>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
41    <UseDebugLibraries>true</UseDebugLibraries>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44    <UseDebugLibraries>true</UseDebugLibraries>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
47    <UseDebugLibraries>true</UseDebugLibraries>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
50    <UseDebugLibraries>false</UseDebugLibraries>
51    <WholeProgramOptimization>true</WholeProgramOptimization>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
54    <UseDebugLibraries>false</UseDebugLibraries>
55    <WholeProgramOptimization>true</WholeProgramOptimization>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
58    <UseDebugLibraries>false</UseDebugLibraries>
59    <WholeProgramOptimization>true</WholeProgramOptimization>
60  </PropertyGroup>
61  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
62  <ImportGroup Label="ExtensionSettings">
63  </ImportGroup>
64  <ImportGroup Label="PropertySheets">
65    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66  </ImportGroup>
67  <PropertyGroup Label="UserMacros" />
68  <PropertyGroup>
69    <LinkIncremental>false</LinkIncremental>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
72    <IntDir>Intermediates\$(Platform)\$(Configuration)\</IntDir>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
75    <IntDir>Intermediates\$(Platform)\$(Configuration)\</IntDir>
76  </PropertyGroup>
77  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78    <IntDir>Intermediates\$(Configuration)\</IntDir>
79  </PropertyGroup>
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81    <IntDir>Intermediates\$(Configuration)\</IntDir>
82  </PropertyGroup>
83  <ItemDefinitionGroup>
84    <ClCompile>
85      <WarningLevel>Level4</WarningLevel>
86      <PreprocessorDefinitions>SCI_EMPTYCATALOGUE;SCI_LEXER;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87      <AdditionalIncludeDirectories>..\include;..\src;..\lexlib;</AdditionalIncludeDirectories>
88      <BrowseInformation>true</BrowseInformation>
89      <MultiProcessorCompilation>true</MultiProcessorCompilation>
90      <MinimalRebuild>false</MinimalRebuild>
91      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
92    </ClCompile>
93    <Link>
94      <SubSystem>Windows</SubSystem>
95      <GenerateDebugInformation>true</GenerateDebugInformation>
96      <AdditionalDependencies>gdi32.lib;imm32.lib;ole32.lib;oleaut32.lib;msimg32.lib;%(AdditionalDependencies)</AdditionalDependencies>
97    </Link>
98  </ItemDefinitionGroup>
99  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
100    <ClCompile>
101      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
102      <LanguageStandard>stdcpp17</LanguageStandard>
103    </ClCompile>
104    <Link>
105      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
106    </Link>
107  </ItemDefinitionGroup>
108  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
109    <ClCompile>
110      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111      <LanguageStandard>stdcpp17</LanguageStandard>
112    </ClCompile>
113    <Link>
114      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
115    </Link>
116  </ItemDefinitionGroup>
117  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
118    <ClCompile>
119      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120      <LanguageStandard>stdcpp17</LanguageStandard>
121    </ClCompile>
122    <Link>
123      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
124    </Link>
125  </ItemDefinitionGroup>
126  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
127    <ClCompile>
128      <FunctionLevelLinking>true</FunctionLevelLinking>
129      <IntrinsicFunctions>true</IntrinsicFunctions>
130      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131      <LanguageStandard>stdcpp17</LanguageStandard>
132    </ClCompile>
133    <Link>
134      <EnableCOMDATFolding>true</EnableCOMDATFolding>
135      <OptimizeReferences>true</OptimizeReferences>
136    </Link>
137  </ItemDefinitionGroup>
138  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
139    <ClCompile>
140      <FunctionLevelLinking>true</FunctionLevelLinking>
141      <IntrinsicFunctions>true</IntrinsicFunctions>
142      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143      <LanguageStandard>stdcpp17</LanguageStandard>
144    </ClCompile>
145    <Link>
146      <EnableCOMDATFolding>true</EnableCOMDATFolding>
147      <OptimizeReferences>true</OptimizeReferences>
148    </Link>
149  </ItemDefinitionGroup>
150  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
151    <ClCompile>
152      <FunctionLevelLinking>true</FunctionLevelLinking>
153      <IntrinsicFunctions>true</IntrinsicFunctions>
154      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155      <LanguageStandard>stdcpp17</LanguageStandard>
156    </ClCompile>
157    <Link>
158      <EnableCOMDATFolding>true</EnableCOMDATFolding>
159      <OptimizeReferences>true</OptimizeReferences>
160    </Link>
161  </ItemDefinitionGroup>
162  <ItemGroup>
163    <ClCompile Include="..\lexlib\*.cxx" />
164    <ClCompile Include="..\src\*.cxx" />
165    <ClCompile Include="..\win32\HanjaDic.cxx" />
166    <ClCompile Include="..\win32\PlatWin.cxx" />
167    <ClCompile Include="..\win32\ScintillaWin.cxx" />
168    <ClCompile Include="..\win32\ScintillaDLL.cxx" />
169  </ItemGroup>
170  <ItemGroup>
171    <ClInclude Include="..\include\*.h" />
172    <ClInclude Include="..\src\*.h" />
173    <ClInclude Include="..\lexlib\*.h" />
174    <ClInclude Include="..\win32\*.h" />
175  </ItemGroup>
176  <ItemGroup>
177    <ResourceCompile Include="..\win32\ScintRes.rc" />
178  </ItemGroup>
179  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
180  <ImportGroup Label="ExtensionTargets">
181  </ImportGroup>
182</Project>