File tree 6 files changed +15
-3
lines changed
6 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 67
67
<PropertyGroup Label =" Configuration" >
68
68
<ConfigurationType >Application</ConfigurationType >
69
69
<CharacterSet >Unicode</CharacterSet >
70
- <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15 .0'" >v141_xp</PlatformToolset >
70
+ <PlatformToolset Condition =" '$(VisualStudioVersion)' != '14 .0'" >v141_xp</PlatformToolset >
71
71
<PlatformToolset Condition =" '$(VisualStudioVersion)' == '14.0'" >v140_xp</PlatformToolset >
72
72
</PropertyGroup >
73
+ <Import Project =" User.props" Condition =" exists('User.props')" />
73
74
<PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
74
75
<UseDebugLibraries >true</UseDebugLibraries >
75
76
</PropertyGroup >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- NOTE: You can copy this file to User.props to override some standard settings -->
3
+ <!-- NOTE: Don't add the copy User.props to source control!!! -->
4
+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
5
+ <PropertyGroup Label =" Configuration" >
6
+ <PlatformToolset >v142</PlatformToolset > <!-- VS2019 -->
7
+ </PropertyGroup >
8
+ </Project >
Original file line number Diff line number Diff line change 10
10
#include < stdlib.h>
11
11
#include < iterator>
12
12
#include < memory>
13
+ #include < stdexcept>
13
14
#include < vector>
14
15
#include " scintilla.h"
15
16
#include " Platform.h"
Original file line number Diff line number Diff line change 2
2
3
3
#include < iterator>
4
4
#include < memory>
5
+ #include < stdexcept>
5
6
#include < vector>
6
7
#include " Platform.h"
7
8
#include " SplitVector.h"
Original file line number Diff line number Diff line change 18
18
#include < map>
19
19
#include < algorithm>
20
20
#include < memory>
21
+ #include < string>
21
22
22
23
#pragma comment(lib, "Msimg32.lib")
23
24
Original file line number Diff line number Diff line change 22
22
<ProjectGuid >{A3852498-51BF-4A24-B720-F69D2E5E6403}</ProjectGuid >
23
23
<Keyword >Win32Proj</Keyword >
24
24
<RootNamespace >Notepad2eTests</RootNamespace >
25
- <WindowsTargetPlatformVersion >7.0</WindowsTargetPlatformVersion >
26
25
</PropertyGroup >
27
26
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
27
<PropertyGroup Label =" Configuration" >
29
28
<ConfigurationType >DynamicLibrary</ConfigurationType >
30
- <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15 .0'" >v141_xp</PlatformToolset >
29
+ <PlatformToolset Condition =" '$(VisualStudioVersion)' != '14 .0'" >v141_xp</PlatformToolset >
31
30
<PlatformToolset Condition =" '$(VisualStudioVersion)' == '14.0'" >v140_xp</PlatformToolset >
32
31
<CharacterSet >Unicode</CharacterSet >
33
32
<UseOfMfc >false</UseOfMfc >
34
33
</PropertyGroup >
34
+ <Import Project =" ..\..\User.props" Condition =" exists('..\..\User.props')" />
35
35
<PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
36
36
<UseDebugLibraries >true</UseDebugLibraries >
37
37
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments