File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 xmlns : i =" clr-namespace:Avalonia.Xaml.Interactivity;assembly=Avalonia.Xaml.Interactivity"
99 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
1010 xmlns : vm =" using:SharpFM.App.ViewModels"
11+ Icon =" /Assets/noun-sharp-teeth-monster-4226695.small.png"
1112 Title =" SharpFM"
1213 Width =" 700"
1314 Height =" 500"
2930 <MenuItem Header =" Transform" >
3031 <MenuItem Command =" {Binding CopyAsClass}" Header =" Copy as C# Class" />
3132 </MenuItem >
33+ <MenuItem Header =" {Binding Version}" />
3234 </Menu >
3335 <TextBlock />
3436 <Grid >
Original file line number Diff line number Diff line change 1515 <SatelliteResourceLanguages >en</SatelliteResourceLanguages >
1616 </PropertyGroup >
1717
18+ <PropertyGroup >
19+ <MinVerMinimumMajorMinor >1.0</MinVerMinimumMajorMinor >
20+ <MinVerTagPrefix >v</MinVerTagPrefix >
21+ <MinVerDefaultPreReleaseIdentifiers >beta.0</MinVerDefaultPreReleaseIdentifiers >
22+ </PropertyGroup >
23+
24+ <ItemGroup >
25+ <AvaloniaResource Include =" Assets\**" />
26+ </ItemGroup >
27+
1828 <ItemGroup >
1929 <PackageReference Include =" Avalonia" Version =" 11.0.4" />
2030 <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.4" />
2333 <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 11.0.4" />
2434 <PackageReference Include =" Avalonia.AvaloniaEdit" Version =" 11.0.1" />
2535 <PackageReference Include =" AvaloniaEdit.TextMate" Version =" 11.0.1" />
36+ <PackageReference Include =" MinVer" Version =" 4.3.0" >
37+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
38+ <PrivateAssets >all</PrivateAssets >
39+ </PackageReference >
2640 <PackageReference Include =" TextMateSharp.Grammars" Version =" 1.0.56" />
2741
2842 <!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
You can’t perform that action at this time.
0 commit comments