Skip to content

Commit

Permalink
Majorsilence.Reporting.RdlGtk3 name cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
majorsilence committed Feb 8, 2025
1 parent 85e3aa0 commit 68bdf29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MajorsilenceReporting.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EncryptionProvider", "Encry
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RdlViewer.Tests", "RdlViewer.Tests\RdlViewer.Tests.csproj", "{A46C8EBE-29FC-4EEB-99E9-6011FA2D67EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RdlGtk3", "RdlGtk3\RdlGtk3.csproj", "{3B8B6B87-E6DE-441C-8BDE-8F3D6C838DEA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Majorsilence.Reporting.RdlGtk3", "RdlGtk3\Majorsilence.Reporting.RdlGtk3.csproj", "{3B8B6B87-E6DE-441C-8BDE-8F3D6C838DEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RdlGtk3Viewer", "RdlGtk3Viewer\RdlGtk3Viewer.csproj", "{669630A4-BBA7-4374-9AD1-FF9D08335D75}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>fyiReporting.RdlGtk3</RootNamespace>
<AssemblyName>RdlGtk3</AssemblyName>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Majorsilence.Reporting.RdlGtk3</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion RdlGtk3Viewer/RdlGtk3Viewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\RdlGtk3\RdlGtk3.csproj" />
<ProjectReference Include="..\RdlGtk3\Majorsilence.Reporting.RdlGtk3.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 68bdf29

Please sign in to comment.