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