From 3bfa22a4b45ce89962b2d29848aeced3f554ac64 Mon Sep 17 00:00:00 2001 From: H1Gdev Date: Sun, 7 Apr 2024 15:27:16 +0900 Subject: [PATCH] Fix in Svg.Custom. (#1153) - change to generate `Generated` directory under the project --- Docs/articles/ReleaseNotes.md | 5 +++++ Tests/Svg.Custom/Svg.Custom.csproj | 19 ++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Docs/articles/ReleaseNotes.md b/Docs/articles/ReleaseNotes.md index fda6d09f8..9ad848b35 100644 --- a/Docs/articles/ReleaseNotes.md +++ b/Docs/articles/ReleaseNotes.md @@ -1,6 +1,11 @@ # SVG.NET Release Notes The release versions are NuGet releases. +## Unreleased + +### Fixes +* Fixed: `` in `Svg.Custom` to generate `Generated` directory under project. (see [PR #1153](https://github.com/svg-net/SVG/pull/1153)) + ## [Version 3.4.7](https://www.nuget.org/packages/Svg/3.4.7) (2024-02-22) ### Changes diff --git a/Tests/Svg.Custom/Svg.Custom.csproj b/Tests/Svg.Custom/Svg.Custom.csproj index 0f538e18d..2adc04b7a 100644 --- a/Tests/Svg.Custom/Svg.Custom.csproj +++ b/Tests/Svg.Custom/Svg.Custom.csproj @@ -11,7 +11,8 @@ True disable true - $(SvgSourcesBasePath)\Generated + ..\.. + $(SvgRootPath)\Source\Generated $(DefineConstants);NO_SDC 10.0 @@ -23,13 +24,9 @@ svg;vector graphics;rendering;2d;graphics;geometry;shapes - - ..\.. - - - + Resources\svg11.dtd Svg.Resources.svg11.dtd @@ -37,14 +34,14 @@ - - - + + + - + @@ -68,7 +65,7 @@ - + \ No newline at end of file