-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a99b603
commit 1bc71a0
Showing
5 changed files
with
71 additions
and
34 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
src/MvvmDialogs.Avalonia/MvvmDialogs - Backup.Avalonia.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<LangVersion>default</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<OutputType>Library</OutputType> | ||
<AssemblyTitle>MVVM Dialogs for Avalonia</AssemblyTitle> | ||
<Title>MVVM Dialogs for Avalonia</Title> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>..\..\StrongName.snk</AssemblyOriginatorKeyFile> | ||
<AssemblyVersion>1.0.0</AssemblyVersion> | ||
<Copyright>Copyright © 2009-2022 MVVM Dialogs contributors</Copyright> | ||
<Product>HanumanInstitute.MvvmDialogs</Product> | ||
<PackageId>HanumanInstitute.MvvmDialogs.Avalonia</PackageId> | ||
<AssemblyName>HanumanInstitute.MvvmDialogs.Avalonia</AssemblyName> | ||
<RootNamespace>HanumanInstitute.MvvmDialogs.Avalonia</RootNamespace> | ||
<Company>Hanuman Institute</Company> | ||
<Authors>Etienne Charland</Authors> | ||
<NeutralLanguage>en-US</NeutralLanguage> | ||
<RepositoryUrl>https://github.com/mysteryx93/HanumanInstitute.MvvmDialogs</RepositoryUrl> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<Description>Library simplifying the concept of opening dialogs from a view model when using MVVM in Avalonia</Description> | ||
<PackageTags>wpf avalonia mvvm dialog window messagebox openfiledialog savefiledialog folderbrowserdialog messagedialog contentdialog fileopenpicker filesavepicker folderpicker</PackageTags> | ||
<GenerateDocumentationFile>True</GenerateDocumentationFile> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\MvvmDialogs\MvvmDialogs.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\..\StrongName.snk"> | ||
<Link>StrongName.snk</Link> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Avalonia" Version="0.10.14" /> | ||
<PackageReference Include="MessageBox.Avalonia" Version="2.0.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.