프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MarkusAutoUpdate / src / NetSparkle.UI.Avalonia / NetSparkle.UI.Avalonia.csproj @ d8f5045e

이력 | 보기 | 이력해설 | 다운로드 (3.88 KB)

1
<Project Sdk="Microsoft.NET.Sdk">
2

    
3
  <PropertyGroup>
4
    <TargetFramework>netcoreapp3.1</TargetFramework>
5
    <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6
    <PackageId>NetSparkleUpdater.UI.Avalonia</PackageId>
7
    <Version>2.0.0-preview20200726001</Version>
8
    <Authors>Deadpikle</Authors>
9
    <Company>Deadpikle</Company>
10
    <Product>NetSparkleUpdater.UI.Avalonia</Product>
11
    <Description>NetSparkleUpdater/NetSparkle app updater framework with built-in Avalonia UI. NetSparkleUpdater/NetSparkle is a C# .NET software update framework that allows you to easily download installer files and update your C# .NET Framework or .NET Core software. Built-in UIs are available for WinForms, WPF, and Avalonia. You provide, somewhere on the internet, an XML appcast with software version information along with release notes in Markdown or HTML format. The NetSparkle framework then checks for an update in the background, displays the release notes to the user, and lets users download or skip the software update. The framework can also perform silent downloads so that you can present all of the UI yourself or set up your own silent software update system, as allowed by your software architecture. It was inspired by the Sparkle (https://sparkle-project.org/) project for Cocoa developers and the WinSparkle (https://winsparkle.org/) project (a Win32 port).</Description>
12
    <Copyright>Copyright © 2020</Copyright>
13
    <PackageLicenseFile>LICENSE.md</PackageLicenseFile>
14
    <PackageProjectUrl>https://github.com/NetSparkleUpdater/NetSparkle</PackageProjectUrl>
15
    <PackageIcon>software-update-available.png</PackageIcon>
16
    <RepositoryUrl>https://github.com/NetSparkleUpdater/NetSparkle.git</RepositoryUrl>
17
    <RepositoryType>git</RepositoryType>
18
    <PackageReleaseNotes>2.0 Beta: See https://github.com/NetSparkleUpdater/NetSparkle for all beta information and to file issues/pull requests for and ask questions about this project.</PackageReleaseNotes>
19
    <RootNamespace>NetSparkleUpdater.UI.Avalonia</RootNamespace>
20
    <Configurations>Debug;Release</Configurations>
21
  </PropertyGroup>
22

    
23
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
24
    <DocumentationFile>..\bin\Debug\NetSparkle.UI.Avalonia\NetSparkle.UI.Avalonia.xml</DocumentationFile>
25
  </PropertyGroup>
26

    
27
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
28
    <DocumentationFile>..\bin\Debug\NetSparkle.UI.Avalonia\NetSparkle.UI.Avalonia.xml</DocumentationFile>
29
  </PropertyGroup>
30

    
31
  <ItemGroup>
32
    <None Remove="CheckingForUpdatesWindow.xaml" />
33
    <None Remove="DownloadProgressWindow.xaml" />
34
    <None Remove="MessageNotificationWindow.xaml" />
35
    <None Remove="UpdateAvailableWindow.xaml" />
36
    <None Include="..\..\LICENSE.md">
37
      <Pack>True</Pack>
38
      <PackagePath></PackagePath>
39
    </None>
40
    <None Include="..\NetSparkle\ArtWork\software-update-available.png">
41
      <Pack>True</Pack>
42
      <PackagePath></PackagePath>
43
    </None>
44
  </ItemGroup>
45

    
46
  <ItemGroup>
47
    <EmbeddedResource Include="CheckingForUpdatesWindow.xaml">
48
      <Generator>MSBuild:Compile</Generator>
49
    </EmbeddedResource>
50
    <EmbeddedResource Include="DownloadProgressWindow.xaml">
51
      <Generator>MSBuild:Compile</Generator>
52
    </EmbeddedResource>
53
    <EmbeddedResource Include="MessageNotificationWindow.xaml">
54
      <Generator>MSBuild:Compile</Generator>
55
    </EmbeddedResource>
56
    <EmbeddedResource Include="UpdateAvailableWindow.xaml">
57
      <Generator>MSBuild:Compile</Generator>
58
    </EmbeddedResource>
59
  </ItemGroup>
60

    
61
  <ItemGroup>
62
    <PackageReference Include="Avalonia" Version="0.9.9" />
63
    <PackageReference Include="Avalonia.Desktop" Version="0.9.9" />
64
  </ItemGroup>
65

    
66
  <ItemGroup>
67
    <ProjectReference Include="..\NetSparkle\NetSparkle.csproj" />
68
  </ItemGroup>
69

    
70
  <ItemGroup>
71
    <Reference Include="Avalonia.HtmlRenderer">
72
      <HintPath>Lib\Avalonia.HtmlRenderer.dll</HintPath>
73
    </Reference>
74
  </ItemGroup>
75

    
76
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)