]> git.deb.at Git - rhonda/impostor.git/commitdiff
Fix up csproj
authorAeonLucid <aeonlucid@gmail.com>
Wed, 30 Sep 2020 23:00:58 +0000 (01:00 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 30 Sep 2020 23:00:58 +0000 (01:00 +0200)
src/Impostor.Client/Impostor.Client.csproj
src/Impostor.Server/Impostor.Server.csproj
src/Impostor.Shared/Impostor.Shared.csproj

index 369aee989f0d3c9c4ef42a7847c03894c9bb64b8..76f31bb1e8ba41b285a7ed70f1fde87360a7238b 100644 (file)
@@ -1,18 +1,18 @@
-<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>
index f4979f1691379d2c6511e124e2d46b26df0072b5..e4f07f07f513af2db1a496146a38757186aab819 100644 (file)
@@ -1,17 +1,17 @@
 <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>
index a15b966ec2c2da5fb34a11a63ce7a3a2495c6ce4..c6da43c7ac5eafb5d07955af424810bf3c7e7d52 100644 (file)
@@ -1,8 +1,8 @@
 <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>