Skip to content

Commit

Permalink
Updated indentation of the project properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Nov 20, 2021
1 parent 6d240e4 commit b9e2cc5
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions FacepunchCommitsMonitor.csproj
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>

0 comments on commit b9e2cc5

Please sign in to comment.