Skip to content

Commit d76ee3a

Browse files
committed
Convert to VS2015 - (oops WinMerge#1)
* somehow a <PropertyGroup> tag became <DLLPropertyGroup>
1 parent a2add6e commit d76ee3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Externals/poco/Foundation/Foundation_vs2015.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<Platform>x64</Platform>
1919
</ProjectConfiguration>
2020
</ItemGroup>
21-
<DLLPropertyGroup Label="Globals">
21+
<PropertyGroup Label="Globals">
2222
<ProjectName>Foundation</ProjectName>
2323
<ProjectGuid>{8164D41D-B053-405B-826C-CF37AC0EF176}</ProjectGuid>
2424
<RootNamespace>Foundation</RootNamespace>
2525
<Keyword>Win32Proj</Keyword>
2626
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
27-
</DLLPropertyGroup>
27+
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'" Label="Configuration">
3030
<ConfigurationType>StaticLibrary</ConfigurationType>

0 commit comments

Comments
 (0)