-<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net452</TargetFramework>
- <UseWindowsForms>true</UseWindowsForms>
- <RuntimeIdentifier>win-x64</RuntimeIdentifier>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <DisableOutOfProcTaskHost>true</DisableOutOfProcTaskHost>
- <AssemblyTitle>Impostor</AssemblyTitle>
- <Product>Impostor</Product>
- <Copyright>Copyright © AeonLucid 2020</Copyright>
- <Version>1.0.0</Version>
- <OutputPath>bin\$(Configuration)\</OutputPath>
- <ApplicationIcon>icon.ico</ApplicationIcon>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>net452</TargetFramework>
+ <UseWindowsForms>true</UseWindowsForms>
+ <RuntimeIdentifier>win-x64</RuntimeIdentifier>
+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
+ <DisableOutOfProcTaskHost>true</DisableOutOfProcTaskHost>
+ <AssemblyTitle>Impostor</AssemblyTitle>
+ <Product>Impostor</Product>
+ <Copyright>Copyright © AeonLucid 2020</Copyright>
+ <Version>1.0.0</Version>
+ <OutputPath>bin\$(Configuration)\</OutputPath>
+ <ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net5.0</TargetFramework>
- <PublishTrimmed>true</PublishTrimmed>
- <TrimMode>Link</TrimMode>
- <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
- <AssemblyTitle>Impostor.Server</AssemblyTitle>
- <Product>Impostor.Server</Product>
- <Copyright>Copyright © AeonLucid 2020</Copyright>
- <Version>1.0.0</Version>
- <ApplicationIcon>icon.ico</ApplicationIcon>
- <DebugType Condition=" '$(Configuration)' == 'Release' ">None</DebugType>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net5.0</TargetFramework>
+ <PublishTrimmed>true</PublishTrimmed>
+ <TrimMode>Link</TrimMode>
+ <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
+ <AssemblyTitle>Impostor.Server</AssemblyTitle>
+ <Product>Impostor.Server</Product>
+ <Copyright>Copyright © AeonLucid 2020</Copyright>
+ <Version>1.0.0</Version>
+ <ApplicationIcon>icon.ico</ApplicationIcon>
+ <DebugType Condition=" '$(Configuration)' == 'Release' ">None</DebugType>
</PropertyGroup>
<ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFrameworks>net452;net5.0</TargetFrameworks>
- <DebugType Condition=" '$(Configuration)' == 'Release' ">None</DebugType>
+ <TargetFrameworks>net452;net5.0</TargetFrameworks>
+ <DebugType Condition=" '$(Configuration)' == 'Release' ">None</DebugType>
</PropertyGroup>
<ItemGroup>