Browse Source
Merge branch 'master' into 8970-datagrid-add-multiple-fix
pull/9135/head
Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
9 additions and
0 deletions
-
src/Markup/Avalonia.Markup.Xaml.Loader/Avalonia.Markup.Xaml.Loader.csproj
-
src/tools/Avalonia.Designer.HostApp/Avalonia.Designer.HostApp.csproj
|
|
@ -5,6 +5,11 @@ |
|
|
<IsPackable>true</IsPackable> |
|
|
<IsPackable>true</IsPackable> |
|
|
<PackageId>Avalonia.Markup.Xaml.Loader</PackageId> |
|
|
<PackageId>Avalonia.Markup.Xaml.Loader</PackageId> |
|
|
<DefineConstants>$(DefineConstants);XAMLX_INTERNAL</DefineConstants> |
|
|
<DefineConstants>$(DefineConstants);XAMLX_INTERNAL</DefineConstants> |
|
|
|
|
|
<LangVersion>10</LangVersion> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<!--Disable Net Perf. analyzer for submodule to avoid commit issue --> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<EnableNETAnalyzers>false</EnableNETAnalyzers> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<Import Project="IncludeXamlIlSre.props" /> |
|
|
<Import Project="IncludeXamlIlSre.props" /> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
|
|
|
@ -3,6 +3,10 @@ |
|
|
<OutputType>Exe</OutputType> |
|
|
<OutputType>Exe</OutputType> |
|
|
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks> |
|
|
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<!--Disable Net Perf. analyzer for submodule to avoid commit issue --> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<EnableNETAnalyzers>false</EnableNETAnalyzers> |
|
|
|
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\..\Avalonia.DesignerSupport\Avalonia.DesignerSupport.csproj" /> |
|
|
<ProjectReference Include="..\..\Avalonia.DesignerSupport\Avalonia.DesignerSupport.csproj" /> |
|
|
<ProjectReference Include="..\..\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj" /> |
|
|
<ProjectReference Include="..\..\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj" /> |
|
|
|