-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated indentation of the project properties file
- Loading branch information
1 parent
6d240e4
commit b9e2cc5
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<!-- https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-enhance --> | ||
<!-- https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-enhance --> | ||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework> <!-- Windows 10 version 2004 (May 2020 Update) --> | ||
<PublishSingleFile>true</PublishSingleFile> | ||
<PlatformTarget>x64</PlatformTarget> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<PublishTrimmed>true</PublishTrimmed> | ||
<ApplicationIcon>logo.ico</ApplicationIcon> | ||
<AssemblyName>Facepunch Commits Monitor</AssemblyName> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework> <!-- Windows 10 version 2004 (May 2020 Update) --> | ||
<PlatformTarget>x64</PlatformTarget> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<ApplicationIcon>logo.ico</ApplicationIcon> | ||
<AssemblyName>Facepunch Commits Monitor</AssemblyName> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" /> | ||
</ItemGroup> | ||
|
||
</Project> |