Skip to content

Commit b28331f

Browse files
committed
Merge branch 'dx11'
2 parents 22d0780 + 820dc96 commit b28331f

6 files changed

+1987
-32
lines changed

Bonzomatic_W32_DX11.sln

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bonzomatic_W32_DX11", "Bonzomatic_W32_DX11.vcxproj", "{7BEE21A3-EF57-41AA-99E6-2BD3091A6926}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Win32 = Debug|Win32
9+
Release|Win32 = Release|Win32
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{7BEE21A3-EF57-41AA-99E6-2BD3091A6926}.Debug|Win32.ActiveCfg = Debug|Win32
13+
{7BEE21A3-EF57-41AA-99E6-2BD3091A6926}.Debug|Win32.Build.0 = Debug|Win32
14+
{7BEE21A3-EF57-41AA-99E6-2BD3091A6926}.Release|Win32.ActiveCfg = Release|Win32
15+
{7BEE21A3-EF57-41AA-99E6-2BD3091A6926}.Release|Win32.Build.0 = Release|Win32
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

Bonzomatic_W32_DX11.vcxproj

+305
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,305 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release|Win32">
9+
<Configuration>Release</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
</ItemGroup>
13+
<PropertyGroup Label="Globals">
14+
<ProjectGuid>{7BEE21A3-EF57-41AA-99E6-2BD3091A6926}</ProjectGuid>
15+
<Keyword>Win32Proj</Keyword>
16+
<RootNamespace>Bonzomatic_W32_DX11</RootNamespace>
17+
</PropertyGroup>
18+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20+
<ConfigurationType>Application</ConfigurationType>
21+
<UseDebugLibraries>true</UseDebugLibraries>
22+
<CharacterSet>Unicode</CharacterSet>
23+
</PropertyGroup>
24+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25+
<ConfigurationType>Application</ConfigurationType>
26+
<UseDebugLibraries>false</UseDebugLibraries>
27+
<WholeProgramOptimization>true</WholeProgramOptimization>
28+
<CharacterSet>Unicode</CharacterSet>
29+
</PropertyGroup>
30+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31+
<ImportGroup Label="ExtensionSettings">
32+
</ImportGroup>
33+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
34+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35+
</ImportGroup>
36+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
37+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38+
</ImportGroup>
39+
<PropertyGroup Label="UserMacros" />
40+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
41+
<LinkIncremental>true</LinkIncremental>
42+
<IncludePath>external;external\scintilla\include;external\scintilla\lexlib;external\scintilla\src;external\glee;external\sdl\include;external\bass;$(IncludePath)</IncludePath>
43+
<LibraryPath>external\bass\;external\sdl\lib\;$(LibraryPath)</LibraryPath>
44+
<OutDir>$(SolutionDir)\</OutDir>
45+
<IntDir>$(ProjectName)_$(Configuration)\</IntDir>
46+
</PropertyGroup>
47+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48+
<LinkIncremental>false</LinkIncremental>
49+
<IncludePath>external;external\scintilla\include;external\scintilla\lexlib;external\scintilla\src;external\glee;external\sdl\include;external\bass;$(IncludePath)</IncludePath>
50+
<LibraryPath>external\bass\;external\sdl\lib\;$(LibraryPath)</LibraryPath>
51+
<OutDir>$(SolutionDir)\</OutDir>
52+
<IntDir>$(ProjectName)_$(Configuration)\</IntDir>
53+
</PropertyGroup>
54+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55+
<ClCompile>
56+
<PrecompiledHeader>
57+
</PrecompiledHeader>
58+
<WarningLevel>Level3</WarningLevel>
59+
<Optimization>Disabled</Optimization>
60+
<PreprocessorDefinitions>SCI_LEXER;SCI_NAMESPACE;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61+
</ClCompile>
62+
<Link>
63+
<SubSystem>Console</SubSystem>
64+
<GenerateDebugInformation>true</GenerateDebugInformation>
65+
<AdditionalDependencies>bass.lib;d3d11.lib;d3dcompiler.lib;dxguid.lib;DXGI.lib;%(AdditionalDependencies)</AdditionalDependencies>
66+
</Link>
67+
</ItemDefinitionGroup>
68+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69+
<ClCompile>
70+
<WarningLevel>Level3</WarningLevel>
71+
<PrecompiledHeader>
72+
</PrecompiledHeader>
73+
<Optimization>MaxSpeed</Optimization>
74+
<FunctionLevelLinking>true</FunctionLevelLinking>
75+
<IntrinsicFunctions>true</IntrinsicFunctions>
76+
<PreprocessorDefinitions>SCI_LEXER;SCI_NAMESPACE;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
78+
</ClCompile>
79+
<Link>
80+
<SubSystem>Console</SubSystem>
81+
<GenerateDebugInformation>true</GenerateDebugInformation>
82+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
83+
<OptimizeReferences>true</OptimizeReferences>
84+
<AdditionalDependencies>bass.lib;d3d11.lib;d3dcompiler.lib;dxguid.lib;DXGI.lib;%(AdditionalDependencies)</AdditionalDependencies>
85+
</Link>
86+
</ItemDefinitionGroup>
87+
<ItemGroup>
88+
<ClCompile Include="external\jsonxx\jsonxx.cc" />
89+
<ClCompile Include="external\scintilla\lexers\LexA68k.cxx" />
90+
<ClCompile Include="external\scintilla\lexers\LexAbaqus.cxx" />
91+
<ClCompile Include="external\scintilla\lexers\LexAda.cxx" />
92+
<ClCompile Include="external\scintilla\lexers\LexAPDL.cxx" />
93+
<ClCompile Include="external\scintilla\lexers\LexAsm.cxx" />
94+
<ClCompile Include="external\scintilla\lexers\LexAsn1.cxx" />
95+
<ClCompile Include="external\scintilla\lexers\LexASY.cxx" />
96+
<ClCompile Include="external\scintilla\lexers\LexAU3.cxx" />
97+
<ClCompile Include="external\scintilla\lexers\LexAVE.cxx" />
98+
<ClCompile Include="external\scintilla\lexers\LexAVS.cxx" />
99+
<ClCompile Include="external\scintilla\lexers\LexBaan.cxx" />
100+
<ClCompile Include="external\scintilla\lexers\LexBash.cxx" />
101+
<ClCompile Include="external\scintilla\lexers\LexBasic.cxx" />
102+
<ClCompile Include="external\scintilla\lexers\LexBibTeX.cxx" />
103+
<ClCompile Include="external\scintilla\lexers\LexBullant.cxx" />
104+
<ClCompile Include="external\scintilla\lexers\LexCaml.cxx" />
105+
<ClCompile Include="external\scintilla\lexers\LexCLW.cxx" />
106+
<ClCompile Include="external\scintilla\lexers\LexCmake.cxx" />
107+
<ClCompile Include="external\scintilla\lexers\LexCOBOL.cxx" />
108+
<ClCompile Include="external\scintilla\lexers\LexCoffeeScript.cxx" />
109+
<ClCompile Include="external\scintilla\lexers\LexConf.cxx" />
110+
<ClCompile Include="external\scintilla\lexers\LexCPP.cxx" />
111+
<ClCompile Include="external\scintilla\lexers\LexCrontab.cxx" />
112+
<ClCompile Include="external\scintilla\lexers\LexCsound.cxx" />
113+
<ClCompile Include="external\scintilla\lexers\LexCSS.cxx" />
114+
<ClCompile Include="external\scintilla\lexers\LexD.cxx" />
115+
<ClCompile Include="external\scintilla\lexers\LexDMAP.cxx" />
116+
<ClCompile Include="external\scintilla\lexers\LexDMIS.cxx" />
117+
<ClCompile Include="external\scintilla\lexers\LexECL.cxx" />
118+
<ClCompile Include="external\scintilla\lexers\LexEiffel.cxx" />
119+
<ClCompile Include="external\scintilla\lexers\LexErlang.cxx" />
120+
<ClCompile Include="external\scintilla\lexers\LexEScript.cxx" />
121+
<ClCompile Include="external\scintilla\lexers\LexFlagship.cxx" />
122+
<ClCompile Include="external\scintilla\lexers\LexForth.cxx" />
123+
<ClCompile Include="external\scintilla\lexers\LexFortran.cxx" />
124+
<ClCompile Include="external\scintilla\lexers\LexGAP.cxx" />
125+
<ClCompile Include="external\scintilla\lexers\LexGui4Cli.cxx" />
126+
<ClCompile Include="external\scintilla\lexers\LexHaskell.cxx" />
127+
<ClCompile Include="external\scintilla\lexers\LexHTML.cxx" />
128+
<ClCompile Include="external\scintilla\lexers\LexInno.cxx" />
129+
<ClCompile Include="external\scintilla\lexers\LexKix.cxx" />
130+
<ClCompile Include="external\scintilla\lexers\LexKVIrc.cxx" />
131+
<ClCompile Include="external\scintilla\lexers\LexLaTeX.cxx" />
132+
<ClCompile Include="external\scintilla\lexers\LexLisp.cxx" />
133+
<ClCompile Include="external\scintilla\lexers\LexLout.cxx" />
134+
<ClCompile Include="external\scintilla\lexers\LexLua.cxx" />
135+
<ClCompile Include="external\scintilla\lexers\LexMagik.cxx" />
136+
<ClCompile Include="external\scintilla\lexers\LexMarkdown.cxx" />
137+
<ClCompile Include="external\scintilla\lexers\LexMatlab.cxx" />
138+
<ClCompile Include="external\scintilla\lexers\LexMetapost.cxx" />
139+
<ClCompile Include="external\scintilla\lexers\LexMMIXAL.cxx" />
140+
<ClCompile Include="external\scintilla\lexers\LexModula.cxx" />
141+
<ClCompile Include="external\scintilla\lexers\LexMPT.cxx" />
142+
<ClCompile Include="external\scintilla\lexers\LexMSSQL.cxx" />
143+
<ClCompile Include="external\scintilla\lexers\LexMySQL.cxx" />
144+
<ClCompile Include="external\scintilla\lexers\LexNimrod.cxx" />
145+
<ClCompile Include="external\scintilla\lexers\LexNsis.cxx" />
146+
<ClCompile Include="external\scintilla\lexers\LexOpal.cxx" />
147+
<ClCompile Include="external\scintilla\lexers\LexOScript.cxx" />
148+
<ClCompile Include="external\scintilla\lexers\LexOthers.cxx" />
149+
<ClCompile Include="external\scintilla\lexers\LexPascal.cxx" />
150+
<ClCompile Include="external\scintilla\lexers\LexPB.cxx" />
151+
<ClCompile Include="external\scintilla\lexers\LexPerl.cxx" />
152+
<ClCompile Include="external\scintilla\lexers\LexPLM.cxx" />
153+
<ClCompile Include="external\scintilla\lexers\LexPO.cxx" />
154+
<ClCompile Include="external\scintilla\lexers\LexPOV.cxx" />
155+
<ClCompile Include="external\scintilla\lexers\LexPowerPro.cxx" />
156+
<ClCompile Include="external\scintilla\lexers\LexPowerShell.cxx" />
157+
<ClCompile Include="external\scintilla\lexers\LexProgress.cxx" />
158+
<ClCompile Include="external\scintilla\lexers\LexPS.cxx" />
159+
<ClCompile Include="external\scintilla\lexers\LexPython.cxx" />
160+
<ClCompile Include="external\scintilla\lexers\LexR.cxx" />
161+
<ClCompile Include="external\scintilla\lexers\LexRebol.cxx" />
162+
<ClCompile Include="external\scintilla\lexers\LexRegistry.cxx" />
163+
<ClCompile Include="external\scintilla\lexers\LexRuby.cxx" />
164+
<ClCompile Include="external\scintilla\lexers\LexRust.cxx" />
165+
<ClCompile Include="external\scintilla\lexers\LexScriptol.cxx" />
166+
<ClCompile Include="external\scintilla\lexers\LexSmalltalk.cxx" />
167+
<ClCompile Include="external\scintilla\lexers\LexSML.cxx" />
168+
<ClCompile Include="external\scintilla\lexers\LexSorcus.cxx" />
169+
<ClCompile Include="external\scintilla\lexers\LexSpecman.cxx" />
170+
<ClCompile Include="external\scintilla\lexers\LexSpice.cxx" />
171+
<ClCompile Include="external\scintilla\lexers\LexSQL.cxx" />
172+
<ClCompile Include="external\scintilla\lexers\LexSTTXT.cxx" />
173+
<ClCompile Include="external\scintilla\lexers\LexTACL.cxx" />
174+
<ClCompile Include="external\scintilla\lexers\LexTADS3.cxx" />
175+
<ClCompile Include="external\scintilla\lexers\LexTAL.cxx" />
176+
<ClCompile Include="external\scintilla\lexers\LexTCL.cxx" />
177+
<ClCompile Include="external\scintilla\lexers\LexTCMD.cxx" />
178+
<ClCompile Include="external\scintilla\lexers\LexTeX.cxx" />
179+
<ClCompile Include="external\scintilla\lexers\LexTxt2tags.cxx" />
180+
<ClCompile Include="external\scintilla\lexers\LexVB.cxx" />
181+
<ClCompile Include="external\scintilla\lexers\LexVerilog.cxx" />
182+
<ClCompile Include="external\scintilla\lexers\LexVHDL.cxx" />
183+
<ClCompile Include="external\scintilla\lexers\LexVisualProlog.cxx" />
184+
<ClCompile Include="external\scintilla\lexers\LexYAML.cxx" />
185+
<ClCompile Include="external\scintilla\lexlib\Accessor.cxx" />
186+
<ClCompile Include="external\scintilla\lexlib\CharacterCategory.cxx" />
187+
<ClCompile Include="external\scintilla\lexlib\CharacterSet.cxx" />
188+
<ClCompile Include="external\scintilla\lexlib\LexerBase.cxx" />
189+
<ClCompile Include="external\scintilla\lexlib\LexerModule.cxx" />
190+
<ClCompile Include="external\scintilla\lexlib\LexerNoExceptions.cxx" />
191+
<ClCompile Include="external\scintilla\lexlib\LexerSimple.cxx" />
192+
<ClCompile Include="external\scintilla\lexlib\PropSetSimple.cxx" />
193+
<ClCompile Include="external\scintilla\lexlib\StyleContext.cxx" />
194+
<ClCompile Include="external\scintilla\lexlib\WordList.cxx" />
195+
<ClCompile Include="external\scintilla\src\AutoComplete.cxx" />
196+
<ClCompile Include="external\scintilla\src\CallTip.cxx" />
197+
<ClCompile Include="external\scintilla\src\CaseConvert.cxx" />
198+
<ClCompile Include="external\scintilla\src\CaseFolder.cxx" />
199+
<ClCompile Include="external\scintilla\src\Catalogue.cxx" />
200+
<ClCompile Include="external\scintilla\src\CellBuffer.cxx" />
201+
<ClCompile Include="external\scintilla\src\CharClassify.cxx" />
202+
<ClCompile Include="external\scintilla\src\ContractionState.cxx" />
203+
<ClCompile Include="external\scintilla\src\Decoration.cxx" />
204+
<ClCompile Include="external\scintilla\src\Document.cxx" />
205+
<ClCompile Include="external\scintilla\src\EditModel.cxx" />
206+
<ClCompile Include="external\scintilla\src\Editor.cxx" />
207+
<ClCompile Include="external\scintilla\src\EditView.cxx" />
208+
<ClCompile Include="external\scintilla\src\ExternalLexer.cxx" />
209+
<ClCompile Include="external\scintilla\src\Indicator.cxx" />
210+
<ClCompile Include="external\scintilla\src\KeyMap.cxx" />
211+
<ClCompile Include="external\scintilla\src\LineMarker.cxx" />
212+
<ClCompile Include="external\scintilla\src\MarginView.cxx" />
213+
<ClCompile Include="external\scintilla\src\PerLine.cxx" />
214+
<ClCompile Include="external\scintilla\src\PositionCache.cxx" />
215+
<ClCompile Include="external\scintilla\src\RESearch.cxx" />
216+
<ClCompile Include="external\scintilla\src\RunStyles.cxx" />
217+
<ClCompile Include="external\scintilla\src\ScintillaBase.cxx" />
218+
<ClCompile Include="external\scintilla\src\Selection.cxx" />
219+
<ClCompile Include="external\scintilla\src\Style.cxx" />
220+
<ClCompile Include="external\scintilla\src\UniConversion.cxx" />
221+
<ClCompile Include="external\scintilla\src\ViewStyle.cxx" />
222+
<ClCompile Include="external\scintilla\src\XPM.cxx" />
223+
<ClCompile Include="external\stb_image.c" />
224+
<ClCompile Include="main.cpp" />
225+
<ClCompile Include="Platform.cpp" />
226+
<ClCompile Include="platform_w32_dx11\Renderer.cpp" />
227+
<ClCompile Include="platform_w32_common\Clipboard.cpp" />
228+
<ClCompile Include="platform_w32_common\FFT.cpp" />
229+
<ClCompile Include="platform_w32_common\Platform_DynamicLoad.cpp" />
230+
<ClCompile Include="platform_w32_common\SetupDialog.cpp" />
231+
<ClCompile Include="platform_w32_common\Timer.cpp" />
232+
<ClCompile Include="ShaderEditor.cpp" />
233+
</ItemGroup>
234+
<ItemGroup>
235+
<ClInclude Include="Clipboard.h" />
236+
<ClInclude Include="external\jsonxx\jsonxx.h" />
237+
<ClInclude Include="external\scintilla\include\ILexer.h" />
238+
<ClInclude Include="external\scintilla\include\Platform.h" />
239+
<ClInclude Include="external\scintilla\include\SciLexer.h" />
240+
<ClInclude Include="external\scintilla\include\Scintilla.h" />
241+
<ClInclude Include="external\scintilla\include\ScintillaWidget.h" />
242+
<ClInclude Include="external\scintilla\lexlib\Accessor.h" />
243+
<ClInclude Include="external\scintilla\lexlib\CharacterCategory.h" />
244+
<ClInclude Include="external\scintilla\lexlib\CharacterSet.h" />
245+
<ClInclude Include="external\scintilla\lexlib\LexAccessor.h" />
246+
<ClInclude Include="external\scintilla\lexlib\LexerBase.h" />
247+
<ClInclude Include="external\scintilla\lexlib\LexerModule.h" />
248+
<ClInclude Include="external\scintilla\lexlib\LexerNoExceptions.h" />
249+
<ClInclude Include="external\scintilla\lexlib\LexerSimple.h" />
250+
<ClInclude Include="external\scintilla\lexlib\OptionSet.h" />
251+
<ClInclude Include="external\scintilla\lexlib\PropSetSimple.h" />
252+
<ClInclude Include="external\scintilla\lexlib\SparseState.h" />
253+
<ClInclude Include="external\scintilla\lexlib\StringCopy.h" />
254+
<ClInclude Include="external\scintilla\lexlib\StyleContext.h" />
255+
<ClInclude Include="external\scintilla\lexlib\SubStyles.h" />
256+
<ClInclude Include="external\scintilla\lexlib\WordList.h" />
257+
<ClInclude Include="external\scintilla\src\AutoComplete.h" />
258+
<ClInclude Include="external\scintilla\src\CallTip.h" />
259+
<ClInclude Include="external\scintilla\src\CaseConvert.h" />
260+
<ClInclude Include="external\scintilla\src\CaseFolder.h" />
261+
<ClInclude Include="external\scintilla\src\Catalogue.h" />
262+
<ClInclude Include="external\scintilla\src\CellBuffer.h" />
263+
<ClInclude Include="external\scintilla\src\CharClassify.h" />
264+
<ClInclude Include="external\scintilla\src\ContractionState.h" />
265+
<ClInclude Include="external\scintilla\src\Decoration.h" />
266+
<ClInclude Include="external\scintilla\src\Document.h" />
267+
<ClInclude Include="external\scintilla\src\EditModel.h" />
268+
<ClInclude Include="external\scintilla\src\Editor.h" />
269+
<ClInclude Include="external\scintilla\src\EditView.h" />
270+
<ClInclude Include="external\scintilla\src\ExternalLexer.h" />
271+
<ClInclude Include="external\scintilla\src\FontQuality.h" />
272+
<ClInclude Include="external\scintilla\src\Indicator.h" />
273+
<ClInclude Include="external\scintilla\src\KeyMap.h" />
274+
<ClInclude Include="external\scintilla\src\LineMarker.h" />
275+
<ClInclude Include="external\scintilla\src\MarginView.h" />
276+
<ClInclude Include="external\scintilla\src\Partitioning.h" />
277+
<ClInclude Include="external\scintilla\src\PerLine.h" />
278+
<ClInclude Include="external\scintilla\src\PositionCache.h" />
279+
<ClInclude Include="external\scintilla\src\RESearch.h" />
280+
<ClInclude Include="external\scintilla\src\RunStyles.h" />
281+
<ClInclude Include="external\scintilla\src\ScintillaBase.h" />
282+
<ClInclude Include="external\scintilla\src\Selection.h" />
283+
<ClInclude Include="external\scintilla\src\SplitVector.h" />
284+
<ClInclude Include="external\scintilla\src\Style.h" />
285+
<ClInclude Include="external\scintilla\src\UnicodeFromUTF8.h" />
286+
<ClInclude Include="external\scintilla\src\UniConversion.h" />
287+
<ClInclude Include="external\scintilla\src\ViewStyle.h" />
288+
<ClInclude Include="external\scintilla\src\XPM.h" />
289+
<ClInclude Include="FFT.h" />
290+
<ClInclude Include="MIDI.h" />
291+
<ClInclude Include="platform_w32_common\resource.h" />
292+
<ClInclude Include="Renderer.h" />
293+
<ClInclude Include="ShaderEditor.h" />
294+
<ClInclude Include="Timer.h" />
295+
</ItemGroup>
296+
<ItemGroup>
297+
<None Include="external\scintilla\src\SciTE.properties" />
298+
</ItemGroup>
299+
<ItemGroup>
300+
<ResourceCompile Include="platform_w32_common\SetupDialog.rc" />
301+
</ItemGroup>
302+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
303+
<ImportGroup Label="ExtensionTargets">
304+
</ImportGroup>
305+
</Project>

0 commit comments

Comments
 (0)