Remove utf8 bom

This commit is contained in:
de4dot 2019-01-01 12:52:57 +01:00
parent c5a8f8b76f
commit 824c5abf7c
4211 changed files with 4281 additions and 4281 deletions

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
<Project>
<Project>
<UsingTask AssemblyFile="$(MSBuildThisFileDirectory)..\compiled\ConvertToNetstandardReferences.dll" TaskName="ConvertToNetstandardReferences.ConvertToNetstandardReferences" />
<Target Name="ConvertToNetstandardReferences" AfterTargets="ResolveAssemblyReferences">
<ConvertToNetstandardReferences ReferencePath="@(ReferencePath)" DestinationDirectory="$(MSBuildProjectDirectory)\obj\$(Configuration)\$(TargetFramework)\ConvertToNetstandardReferences">

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
<Project>
<Project>
<UsingTask AssemblyFile="$(MSBuildThisFileDirectory)..\compiled\MakeEverythingPublic.dll" TaskName="MakeEverythingPublic.MakeEverythingPublic" />
<Target Name="MakeEverythingPublic" AfterTargets="ResolveAssemblyReferences">
<MakeEverythingPublic AssembliesToMakePublic="$(MakeEverythingPublicAssemblies)" ReferencePath="@(ReferencePath)" DestinationDirectory="$(MSBuildProjectDirectory)\obj\$(Configuration)\MakeEverythingPublic" IVTString="$(MakeEverythingPublicIVTString)">

View File

@ -1,2 +1,2 @@
<Project>
</Project>
<Project>
</Project>

View File

@ -1,4 +1,4 @@
<Project>
<Project>
<PropertyGroup>
<!-- Remove garbage files added by Microsoft.CodeAnalysis.Workspaces.Common 2.9.0+ when target is .NET Framework -->
<!-- Also remove other stuff we don't need -->
@ -46,4 +46,4 @@
<Delete Files="$(GarbageFile)" ContinueOnError="WarnAndContinue" />
<RemoveDir Directories="$(GarbageDir)" ContinueOnError="WarnAndContinue" />
</Target>
</Project>
</Project>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for dnSpy.Roslyn" Description="Code analysis rules for dnSpy.Roslyn.csproj." ToolsVersion="15.0">
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1001" Action="Warning" />
@ -70,4 +70,4 @@
<Rules AnalyzerId="Microsoft.CodeAnalysis.VisualBasic.Analyzers" RuleNamespace="Microsoft.CodeAnalysis.VisualBasic.Analyzers">
<Rule Id="RS1022" Action="None" />
</Rules>
</RuleSet>
</RuleSet>

View File

@ -1,4 +1,4 @@
<Project>
<Project>
<PropertyGroup>
<!--

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.Composition;
using System.Runtime.InteropServices;
using System.Windows;

View File

@ -1,4 +1,4 @@
using dnSpy.Contracts.App;
using dnSpy.Contracts.App;
using dnSpy.Contracts.Menus;
// Adds a new "_Extension" menu and several commands.

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.Composition;
using dnSpy.Contracts.MVVM;
using dnSpy.Contracts.Settings;

View File

@ -1,4 +1,4 @@
<UserControl x:Class="Example1.Extension.MySettingsControl"
<UserControl x:Class="Example1.Extension.MySettingsControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StackPanel>

View File

@ -1,4 +1,4 @@
using System.Windows.Controls;
using System.Windows.Controls;
namespace Example1.Extension {
public partial class MySettingsControl : UserControl {

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using dnSpy.Contracts.Images;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using dnSpy.Contracts.Extension;
// Each extension should export one class implementing IExtension

View File

@ -1,4 +1,4 @@
using System.Windows;
using System.Windows;
using System.Windows.Controls;
using dnSpy.Contracts.App;
using dnSpy.Contracts.Images;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Windows.Media;

View File

@ -1,4 +1,4 @@
using dnSpy.Contracts.Documents.Tabs.DocViewer.ToolTips;
using dnSpy.Contracts.Documents.Tabs.DocViewer.ToolTips;
using dnSpy.Contracts.Text;
namespace Example2.Extension {

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Windows.Media;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.Composition;
using System.IO;
using dnSpy.Contracts.Decompiler;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.ComponentModel.Composition;
using System.Diagnostics;
using dnSpy.Contracts.Extension;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using dnSpy.Contracts.Extension;
// Each extension should export one class implementing IExtension

View File

@ -21,4 +21,4 @@
</Border>
</DataTemplate>
</ResourceDictionary>
</ResourceDictionary>

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Windows;

View File

@ -1,4 +1,4 @@
<UserControl x:Class="Example2.Extension.ToolWindowControl"
<UserControl x:Class="Example2.Extension.ToolWindowControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mvvm="clr-namespace:dnSpy.Contracts.MVVM;assembly=dnSpy.Contracts.DnSpy">

View File

@ -1,4 +1,4 @@
using System.Windows.Controls;
using System.Windows.Controls;
namespace Example2.Extension {
public partial class ToolWindowControl : UserControl {

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Threading;
using dnSpy.Contracts.Decompiler;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Windows.Media;
using dnSpy.Contracts.Documents.TreeView;

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,3 +1,3 @@
using System.Runtime.CompilerServices;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("dnSpy.Decompiler.ILSpy.x, PublicKey=0024000004800000940000000602000000240000525341310004000001000100858d4f2519af95faeca8d359daa2078b20826765450f330daff3c5ec378adf9eb8e168eff8069ba51e15c1992d0d72b73129ed7a014f62863fa80a80dd9b010b8211c4d4c70ed26b9b65370007b0341685c98cc4cd2d16814d9581db82b382fb8ee838e1b8a2bd1c759e43ddda209e35cde530a7ba6a517787c04a3f283ea1b5")]

View File

@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -53,4 +53,4 @@
</StackPanel>
</DataTemplate>
</ResourceDictionary>
</ResourceDictionary>

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2017 HoLLy
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 2014-2019 de4dot@gmail.com
This file is part of dnSpy

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,4 +1,4 @@
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

Some files were not shown because too many files have changed in this diff Show More