Skip to content

Commit f2ce1b7

Browse files
Merge pull request #35 from MihailRomanov/update-framework-for-build-process
Update framework version and MSBuild.Community.Tasks library for build process
2 parents 0bac3fc + 3dd323f commit f2ce1b7

17 files changed

Lines changed: 18002 additions & 2725 deletions

File tree

samples/AvalonEdit.Sample/AvalonEdit.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>WinExe</OutputType>
88
<RootNamespace>AvalonEdit.Sample</RootNamespace>
99
<AssemblyName>AvalonEdit.Sample</AssemblyName>
10-
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
10+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<TargetFrameworkProfile />
1313
</PropertyGroup>

samples/ILAsmBinding/ILAsmBuildTask/ILAsmBuildTask.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Library</OutputType>
88
<RootNamespace>ILAsmBuildTask</RootNamespace>
99
<AssemblyName>ILAsmBuildTask</AssemblyName>
10-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
10+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<OutputPath>..\..\..\AddIns\Samples\ILAsmBinding\</OutputPath>
1313
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>

samples/Mono/Mono.Build.Tasks.Tests/Mono.Build.Tasks.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<WarningLevel>4</WarningLevel>
1818
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1919
<OutputPath>bin\UnitTests</OutputPath>
20-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
20+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
2121
<TargetFrameworkProfile />
2222
</PropertyGroup>
2323
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

samples/Mono/Mono.Build.Tasks/Mono.Build.Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Library</OutputType>
88
<RootNamespace>Mono.Build.Tasks</RootNamespace>
99
<AssemblyName>Mono.Build.Tasks</AssemblyName>
10-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
10+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1111
<TargetFrameworkProfile />
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

src/Libraries/ICSharpCode.Build.Tasks/Project/ICSharpCode.Build.Tasks.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
2020
<RunCodeAnalysis>False</RunCodeAnalysis>
2121
<SourceAnalysisOverrideSettingsFile>C:\Users\Daniel\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
22-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
23-
<TargetFrameworkProfile>
24-
</TargetFrameworkProfile>
22+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
2523
</PropertyGroup>
2624
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2725
<OutputPath>..\..\..\..\bin\</OutputPath>

src/Main/ICSharpCode.SharpDevelop.BuildWorker/ICSharpCode.SharpDevelop.BuildWorker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<RootNamespace>ICSharpCode.SharpDevelop.BuildWorker</RootNamespace>
99
<AssemblyName>ICSharpCode.SharpDevelop.BuildWorker40</AssemblyName>
10-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
10+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1111
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
1212
<NoStdLib>False</NoStdLib>
1313
<WarningLevel>4</WarningLevel>

src/Main/ICSharpCode.SharpDevelop.BuildWorker120/ICSharpCode.SharpDevelop.BuildWorker120.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<RootNamespace>ICSharpCode.SharpDevelop.BuildWorker</RootNamespace>
99
<AssemblyName>ICSharpCode.SharpDevelop.BuildWorker120</AssemblyName>
10-
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
10+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1111
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
1212
<NoStdLib>False</NoStdLib>
1313
<WarningLevel>4</WarningLevel>

src/Main/ICSharpCode.SharpDevelop.BuildWorker140/ICSharpCode.SharpDevelop.BuildWorker140.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<RootNamespace>ICSharpCode.SharpDevelop.BuildWorker</RootNamespace>
99
<AssemblyName>ICSharpCode.SharpDevelop.BuildWorker140</AssemblyName>
10-
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
10+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1111
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
1212
<NoStdLib>False</NoStdLib>
1313
<WarningLevel>4</WarningLevel>
-140 KB
Binary file not shown.

src/Tools/MSBuildCommunityTasks/MSBuild.Community.Tasks.Targets

Lines changed: 150 additions & 59 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)