Skip to content

Commit

Permalink
Getting rid of legacy AssemblyInfo files
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed May 26, 2023
1 parent e038a16 commit 6956057
Show file tree
Hide file tree
Showing 50 changed files with 1 addition and 418 deletions.
6 changes: 0 additions & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<Project>
<Import Project="tools/Lombiq.Analyzers/Lombiq.Analyzers/Build.props" />

<ItemGroup Condition="$(ProjectName.StartsWith('Hast.')) and $(GenerateAssemblyInfo) == 'false'">
<Compile Include="$(SolutionDir)\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>

<PropertyGroup Condition="'$(IsPackable)' != 'false'">
<Authors>Lombiq Technologies</Authors>
<Copyright>Copyright © 2017, Lombiq Technologies Ltd.</Copyright>
Expand Down
1 change: 0 additions & 1 deletion Hastlayer.SDK.sln
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
NuGet.config = NuGet.config
NuGetIcon.png = NuGetIcon.png
Readme.md = Readme.md
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hast.Samples.Demo", "src\Samples\Hast.Samples.Demo\Hast.Samples.Demo.csproj", "{CBAC105A-E50F-4202-A647-CFD674E6C0F8}"
Expand Down
27 changes: 0 additions & 27 deletions SharedAssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Hastlayer/Hast.Algorithms/Hast.Algorithms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Title>Hastlayer - Algorithms</Title>
<Description>Some useful algorithms that are compatible with Hastlayer and thus can be used in hardware too. See the project website for detailed documentation.</Description>
<PackageTags>Lombiq;Hastlayer;FPGA;HardwareAcceleration;Performance;Algorithms;MWC64X;RandomNumberGenerator;FixPoint</PackageTags>
Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.Algorithms/Properties/AssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Hastlayer/Hast.Catapult/Hast.Catapult.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>bin\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Title>Hastlayer - Catapult Driver</Title>
Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.Catapult/Properties/AssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Hastlayer/Hast.Common/Hast.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Title>Hastlayer - Common</Title>
<Description>Some types and services common for all Hastlayer components. See the project website for detailed documentation.</Description>
<PackageTags>Lombiq;Hastlayer;FPGA;HardwareAcceleration;Performance</PackageTags>
Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.Common/Properties/AssemblyInfo.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/Hastlayer/Hast.Communication/Hast.Communication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Title>Hastlayer - Communication</Title>
<Description>Component dealing with the communication between the host and the hardware implementation. See the project website for detailed documentation.</Description>
<PackageTags>Lombiq;Hastlayer;FPGA;HardwareAcceleration;Performance;Ethernet;UsbUart;Serial</PackageTags>
Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.Communication/Properties/AssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Hastlayer/Hast.Console/Hast.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.Console/Properties/AssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Hastlayer/Hast.Layer/Hast.Layer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Title>Hastlayer - Hast.Layer</Title>
<Description>The central component of Hastlayer. See the project website for detailed documentation.</Description>
<PackageTags>Lombiq;Hastlayer;FPGA;HardwareAcceleration;Performance</PackageTags>
Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.Layer/Properties/AssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Hastlayer/Hast.Synthesis/Hast.Synthesis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>bin\</OutputPath>
<Title>Hastlayer - Synthesis</Title>
<Description>Component dealing with synthesizing hardware from hardware description. See the project website for detailed documentation.</Description>
Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.Synthesis/Properties/AssemblyInfo.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>bin\</OutputPath>
<Title>Hastlayer - VHDL</Title>
<Description>Component containing implementations for transforming .NET assemblies into VHDL hardware description. See the project website for detailed documentation.</Description>
Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.Transformer.Vhdl/Properties/AssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Hastlayer/Hast.Transformer/Hast.Transformer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>bin\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Title>Hastlayer - Transformer</Title>
Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.Transformer/Properties/AssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Hastlayer/Hast.VhdlBuilder/Hast.VhdlBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>bin\</OutputPath>
<Title>Hastlayer - VHDL Builder</Title>
<Description>A .NET VHDL code builder, i.e. you can build syntactically valid VHDL code with .NET constructs. See the project website for detailed documentation.</Description>
Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.VhdlBuilder/Properties/AssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Hastlayer/Hast.Xilinx/Hast.Xilinx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>bin\</OutputPath>
<Title>Hastlayer - Xilinx Driver</Title>
<Description>Driver and associated services to support Xilinx FPGAs. See the project website for detailed documentation.</Description>
Expand Down
15 changes: 0 additions & 15 deletions src/Hastlayer/Hast.Xilinx/Properties/AssemblyInfo.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand Down
15 changes: 0 additions & 15 deletions src/Samples/Hast.Samples.Consumer/Properties/AssemblyInfo.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Samples/Hast.Samples.Demo/Hast.Samples.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand Down
15 changes: 0 additions & 15 deletions src/Samples/Hast.Samples.Demo/Properties/AssemblyInfo.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>false</UseWindowsForms>
</PropertyGroup>

Expand Down
Loading

0 comments on commit 6956057

Please sign in to comment.