Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove PdfSharp submodule #4

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "src/ACadSharp"]
path = src/ACadSharp
url = https://github.com/DomCR/ACadSharp.git
[submodule "src/PdfSharp"]
path = src/PdfSharp
url = https://github.com/DomCR/PdfSharp.git
1 change: 0 additions & 1 deletion src/ACadSharp.Pdf.Examples/ACadSharp.Pdf.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<ItemGroup>
<ProjectReference Include="..\ACadSharp.Pdf\ACadSharp.Pdf.csproj" />
<ProjectReference Include="..\PdfSharp\src\foundation\src\PDFsharp\src\PdfSharp\PdfSharp.csproj" />
</ItemGroup>

</Project>
95 changes: 0 additions & 95 deletions src/ACadSharp.Pdf.Examples/PdfSharpExamples.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/ACadSharp.Pdf.Examples/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using ACadSharp.IO;
using Example;
using System.IO;

namespace ACadSharp.Pdf.Examples
Expand All @@ -11,13 +10,6 @@ internal class Program

static void Main(string[] args)
{
PdfSharpExamples.HelloWorld(Path.Combine(_outFolder, "PdfSharp", "helloworld.pdf"));
PdfSharpExamples.Landscape(Path.Combine(_outFolder, "PdfSharp", "Landscape.pdf"));
PdfSharpExamples.DrawDiagonal(Path.Combine(_outFolder, "PdfSharp", "Diagonal.pdf"));
PdfSharpExamples.DrawCircle(Path.Combine(_outFolder, "PdfSharp", "Circel.pdf"));

return;

CadDocument doc = DwgReader.Read(Path.Combine(_folder, "export_sample.dwg"), NotificationHelper.LogConsoleNotification);

string filename = Path.Combine(_folder, "export_sample_output.pdf");
Expand Down
18 changes: 0 additions & 18 deletions src/ACadSharp.Pdf.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Submodules", "Submodules",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ACadSharp", "ACadSharp\src\ACadSharp\ACadSharp.csproj", "{954E6718-3377-4F1F-8487-6A9412829661}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfSharp", "PdfSharp\src\foundation\src\PDFsharp\src\PdfSharp\PdfSharp.csproj", "{99A31D18-2FDD-46D5-81A1-788D3472E999}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfSharp.System", "PdfSharp\src\foundation\src\shared\src\PdfSharp.System\PdfSharp.System.csproj", "{062E62B0-6B93-4D77-A20A-E2BE4568E152}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C208F917-1B3F-4D17-B07A-5DB997793705}"
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
Expand Down Expand Up @@ -67,18 +63,6 @@ Global
{954E6718-3377-4F1F-8487-6A9412829661}.Release|Any CPU.Build.0 = Release|Any CPU
{954E6718-3377-4F1F-8487-6A9412829661}.Test|Any CPU.ActiveCfg = Test|Any CPU
{954E6718-3377-4F1F-8487-6A9412829661}.Test|Any CPU.Build.0 = Test|Any CPU
{99A31D18-2FDD-46D5-81A1-788D3472E999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99A31D18-2FDD-46D5-81A1-788D3472E999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99A31D18-2FDD-46D5-81A1-788D3472E999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99A31D18-2FDD-46D5-81A1-788D3472E999}.Release|Any CPU.Build.0 = Release|Any CPU
{99A31D18-2FDD-46D5-81A1-788D3472E999}.Test|Any CPU.ActiveCfg = Debug|Any CPU
{99A31D18-2FDD-46D5-81A1-788D3472E999}.Test|Any CPU.Build.0 = Debug|Any CPU
{062E62B0-6B93-4D77-A20A-E2BE4568E152}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{062E62B0-6B93-4D77-A20A-E2BE4568E152}.Debug|Any CPU.Build.0 = Debug|Any CPU
{062E62B0-6B93-4D77-A20A-E2BE4568E152}.Release|Any CPU.ActiveCfg = Release|Any CPU
{062E62B0-6B93-4D77-A20A-E2BE4568E152}.Release|Any CPU.Build.0 = Release|Any CPU
{062E62B0-6B93-4D77-A20A-E2BE4568E152}.Test|Any CPU.ActiveCfg = Debug|Any CPU
{062E62B0-6B93-4D77-A20A-E2BE4568E152}.Test|Any CPU.Build.0 = Debug|Any CPU
{0E7B7771-ABD9-4ABC-A626-7C73120248B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E7B7771-ABD9-4ABC-A626-7C73120248B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E7B7771-ABD9-4ABC-A626-7C73120248B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -91,8 +75,6 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{954E6718-3377-4F1F-8487-6A9412829661} = {34398062-E8FA-40D9-876E-14DA65580159}
{99A31D18-2FDD-46D5-81A1-788D3472E999} = {34398062-E8FA-40D9-876E-14DA65580159}
{062E62B0-6B93-4D77-A20A-E2BE4568E152} = {34398062-E8FA-40D9-876E-14DA65580159}
{78F069B8-0EF8-4703-9257-CBF5DC4022FA} = {C208F917-1B3F-4D17-B07A-5DB997793705}
{52E48994-8A32-45F5-BB03-1D578AD6457E} = {78F069B8-0EF8-4703-9257-CBF5DC4022FA}
{7950B9CB-883D-4065-8FD0-9A6822BB2FE2} = {34398062-E8FA-40D9-876E-14DA65580159}
Expand Down
1 change: 0 additions & 1 deletion src/PdfSharp
Submodule PdfSharp deleted from f82a2d
Loading