]> git.deb.at Git - rhonda/impostor.git/commitdiff
Shared client props
authorAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 11:51:33 +0000 (13:51 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 11:51:33 +0000 (13:51 +0200)
src/Impostor.Client/Directory.Build.props [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.Cli/Impostor.Client.Cli.csproj
src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj

diff --git a/src/Impostor.Client/Directory.Build.props b/src/Impostor.Client/Directory.Build.props
new file mode 100644 (file)
index 0000000..606cd2e
--- /dev/null
@@ -0,0 +1,9 @@
+<Project>
+    <PropertyGroup>
+        <AssemblyName>Impostor</AssemblyName>
+        <AssemblyTitle>Impostor</AssemblyTitle>
+        <Product>Impostor</Product>
+        <Copyright>Copyright © AeonLucid 2020</Copyright>
+        <Version>1.0.0</Version>
+    </PropertyGroup>
+</Project>
\ No newline at end of file
index 943c25e91bfefdb00c26718cf6766b1f322fe8c4..e54e473b803f01c6300d7f5a2840088c22ac4a2e 100644 (file)
@@ -5,14 +5,6 @@
         <TargetFramework>net5.0</TargetFramework>
     </PropertyGroup>
 
-    <PropertyGroup>
-        <AssemblyName>Impostor</AssemblyName>
-        <AssemblyTitle>Impostor</AssemblyTitle>
-        <Product>Impostor</Product>
-        <Copyright>Copyright © AeonLucid 2020</Copyright>
-        <Version>1.0.0</Version>
-    </PropertyGroup>
-
     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
         <DebugType>none</DebugType>
     </PropertyGroup>
index 9078c6287bb8d6729f7a7cce3caf0780f09c410b..65e4befd0dfb742fc7de69b3357a0b99ac4088df 100644 (file)
         <GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
     </PropertyGroup>
 
-    <PropertyGroup>
-        <AssemblyName>Impostor</AssemblyName>
-        <AssemblyTitle>Impostor</AssemblyTitle>
-        <Product>Impostor</Product>
-        <Copyright>Copyright © AeonLucid 2020</Copyright>
-        <Version>1.0.0</Version>
-    </PropertyGroup>
-
     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
         <DebugType>none</DebugType>
     </PropertyGroup>