Skip to content

Commit

Permalink
Permanently delete legacy SL implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jun 9, 2024
1 parent fb3e297 commit a9bf4e3
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 187 deletions.
19 changes: 0 additions & 19 deletions src/ThisAssembly.AssemblyInfo/SponsorLink.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ on the `ThisAssembly.Info` class.
</Description>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SponsorLink.cs" />
</ItemGroup>

<ItemGroup>
<!--<PackageReference Include="Devlooped.SponsorLink" Version="1.0.0" />-->
<PackageReference Include="NuGetizer" Version="1.2.2" />
Expand All @@ -47,10 +43,6 @@ on the `ThisAssembly.Info` class.
<InternalsVisibleTo Include="ThisAssembly.Tests" />
</ItemGroup>

<ItemGroup>
<None Include="SponsorLink.cs" />
</ItemGroup>

<Import Project="..\Shared\Shared.projitems" Label="Shared" />

</Project>
19 changes: 0 additions & 19 deletions src/ThisAssembly.Constants/SponsorLink.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/ThisAssembly.Constants/ThisAssembly.Constants.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ C#:
</Description>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SponsorLink.cs" />
</ItemGroup>

<ItemGroup>
<None Remove="CSharp.sbntxt" />
<None Remove="ThisAssembly.Constants.targets" />
Expand All @@ -50,10 +46,6 @@ C#:
<EmbeddedResource Include="CSharp.sbntxt" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<None Include="SponsorLink.cs" />
</ItemGroup>

<ItemGroup>
<!--<PackageReference Include="Devlooped.SponsorLink" Version="1.0.0" />-->
<PackageReference Include="NuGetizer" Version="1.2.2" />
Expand Down
19 changes: 0 additions & 19 deletions src/ThisAssembly.Git/SponsorLink.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/ThisAssembly.Git/ThisAssembly.Git.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
</Description>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SponsorLink.cs" />
</ItemGroup>

<ItemGroup>
<None Include="SponsorLink.cs" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ThisAssembly.Constants\ThisAssembly.Constants.csproj" />
</ItemGroup>
Expand Down
19 changes: 0 additions & 19 deletions src/ThisAssembly.Metadata/SponsorLink.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,10 @@ C#:
</Description>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SponsorLink.cs" />
</ItemGroup>

<ItemGroup>
<None Remove="ThisAssembly.Metadata.targets" />
</ItemGroup>

<ItemGroup>
<None Include="SponsorLink.cs" />
</ItemGroup>

<ItemGroup>
<!--<PackageReference Include="Devlooped.SponsorLink" Version="1.0.0" />-->
<PackageReference Include="NuGetizer" Version="1.2.2" />
Expand Down
19 changes: 0 additions & 19 deletions src/ThisAssembly.Project/SponsorLink.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/ThisAssembly.Project/ThisAssembly.Project.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ C#:
</Description>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SponsorLink.cs" />
</ItemGroup>

<ItemGroup>
<None Include="SponsorLink.cs" />
</ItemGroup>

<ItemGroup>
<!--<PackageReference Include="Devlooped.SponsorLink" Version="1.0.0" />-->
<PackageReference Include="NuGetizer" Version="1.2.2" />
Expand Down
19 changes: 0 additions & 19 deletions src/ThisAssembly.Resources/SponsorLink.cs

This file was deleted.

10 changes: 1 addition & 9 deletions src/ThisAssembly.Resources/ThisAssembly.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
</Description>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SponsorLink.cs" />
</ItemGroup>

<ItemGroup>
<None Remove="ThisAssembly.Resources.targets" />
</ItemGroup>
Expand All @@ -39,14 +35,10 @@
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="SponsorLink.cs" />
</ItemGroup>

<Import Project="..\Shared\Shared.projitems" Label="Shared" />

<ItemGroup>
<EmbeddedResource Include="@(Compile -> WithMetadataValue('Filename', 'EmbeddedResource'))" />
<EmbeddedResource Include="@(Compile -&gt; WithMetadataValue('Filename', 'EmbeddedResource'))" />
</ItemGroup>

</Project>
19 changes: 0 additions & 19 deletions src/ThisAssembly.Strings/SponsorLink.cs

This file was deleted.

5 changes: 0 additions & 5 deletions src/ThisAssembly.Strings/ThisAssembly.Strings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,13 @@ such as "Hello {name}".
</ItemGroup>

<ItemGroup>
<Compile Remove="SponsorLink.cs" />
<Compile Remove="ThisAssembly.Strings.cs" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="ThisAssembly.Strings.cs" />
</ItemGroup>

<ItemGroup>
<None Include="SponsorLink.cs" />
</ItemGroup>

<Import Project="..\Shared\Shared.projitems" Label="Shared" />

</Project>

0 comments on commit a9bf4e3

Please sign in to comment.