Skip to content

Commit 80bf163

Browse files
committed
AStyle sources added
1 parent 476a79b commit 80bf163

38 files changed

+26751
-0
lines changed

External/Tools/AStyle/LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 by Jim Pattee <[email protected]>.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

External/Tools/AStyle/README.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Instructions for using Artistic Style are included in the 'doc' directory.
2+
3+
The file 'install.html' contains instructions for compiling and
4+
installing Artistic Style.
5+
6+
The file 'astyle.html' contains information on using Artistic Style.
7+
8+
The files 'news.html' and 'notes.html' contain information on changes
9+
made to the various releases.

External/Tools/AStyle/VERSION.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SVN r493 + extra builds removed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.23107.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AStyle", "AStyle\AStyle.vcxproj", "{2DEFF06F-4D13-4AC6-B733-1E717779BD55}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|x64 = Debug|x64
11+
Debug|x86 = Debug|x86
12+
Release|x64 = Release|x64
13+
Release|x86 = Release|x86
14+
Static|x64 = Static|x64
15+
Static|x86 = Static|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Debug|x64.ActiveCfg = Debug|x64
19+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Debug|x64.Build.0 = Debug|x64
20+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Debug|x86.ActiveCfg = Debug|Win32
21+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Debug|x86.Build.0 = Debug|Win32
22+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Release|x64.ActiveCfg = Release|x64
23+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Release|x64.Build.0 = Release|x64
24+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Release|x86.ActiveCfg = Release|Win32
25+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Release|x86.Build.0 = Release|Win32
26+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Static|x64.ActiveCfg = Static|x64
27+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Static|x64.Build.0 = Static|x64
28+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Static|x86.ActiveCfg = Static|Win32
29+
{2DEFF06F-4D13-4AC6-B733-1E717779BD55}.Static|x86.Build.0 = Static|Win32
30+
EndGlobalSection
31+
GlobalSection(SolutionProperties) = preSolution
32+
HideSolutionNode = FALSE
33+
EndGlobalSection
34+
EndGlobal
Lines changed: 268 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,268 @@
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|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+
<ProjectConfiguration Include="Debug|x64">
13+
<Configuration>Debug</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|x64">
17+
<Configuration>Release</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
20+
<ProjectConfiguration Include="Static|Win32">
21+
<Configuration>Static</Configuration>
22+
<Platform>Win32</Platform>
23+
</ProjectConfiguration>
24+
<ProjectConfiguration Include="Static|x64">
25+
<Configuration>Static</Configuration>
26+
<Platform>x64</Platform>
27+
</ProjectConfiguration>
28+
</ItemGroup>
29+
<PropertyGroup Label="Globals">
30+
<ProjectGuid>{2DEFF06F-4D13-4AC6-B733-1E717779BD55}</ProjectGuid>
31+
<Keyword>Win32Proj</Keyword>
32+
<RootNamespace>AStyle</RootNamespace>
33+
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
34+
</PropertyGroup>
35+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
37+
<ConfigurationType>Application</ConfigurationType>
38+
<UseDebugLibraries>true</UseDebugLibraries>
39+
<PlatformToolset>v140</PlatformToolset>
40+
<CharacterSet>NotSet</CharacterSet>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
43+
<ConfigurationType>Application</ConfigurationType>
44+
<UseDebugLibraries>false</UseDebugLibraries>
45+
<PlatformToolset>v140</PlatformToolset>
46+
<WholeProgramOptimization>true</WholeProgramOptimization>
47+
<CharacterSet>NotSet</CharacterSet>
48+
</PropertyGroup>
49+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" Label="Configuration">
50+
<ConfigurationType>Application</ConfigurationType>
51+
<UseDebugLibraries>false</UseDebugLibraries>
52+
<PlatformToolset>v140</PlatformToolset>
53+
<WholeProgramOptimization>true</WholeProgramOptimization>
54+
<CharacterSet>NotSet</CharacterSet>
55+
</PropertyGroup>
56+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
57+
<ConfigurationType>Application</ConfigurationType>
58+
<UseDebugLibraries>true</UseDebugLibraries>
59+
<PlatformToolset>v140</PlatformToolset>
60+
<CharacterSet>NotSet</CharacterSet>
61+
</PropertyGroup>
62+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
63+
<ConfigurationType>Application</ConfigurationType>
64+
<UseDebugLibraries>false</UseDebugLibraries>
65+
<PlatformToolset>v140</PlatformToolset>
66+
<WholeProgramOptimization>true</WholeProgramOptimization>
67+
<CharacterSet>NotSet</CharacterSet>
68+
</PropertyGroup>
69+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'" Label="Configuration">
70+
<ConfigurationType>Application</ConfigurationType>
71+
<UseDebugLibraries>false</UseDebugLibraries>
72+
<PlatformToolset>v140</PlatformToolset>
73+
<WholeProgramOptimization>true</WholeProgramOptimization>
74+
<CharacterSet>NotSet</CharacterSet>
75+
</PropertyGroup>
76+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
77+
<ImportGroup Label="ExtensionSettings">
78+
</ImportGroup>
79+
<ImportGroup Label="Shared">
80+
</ImportGroup>
81+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
83+
</ImportGroup>
84+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
86+
</ImportGroup>
87+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'" Label="PropertySheets">
88+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89+
</ImportGroup>
90+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
91+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92+
</ImportGroup>
93+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
94+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
95+
</ImportGroup>
96+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'" Label="PropertySheets">
97+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
98+
</ImportGroup>
99+
<PropertyGroup Label="UserMacros" />
100+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
101+
<LinkIncremental>false</LinkIncremental>
102+
<OutDir>$(SolutionDir)debug\</OutDir>
103+
<TargetName>AStyled</TargetName>
104+
</PropertyGroup>
105+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
106+
<LinkIncremental>false</LinkIncremental>
107+
<OutDir>$(SolutionDir)$(Platform)\debug\</OutDir>
108+
<TargetName>AStyled</TargetName>
109+
</PropertyGroup>
110+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
111+
<LinkIncremental>false</LinkIncremental>
112+
<OutDir>$(SolutionDir)bin\</OutDir>
113+
<TargetName>AStyle</TargetName>
114+
</PropertyGroup>
115+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">
116+
<LinkIncremental>false</LinkIncremental>
117+
<OutDir>$(SolutionDir)binstatic\</OutDir>
118+
<TargetName>AStyle</TargetName>
119+
</PropertyGroup>
120+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
121+
<LinkIncremental>false</LinkIncremental>
122+
<OutDir>$(SolutionDir)$(Platform)\bin\</OutDir>
123+
<TargetName>AStyle</TargetName>
124+
</PropertyGroup>
125+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'">
126+
<LinkIncremental>false</LinkIncremental>
127+
<OutDir>$(SolutionDir)$(Platform)\binstatic\</OutDir>
128+
<TargetName>AStyle</TargetName>
129+
</PropertyGroup>
130+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
131+
<ClCompile>
132+
<PrecompiledHeader>
133+
</PrecompiledHeader>
134+
<WarningLevel>Level4</WarningLevel>
135+
<Optimization>Disabled</Optimization>
136+
<PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions>
137+
<RuntimeTypeInfo>false</RuntimeTypeInfo>
138+
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
139+
</ClCompile>
140+
<Link>
141+
<SubSystem>Console</SubSystem>
142+
</Link>
143+
</ItemDefinitionGroup>
144+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
145+
<ClCompile>
146+
<PrecompiledHeader>
147+
</PrecompiledHeader>
148+
<WarningLevel>Level4</WarningLevel>
149+
<Optimization>Disabled</Optimization>
150+
<PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions>
151+
<RuntimeTypeInfo>false</RuntimeTypeInfo>
152+
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
153+
</ClCompile>
154+
<Link>
155+
<SubSystem>Console</SubSystem>
156+
</Link>
157+
</ItemDefinitionGroup>
158+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
159+
<ClCompile>
160+
<WarningLevel>Level4</WarningLevel>
161+
<PrecompiledHeader>
162+
</PrecompiledHeader>
163+
<Optimization>MaxSpeed</Optimization>
164+
<FunctionLevelLinking>true</FunctionLevelLinking>
165+
<IntrinsicFunctions>true</IntrinsicFunctions>
166+
<PreprocessorDefinitions>NDEBUG;_HAS_EXCEPTIONS=0</PreprocessorDefinitions>
167+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
168+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
169+
<RuntimeTypeInfo>false</RuntimeTypeInfo>
170+
<OmitFramePointers>true</OmitFramePointers>
171+
<ExceptionHandling>false</ExceptionHandling>
172+
</ClCompile>
173+
<Link>
174+
<SubSystem>Console</SubSystem>
175+
<GenerateDebugInformation>No</GenerateDebugInformation>
176+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
177+
<OptimizeReferences>true</OptimizeReferences>
178+
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
179+
</Link>
180+
</ItemDefinitionGroup>
181+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Static|Win32'">
182+
<ClCompile>
183+
<WarningLevel>Level4</WarningLevel>
184+
<PrecompiledHeader>
185+
</PrecompiledHeader>
186+
<Optimization>MaxSpeed</Optimization>
187+
<FunctionLevelLinking>true</FunctionLevelLinking>
188+
<IntrinsicFunctions>true</IntrinsicFunctions>
189+
<PreprocessorDefinitions>NDEBUG;_HAS_EXCEPTIONS=0</PreprocessorDefinitions>
190+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
191+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
192+
<RuntimeTypeInfo>false</RuntimeTypeInfo>
193+
<OmitFramePointers>true</OmitFramePointers>
194+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
195+
<ExceptionHandling>false</ExceptionHandling>
196+
</ClCompile>
197+
<Link>
198+
<SubSystem>Console</SubSystem>
199+
<GenerateDebugInformation>No</GenerateDebugInformation>
200+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
201+
<OptimizeReferences>true</OptimizeReferences>
202+
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
203+
</Link>
204+
</ItemDefinitionGroup>
205+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
206+
<ClCompile>
207+
<WarningLevel>Level4</WarningLevel>
208+
<PrecompiledHeader>
209+
</PrecompiledHeader>
210+
<Optimization>MaxSpeed</Optimization>
211+
<FunctionLevelLinking>true</FunctionLevelLinking>
212+
<IntrinsicFunctions>true</IntrinsicFunctions>
213+
<PreprocessorDefinitions>NDEBUG;_HAS_EXCEPTIONS=0</PreprocessorDefinitions>
214+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
215+
<OmitFramePointers>true</OmitFramePointers>
216+
<RuntimeTypeInfo>false</RuntimeTypeInfo>
217+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
218+
<ExceptionHandling>false</ExceptionHandling>
219+
</ClCompile>
220+
<Link>
221+
<SubSystem>Console</SubSystem>
222+
<GenerateDebugInformation>No</GenerateDebugInformation>
223+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
224+
<OptimizeReferences>true</OptimizeReferences>
225+
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
226+
</Link>
227+
</ItemDefinitionGroup>
228+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Static|x64'">
229+
<ClCompile>
230+
<WarningLevel>Level4</WarningLevel>
231+
<PrecompiledHeader>
232+
</PrecompiledHeader>
233+
<Optimization>MaxSpeed</Optimization>
234+
<FunctionLevelLinking>true</FunctionLevelLinking>
235+
<IntrinsicFunctions>true</IntrinsicFunctions>
236+
<PreprocessorDefinitions>NDEBUG;_HAS_EXCEPTIONS=0</PreprocessorDefinitions>
237+
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
238+
<OmitFramePointers>true</OmitFramePointers>
239+
<RuntimeTypeInfo>false</RuntimeTypeInfo>
240+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
241+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
242+
<ExceptionHandling>false</ExceptionHandling>
243+
</ClCompile>
244+
<Link>
245+
<SubSystem>Console</SubSystem>
246+
<GenerateDebugInformation>No</GenerateDebugInformation>
247+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
248+
<OptimizeReferences>true</OptimizeReferences>
249+
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
250+
</Link>
251+
</ItemDefinitionGroup>
252+
<ItemGroup>
253+
<ClCompile Include="..\..\..\src\ASBeautifier.cpp" />
254+
<ClCompile Include="..\..\..\src\ASEnhancer.cpp" />
255+
<ClCompile Include="..\..\..\src\ASFormatter.cpp" />
256+
<ClCompile Include="..\..\..\src\ASLocalizer.cpp" />
257+
<ClCompile Include="..\..\..\src\ASResource.cpp" />
258+
<ClCompile Include="..\..\..\src\astyle_main.cpp" />
259+
</ItemGroup>
260+
<ItemGroup>
261+
<ClInclude Include="..\..\..\src\ASLocalizer.h" />
262+
<ClInclude Include="..\..\..\src\astyle.h" />
263+
<ClInclude Include="..\..\..\src\astyle_main.h" />
264+
</ItemGroup>
265+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
266+
<ImportGroup Label="ExtensionTargets">
267+
</ImportGroup>
268+
</Project>
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Source Files">
5+
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6+
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7+
</Filter>
8+
<Filter Include="Header Files">
9+
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10+
<Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
11+
</Filter>
12+
<Filter Include="Resource Files">
13+
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
14+
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
15+
</Filter>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<ClCompile Include="..\..\..\src\ASBeautifier.cpp">
19+
<Filter>Source Files</Filter>
20+
</ClCompile>
21+
<ClCompile Include="..\..\..\src\ASEnhancer.cpp">
22+
<Filter>Source Files</Filter>
23+
</ClCompile>
24+
<ClCompile Include="..\..\..\src\ASFormatter.cpp">
25+
<Filter>Source Files</Filter>
26+
</ClCompile>
27+
<ClCompile Include="..\..\..\src\ASLocalizer.cpp">
28+
<Filter>Source Files</Filter>
29+
</ClCompile>
30+
<ClCompile Include="..\..\..\src\ASResource.cpp">
31+
<Filter>Source Files</Filter>
32+
</ClCompile>
33+
<ClCompile Include="..\..\..\src\astyle_main.cpp">
34+
<Filter>Source Files</Filter>
35+
</ClCompile>
36+
</ItemGroup>
37+
<ItemGroup>
38+
<ClInclude Include="..\..\..\src\ASLocalizer.h">
39+
<Filter>Header Files</Filter>
40+
</ClInclude>
41+
<ClInclude Include="..\..\..\src\astyle.h">
42+
<Filter>Header Files</Filter>
43+
</ClInclude>
44+
<ClInclude Include="..\..\..\src\astyle_main.h">
45+
<Filter>Header Files</Filter>
46+
</ClInclude>
47+
</ItemGroup>
48+
</Project>

0 commit comments

Comments
 (0)