File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 22
22
<ProjectGuid >{1590D7CD-7D3A-4AB7-A355-EE02F7FB987D}</ProjectGuid >
23
23
<RootNamespace >NppPluginJsonViewer</RootNamespace >
24
24
<Keyword >Win32Proj</Keyword >
25
+ <WindowsTargetPlatformVersion >7.0</WindowsTargetPlatformVersion >
25
26
</PropertyGroup >
26
27
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
28
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
68
69
<OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >$(Platform)\$(Configuration)\</OutDir >
69
70
<IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >$(Platform)\$(Configuration)\</IntDir >
70
71
<LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >false</LinkIncremental >
71
- <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(Configuration)\</OutDir >
72
- <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(Configuration)\</IntDir >
72
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(Platform)\$( Configuration)\</OutDir >
73
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(Platform)\$( Configuration)\</IntDir >
73
74
<LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental >
74
- <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(Configuration)\</OutDir >
75
- <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(Configuration)\</IntDir >
75
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(Platform)\$( Configuration)\</OutDir >
76
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(Platform)\$( Configuration)\</IntDir >
76
77
<LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</LinkIncremental >
77
78
</PropertyGroup >
78
79
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
Original file line number Diff line number Diff line change 1
1
version : 1.0.{build}
2
- image : Visual Studio 2015
2
+ image : Visual Studio 2017
3
3
4
4
5
5
environment :
6
6
matrix :
7
- - PlatformToolset : v120_xp
8
- - PlatformToolset : v140_xp
7
+ - PlatformToolset : v141_xp
9
8
10
9
platform :
11
10
- x64
@@ -16,9 +15,8 @@ configuration:
16
15
- Debug
17
16
18
17
install :
19
- - if "%platform%"=="x64" set archi=amd64
20
- - if "%platform%"=="Win32" set archi=x86
21
- - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %archi%
18
+ - if "%platform%"=="x64" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
19
+ - if "%platform%"=="Win32" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
22
20
23
21
build :
24
22
parallel : true # enable MSBuild parallel builds
@@ -27,10 +25,10 @@ build:
27
25
build_script :
28
26
- cd "%APPVEYOR_BUILD_FOLDER%"
29
27
- cd NppJSONViewer
30
- - msbuild NppJSONViewer.sln /m /p:configuration="%configuration%" /p:platform="%platform%" /p:PlatformToolset="%PlatformToolset%"
28
+ - msbuild NppJSONViewer.sln /m /p:configuration="%configuration%" /p:platform="%platform%"
31
29
32
30
artifacts :
33
31
- path : NppJSONViewer\x64\Release\NPPJSONViewer.dll
34
32
name : x64
35
- - path : NppJSONViewer\Release\NPPJSONViewer.dll
33
+ - path : NppJSONViewer\Win32\ Release\NPPJSONViewer.dll
36
34
name : Win32
You can’t perform that action at this time.
0 commit comments