File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" CompileProjects" ToolsVersion =" 12 .0" >
2
+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" CompileProjects" ToolsVersion =" 14 .0" >
3
3
<Import Project =" paths.msbuild" />
4
4
5
5
<PropertyGroup >
6
6
<Platform >AnyCPU</Platform >
7
7
<Configuration >Release</Configuration >
8
- <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >12 .0</VisualStudioVersion >
8
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14 .0</VisualStudioVersion >
9
9
</PropertyGroup >
10
10
11
11
<Target Name =" CleanAndBuild" DependsOnTargets =" Clean;CompileProjects" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" CleanAndBuild" ToolsVersion =" 12 .0" >
2
+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" CleanAndBuild" ToolsVersion =" 14 .0" >
3
3
<Import Project =" paths.msbuild" />
4
4
5
5
<PropertyGroup >
6
6
<Platform >AnyCPU</Platform >
7
7
<Configuration >Release</Configuration >
8
- <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >12 .0</VisualStudioVersion >
8
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14 .0</VisualStudioVersion >
9
9
</PropertyGroup >
10
10
11
11
<Target Name =" CleanAndBuild" DependsOnTargets =" Clean;CompileProjects" />
12
-
12
+
13
13
<Target Name =" Clean" >
14
14
<MSBuild Projects =" @(AllProjects)" Targets =" Clean" />
15
15
<RemoveDir Directories =" $(TestsBinPath)" />
16
- </Target >
16
+ </Target >
17
17
18
18
<Target Name =" CompileProjects" >
19
19
You can’t perform that action at this time.
0 commit comments