프로젝트

일반

사용자정보

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

markus / MarkusAutoUpdate / src / NetSparkle.UI.WPF / NetSparkle.UI.WPF.csproj @ 4d2c8ee1

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

1
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2
  <PropertyGroup>
3
    <ProjectGuid>{6915843C-7947-4268-B569-6F5684651DF4}</ProjectGuid>
4
    <TargetFrameworks>netcoreapp3.1;net452</TargetFrameworks>
5
    <UseWPF>true</UseWPF>    
6
    <AssemblyTitle>NetSparkle.NetFramework.WPF</AssemblyTitle>
7
    <Product>NetSparkleUpdater.UI.WPF</Product>
8
    <Copyright>Copyright © 2020</Copyright>
9
    <OutputPath>..\bin\Release\NetSparkle.UI.WPF\</OutputPath>
10
    <EnableDefaultContentItems>false</EnableDefaultContentItems>
11
    <PackageId>NetSparkleUpdater.UI.WPF</PackageId>
12
    <Authors>Deadpikle</Authors>
13
    <PackageProjectUrl>https://github.com/NetSparkleUpdater/NetSparkle</PackageProjectUrl>
14
    <RepositoryUrl>https://github.com/NetSparkleUpdater/NetSparkle.git</RepositoryUrl>
15
    <RepositoryType>git</RepositoryType>
16
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
17
    <Version>2.0.0-preview20200726001</Version>
18
    <PackageIcon>software-update-available.png</PackageIcon>
19
    <PackageIconUrl />
20
    <Description>NetSparkleUpdater/NetSparkle app updater framework with built-in WPF .NET Core 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>
21
    <PackageReleaseNotes>This is in PREVIEW and currently relies on NetSparkle.New (which will move to NetSparkleUpdater eventually). Please visit https://github.com/NetSparkleUpdater/NetSparkle and ask for help if you need it!</PackageReleaseNotes>
22
    <PackageLicenseFile>LICENSE.md</PackageLicenseFile>
23
    <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
24
    <RootNamespace>NetSparkleUpdater.UI.WPF</RootNamespace>
25
    <Configurations>Debug;Release;Release_Net452</Configurations>
26
  </PropertyGroup>
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28
    <DebugType>full</DebugType>
29
    <DocumentationFile>..\bin\Debug\NetSparkle.UI.NetFramework.WPF\NetSparkle.UI.WPF.xml</DocumentationFile>
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32
    <DebugType>pdbonly</DebugType>
33
    <DocumentationFile></DocumentationFile>
34
  </PropertyGroup>
35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Net452|AnyCPU'">
36
    <DebugType>pdbonly</DebugType>
37
    <DocumentationFile />
38
  </PropertyGroup>
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Daelim|AnyCPU'">
40
    <DebugType>pdbonly</DebugType>
41
    <DocumentationFile>..\bin\Release\NetSparkle.UI.WPF\NetSparkle.UI.WPF.xml</DocumentationFile>
42
  </PropertyGroup>
43
  <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.0|AnyCPU'">
44
    <DocumentationFile>..\bin\Debug\NetSparkle.UI.WPF\NetSparkle.UI.WPF.xml</DocumentationFile>
45
  </PropertyGroup>
46
  <ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
47
    <Reference Include="PresentationCore" />
48
    <Reference Include="PresentationFramework" />
49
    <Reference Include="System.Drawing" />
50
    <Reference Include="System.Xaml" />
51
    <Reference Include="System.Data.DataSetExtensions" />
52
    <Reference Include="Microsoft.CSharp" />
53
    <Reference Include="System.Net.Http" />
54
    <Reference Include="WindowsBase" />
55
  </ItemGroup>
56
  <ItemGroup>
57
    <ProjectReference Include="..\NetSparkle\NetSparkle.csproj" />
58
  </ItemGroup>
59
  <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
60
    <PackageReference Include="System.Drawing.Common">
61
      <Version>4.7.0</Version>
62
    </PackageReference>
63
  </ItemGroup>
64
  <ItemGroup>
65
    <None Include="..\..\LICENSE.md">
66
      <Pack>True</Pack>
67
      <PackagePath></PackagePath>
68
    </None>
69
    <None Include="..\NetSparkle\ArtWork\software-update-available.png">
70
      <Pack>True</Pack>
71
      <PackagePath></PackagePath>
72
    </None>
73
  </ItemGroup>
74
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)