Skip to content

Commit

Permalink
Merge pull request #31 from GreyMerlin/master
Browse files Browse the repository at this point in the history
Three unrelated simple changes
  • Loading branch information
sdottaka authored Jul 29, 2017
2 parents 6e4863c + 78cd397 commit 753d12f
Show file tree
Hide file tree
Showing 13 changed files with 2,600 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Externals/crystaledit/editlib/go.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Version: 1.0.0.0
// Created: 23-Jul-2017
//
// Copyright: Stcherbatchenko Andrei Portions by Takashi Sawanaka
// Copyright: Stcherbatchenko Andrei, portions by Takashi Sawanaka
// E-mail: [email protected]
//
// Go syntax highlighing definition
Expand Down
2 changes: 1 addition & 1 deletion Externals/crystaledit/editlib/rust.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Version: 1.0.0.0
// Created: 23-Jul-2017
//
// Copyright: Stcherbatchenko Andrei Portions by Takashi Sawanaka
// Copyright: Stcherbatchenko Andrei, portions by Takashi Sawanaka
// E-mail: [email protected]
//
// Rust syntax highlighing definition
Expand Down
8 changes: 4 additions & 4 deletions Externals/poco/Foundation/Foundation.vs2015.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v140_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v140_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v140_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v140_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down
Loading

0 comments on commit 753d12f

Please sign in to comment.