Skip to content

Commit

Permalink
got it building again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Bickerstaff committed Jun 28, 2024
1 parent c587484 commit 2aa65f3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 32 deletions.
3 changes: 3 additions & 0 deletions SuperLauncherBootstrap/Bootstrap.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
using SuperLauncherCommon;
using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;

namespace SuperLauncherBootstrap
Expand Down

This file was deleted.

25 changes: 10 additions & 15 deletions SuperLauncherBootstrap/SuperLauncherBootstrap.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\CommonProperties.xml" />
<PropertyGroup>
<TargetFramework>net7.0-windows10.0.17763.0</TargetFramework>
<OutputType>WinExe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWPF>True</UseWPF>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\SuperLauncherCommon\SuperLauncherCommon.csproj" />
<ProjectReference Include="..\SuperLauncher\SuperLauncher.csproj" />
</ItemGroup>

</Project>
<Import Project="..\CommonProperties.xml" />
<PropertyGroup>
<OutputType>WinExe</OutputType>
<UseWPF>True</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SuperLauncherCommon\SuperLauncherCommon.csproj" />
<ProjectReference Include="..\SuperLauncher\SuperLauncher.csproj" />
</ItemGroup>
</Project>

0 comments on commit 2aa65f3

Please sign in to comment.