Browse Source
Merge pull request #1316 from AvaloniaUI/fixes/use-lower-case-extension-for-avalonia-documentation-files
use lower case extensions for avalonia documentation files.
pull/1318/head
Nikita Tsukanov
9 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with
26 additions and
26 deletions
-
src/Avalonia.Animation/Avalonia.Animation.csproj
-
src/Avalonia.Base/Avalonia.Base.csproj
-
src/Avalonia.Controls/Avalonia.Controls.csproj
-
src/Avalonia.Diagnostics/Avalonia.Diagnostics.csproj
-
src/Avalonia.DotNetCoreRuntime/Avalonia.DotNetCoreRuntime.csproj
-
src/Avalonia.Input/Avalonia.Input.csproj
-
src/Avalonia.Interactivity/Avalonia.Interactivity.csproj
-
src/Avalonia.Layout/Avalonia.Layout.csproj
-
src/Avalonia.Logging.Serilog/Avalonia.Logging.Serilog.csproj
-
src/Avalonia.Styling/Avalonia.Styling.csproj
-
src/Avalonia.Themes.Default/Avalonia.Themes.Default.csproj
-
src/Markup/Avalonia.Markup.Xaml/Avalonia.Markup.Xaml.csproj
-
src/Markup/Avalonia.Markup/Avalonia.Markup.csproj
-
src/Windows/Avalonia.Win32/Avalonia.Win32.csproj
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Animation.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Animation.xml</DocumentationFile> |
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Animation.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Animation.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Base.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Base.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Base.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Base.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Controls.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Controls.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591;CS0067</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Controls.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Controls.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Diagnostics.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Diagnostics.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Diagnostics.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Diagnostics.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<DefineConstants>$(DefineConstants);DOTNETCORE</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<DocumentationFile>bin\$(Configuration)\Avalonia.DotNetCoreRuntime.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\$(Configuration)\Avalonia.DotNetCoreRuntime.xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="..\Shared\SharedAssemblyInfo.cs"> |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Input.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Input.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Input.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Input.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Interactivity.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Interactivity.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Interactivity.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Interactivity.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Layout.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Layout.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Layout.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Layout.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Logging.Serilog.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Logging.Serilog.xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
@ -20,7 +20,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Logging.Serilog.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Logging.Serilog.xml</DocumentationFile> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Styling.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Styling.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Styling.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Styling.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Themes.Default.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Themes.Default.xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
@ -20,7 +20,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Themes.Default.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Themes.Default.xml</DocumentationFile> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
<DefineConstants>NETSTANDARD1_3;PCL;NETSTANDARD</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Markup.Xaml.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Markup.Xaml.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Markup.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Markup.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Markup.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Markup.xml</DocumentationFile> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Win32.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Debug\Avalonia.Win32.xml</DocumentationFile> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Win32.XML</DocumentationFile> |
|
|
|
<DocumentationFile>bin\Release\Avalonia.Win32.xml</DocumentationFile> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<NoWarn>CS1591</NoWarn> |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
|