mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 03:12:21 +08:00
19 lines
971 B
XML
19 lines
971 B
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
<PropertyGroup>
|
|
<TargetFramework>net46</TargetFramework>
|
|
<OutputType>WinExe</OutputType>
|
|
<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>
|
|
<Version>1.9</Version>
|
|
<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>
|
|
</PropertyGroup>
|
|
</Project> |