Skip to content

Commit

Permalink
Set description for each EOLib package and remove AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Mar 10, 2022
1 parent 57956c6 commit d24ad23
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 216 deletions.
2 changes: 1 addition & 1 deletion EOLib.Config/EOLib.Config.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\lib\</OutputPath>
<Description>Library for interacting with Endless Online configuration files</Description>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
Expand Down
35 changes: 0 additions & 35 deletions EOLib.Config/Properties/AssemblyInfo.cs

This file was deleted.

2 changes: 1 addition & 1 deletion EOLib.Graphics/EOLib.Graphics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\lib\</OutputPath>
<Description>Library for interacting with Endless Online gfx files</Description>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
Expand Down
35 changes: 0 additions & 35 deletions EOLib.Graphics/Properties/AssemblyInfo.cs

This file was deleted.

2 changes: 1 addition & 1 deletion EOLib.IO/EOLib.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\lib\</OutputPath>
<Description>Library for interacting with Endless Online pub and map files</Description>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
Expand Down
35 changes: 0 additions & 35 deletions EOLib.IO/Properties/AssemblyInfo.cs

This file was deleted.

2 changes: 1 addition & 1 deletion EOLib.Localization/EOLib.Localization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\lib\</OutputPath>
<Description>Library for interacting with Endless Online edf files</Description>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
Expand Down
35 changes: 0 additions & 35 deletions EOLib.Localization/Properties/AssemblyInfo.cs

This file was deleted.

2 changes: 1 addition & 1 deletion EOLib.Logger/EOLib.Logger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\lib\</OutputPath>
<Description>Library for interacting with Endless Online log files</Description>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
Expand Down
35 changes: 0 additions & 35 deletions EOLib.Logger/Properties/AssemblyInfo.cs

This file was deleted.

2 changes: 1 addition & 1 deletion EOLib/EOLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\lib\</OutputPath>
<Description>Base library for Endless Online development</Description>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
Expand Down
35 changes: 0 additions & 35 deletions EOLib/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit d24ad23

Please sign in to comment.