File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1313 <RepositoryUrl >https://github.com/oxyplot/oxyplot.git</RepositoryUrl >
1414 <VersionPrefix >2.1.0</VersionPrefix >
1515 </PropertyGroup >
16+
17+ <ItemGroup >
18+ <Compile Update =" **\*.xaml.cs" >
19+ <DependentUpon >%(Filename)</DependentUpon >
20+ </Compile >
21+ <AvaloniaResource Include =" **\*.xaml" >
22+ <SubType >Designer</SubType >
23+ </AvaloniaResource >
24+ </ItemGroup >
25+
1626 <ItemGroup >
1727 <EmbeddedResource Include =" **\*.xaml;Assets\*" Exclude =" bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
1828 <PackageReference Include =" Avalonia" Version =" 0.10.11" />
Original file line number Diff line number Diff line change 11<Styles xmlns =" https://github.com/avaloniaui"
22 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3- xmlns : local =" http://oxyplot.org/avalonia "
4- xmlns : converters =" clr-namespace:OxyPlot.Avalonia.Converters;assembly=OxyPlot.Avalonia " >
3+ xmlns : local =" clr-namespace:OxyPlot.Avalonia "
4+ xmlns : converters =" clr-namespace:OxyPlot.Avalonia.Converters" >
55
66 <Style Selector =" local|TrackerControl" >
77 <Setter Property =" Background" Value =" #E0FFFFA0" />
Original file line number Diff line number Diff line change 3636 versioningScheme : ' byPrereleaseNumber'
3737- job : Linux
3838 pool :
39- vmImage : ' ubuntu 16.04 '
39+ vmImage : ' ubuntu-latest '
4040 variables :
4141 solution : ' **/*.sln'
4242 buildPlatform : ' Any CPU'
You can’t perform that action at this time.
0 commit comments