Skip to content

Commit

Permalink
updated project file for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyknight-me committed Jan 30, 2021
1 parent 6334054 commit 53fe550
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PhotoCollageScreensaver/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial class App : Application

private void App_OnStartup(object sender, StartupEventArgs e)
{
string commandArg = string.Empty;
var commandArg = string.Empty;
if (e.Args.Length > 0)
{
commandArg = e.Args[0].ToLower().Trim().Substring(0, 2);
Expand Down
9 changes: 6 additions & 3 deletions PhotoCollageScreensaver/PhotoCollageScreensaver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>false</PublishTrimmed>
<PublishReadyToRun>false</PublishReadyToRun>
<Authors>Jeremy Knight</Authors>
<Company></Company>
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Description>Photo Collage Screensaver is a Windows screensaver written in .NET. It takes pictures from your computer and turns them into a beautiful collage screensaver.</Description>
<RepositoryUrl>https://github.com/jeremyknight-me/photocollage</RepositoryUrl>
<PackageProjectUrl>https://github.com/jeremyknight-me/photocollage</PackageProjectUrl>
<Copyright>Jeremy Knight</Copyright>
<Version>3.0.0</Version>
</PropertyGroup>

Expand Down

0 comments on commit 53fe550

Please sign in to comment.