2021-04-29 20:05:55 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-08-06 16:01:10 +08:00
|
|
|
<PropertyGroup>
|
2021-03-02 10:57:19 +08:00
|
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
2021-06-08 09:35:11 +08:00
|
|
|
<OutputType>WinExe</OutputType>
|
2020-08-06 16:01:10 +08:00
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
<ApplicationIcon>App.ico</ApplicationIcon>
|
|
|
|
<Company>sourcegit</Company>
|
|
|
|
<Description>OpenSource GIT client for Windows</Description>
|
|
|
|
<Copyright>Copyright © sourcegit 2020. All rights reserved.</Copyright>
|
|
|
|
<ApplicationManifest>App.manifest</ApplicationManifest>
|
2021-06-15 16:17:52 +08:00
|
|
|
<Version>4.0</Version>
|
2020-08-06 16:01:10 +08:00
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
|
|
<StartupObject>SourceGit.App</StartupObject>
|
|
|
|
<PackageProjectUrl>https://gitee.com/sourcegit/SourceGit.git</PackageProjectUrl>
|
|
|
|
<RepositoryUrl>https://gitee.com/sourcegit/SourceGit.git</RepositoryUrl>
|
|
|
|
<RepositoryType>Public</RepositoryType>
|
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
2020-12-14 13:02:22 +08:00
|
|
|
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
|
2020-12-14 10:47:55 +08:00
|
|
|
</PropertyGroup>
|
2020-07-06 10:23:45 +08:00
|
|
|
</Project>
|