mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
20 lines
No EOL
1 KiB
XML
20 lines
No EOL
1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
<OutputType>Exe</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>3.6</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>
|
|
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
|
|
</PropertyGroup>
|
|
</Project> |