Skip to content

Commit 824c5ab

Browse files
committed
Remove utf8 bom
1 parent c5a8f8b commit 824c5ab

File tree

4,211 files changed

+4281
-4281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,211 files changed

+4281
-4281
lines changed

Build/ConvertToNetstandardReferences/ConvertToNetstandardReferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
Copyright (C) 2014-2019 [email protected]
33
44
This file is part of dnSpy

Build/ConvertToNetstandardReferences/ConvertToNetstandardReferences.tasks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
1+
<Project>
22
<UsingTask AssemblyFile="$(MSBuildThisFileDirectory)..\compiled\ConvertToNetstandardReferences.dll" TaskName="ConvertToNetstandardReferences.ConvertToNetstandardReferences" />
33
<Target Name="ConvertToNetstandardReferences" AfterTargets="ResolveAssemblyReferences">
44
<ConvertToNetstandardReferences ReferencePath="@(ReferencePath)" DestinationDirectory="$(MSBuildProjectDirectory)\obj\$(Configuration)\$(TargetFramework)\ConvertToNetstandardReferences">

Build/MakeEverythingPublic/IVTPatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
Copyright (C) 2014-2019 [email protected]
33
44
This file is part of dnSpy

Build/MakeEverythingPublic/MakeEverythingPublic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
Copyright (C) 2014-2019 [email protected]
33
44
This file is part of dnSpy

Build/MakeEverythingPublic/MakeEverythingPublic.tasks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
1+
<Project>
22
<UsingTask AssemblyFile="$(MSBuildThisFileDirectory)..\compiled\MakeEverythingPublic.dll" TaskName="MakeEverythingPublic.MakeEverythingPublic" />
33
<Target Name="MakeEverythingPublic" AfterTargets="ResolveAssemblyReferences">
44
<MakeEverythingPublic AssembliesToMakePublic="$(MakeEverythingPublicAssemblies)" ReferencePath="@(ReferencePath)" DestinationDirectory="$(MSBuildProjectDirectory)\obj\$(Configuration)\MakeEverythingPublic" IVTString="$(MakeEverythingPublicIVTString)">

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<Project>
2-
</Project>
1+
<Project>
2+
</Project>

Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
1+
<Project>
22
<PropertyGroup>
33
<!-- Remove garbage files added by Microsoft.CodeAnalysis.Workspaces.Common 2.9.0+ when target is .NET Framework -->
44
<!-- Also remove other stuff we don't need -->
@@ -46,4 +46,4 @@
4646
<Delete Files="$(GarbageFile)" ContinueOnError="WarnAndContinue" />
4747
<RemoveDir Directories="$(GarbageDir)" ContinueOnError="WarnAndContinue" />
4848
</Target>
49-
</Project>
49+
</Project>

DisableBuggyRoslynAnalyzerThatPreventsCompilingThisProjectRemoveWhenItsNotBuggyAnymore.ruleset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<RuleSet Name="Rules for dnSpy.Roslyn" Description="Code analysis rules for dnSpy.Roslyn.csproj." ToolsVersion="15.0">
33
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
44
<Rule Id="CA1001" Action="Warning" />
@@ -70,4 +70,4 @@
7070
<Rules AnalyzerId="Microsoft.CodeAnalysis.VisualBasic.Analyzers" RuleNamespace="Microsoft.CodeAnalysis.VisualBasic.Analyzers">
7171
<Rule Id="RS1022" Action="None" />
7272
</Rules>
73-
</RuleSet>
73+
</RuleSet>

DnSpyCommon.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
1+
<Project>
22

33
<PropertyGroup>
44
<!--

Extensions/Examples/Example1.Extension/CodeCtxMenus.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.ComponentModel.Composition;
33
using System.Runtime.InteropServices;
44
using System.Windows;

0 commit comments

Comments
 (0)