2020-07-05 19:23:45 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net461</TargetFramework>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ApplicationIcon>App.ico</ApplicationIcon>
|
2020-07-05 19:54:34 -07:00
|
|
|
|
<Company>sourcegit</Company>
|
2020-07-05 19:23:45 -07:00
|
|
|
|
<Description>OpenSource GIT client for Windows</Description>
|
|
|
|
|
<Copyright>Copyright © sourcegit 2020. All rights reserved.</Copyright>
|
2020-07-05 19:27:14 -07:00
|
|
|
|
<ApplicationManifest>App.manifest</ApplicationManifest>
|
2020-07-05 19:54:34 -07:00
|
|
|
|
<Version>2.0.0-preview</Version>
|
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
2020-07-05 19:23:45 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="App.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|