{"id":1001,"date":"2020-07-27T20:47:44","date_gmt":"2020-07-27T18:47:44","guid":{"rendered":"https:\/\/ekiwi.de\/?p=1001"},"modified":"2022-04-16T09:26:08","modified_gmt":"2022-04-16T07:26:08","slug":"visual-studio-windows-application-in-class-library-aendern","status":"publish","type":"post","link":"https:\/\/ekiwi.de\/index.php\/1001\/visual-studio-windows-application-in-class-library-aendern\/","title":{"rendered":"Visual Studio: Windows Application in Class Library \u00e4ndern"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Inhalt<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/ekiwi.de\/index.php\/1001\/visual-studio-windows-application-in-class-library-aendern\/#Anwendungsbeispiel\" >Anwendungsbeispiel<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/ekiwi.de\/index.php\/1001\/visual-studio-windows-application-in-class-library-aendern\/#Fehlermeldung\" >Fehlermeldung<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/ekiwi.de\/index.php\/1001\/visual-studio-windows-application-in-class-library-aendern\/#Fehlermeldung_1\" >Fehlermeldung 1:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/ekiwi.de\/index.php\/1001\/visual-studio-windows-application-in-class-library-aendern\/#Fehlermeldung_2\" >Fehlermeldung 2:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/ekiwi.de\/index.php\/1001\/visual-studio-windows-application-in-class-library-aendern\/#Fehlermeldung_3\" >Fehlermeldung 3:<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/ekiwi.de\/index.php\/1001\/visual-studio-windows-application-in-class-library-aendern\/#Loesung\" >L\u00f6sung<\/a><\/li><\/ul><\/nav><\/div>\n<p>Programmiert man im <em>Visual Studio (VS)<\/em> ein Teilprojekt als ausf\u00fchrbare Datei und m\u00f6chte sp\u00e4ter dieses Teilprojekt in eine andere Solution einbinden, dann geht das, genauso wie das <a title=\"Visual Studio andere Sprache einstellen\" href=\"https:\/\/ekiwi.de\/index.php\/2082\/visual-studio-sprache-aendern\/\">Umstellen der Sprache<\/a>, in Visual Studio relativ einfach und ist sehr praktisch, da dieses Teilprojekt in mehreren anderen Projekten eingebunden werden kann.<\/p>\n<p>Nachteil ist, wenn man das Teilprojekt als ausf\u00fchrbare Anwendung (<em>Windows Application<\/em>)erstellt hat, dass dann eine <em>exe<\/em>-Datei erzeugt wird, welche aber nicht unbedingt Bestandteil des Hauptprojekt werden sollte. Aus diesem Grund muss man seine <strong>Windows Application in eine Class Library \u00e4ndern<\/strong>.<\/p>\n<p>Dies macht man \u00fcber die <strong>Properties<\/strong> =&gt; <strong>Application<\/strong> =&gt; <strong>Output Type<\/strong>. Den <em>Output Type<\/em> setzt man auf <em>Class Library<\/em>. Und dann kommen erstmal viele Fehlermeldungen.<\/p>\n<figure id=\"attachment_1010\" aria-describedby=\"caption-attachment-1010\" style=\"width: 763px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1010 size-full\" title=\"Visual Studio Properties Output Type einstellen\" src=\"\/wp-content\/uploads\/2020\/07\/visual-studio-application-output-type-class-library-and-windows-application.png\" alt=\"Screenshot Visual Studio Properties Output Type Einstellung\" width=\"763\" height=\"187\" srcset=\"\/wp-content\/uploads\/2020\/07\/visual-studio-application-output-type-class-library-and-windows-application.png 763w, \/wp-content\/uploads\/2020\/07\/visual-studio-application-output-type-class-library-and-windows-application-300x74.png 300w\" sizes=\"auto, (max-width: 763px) 100vw, 763px\" \/><figcaption id=\"caption-attachment-1010\" class=\"wp-caption-text\">Output Type auf Class Library setzen<\/figcaption><\/figure>\n<h2><span class=\"ez-toc-section\" id=\"Anwendungsbeispiel\"><\/span>Anwendungsbeispiel<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Ein Beispiel k\u00f6nnte sein, dass man ein FTP-Programm programmiert hat und nun die FTP-Funktionen auch in anderen Anwendungen integrieren m\u00f6chte. In diesem Fall sollte in der anderen Anwendung keine <em>*.exe<\/em>-Dateien vom FTP-Programm landen, sondern nur Libraries in Form von <em>*.dll<\/em>-Dateien.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Fehlermeldung\"><\/span>Fehlermeldung<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Nach der erstmaligen \u00c4nderung in <abbr title=\"Visual Studio\">VS<\/abbr> von &#8222;<em>Windows Application<\/em>&#8220; zu &#8222;<em>Class Library<\/em>&#8220; werden jede Menge Fehlermeldungen erzeugt<\/p>\n<p>Steht die Datei &#8222;<em>App.xaml<\/em>&#8220; noch die Eigenschaft &#8222;<em><strong>Build Action = Application Definition<\/strong><\/em>&#8220; dann kommen jede Menge Fehlermeldungen von diesem Typ:<\/p>\n\n<div class=\"aawp\">\n\n            \n            \n<div class=\"aawp-product aawp-product--horizontal aawp-product--bestseller aawp-product--ribbon\"  data-aawp-product-asin=\"3367108499\" data-aawp-product-id=\"5245\" data-aawp-tracking-id=\"ekiwide0b-21\" data-aawp-product-title=\"Einstieg in C# mit Visual Studio 2026  Ideal f\u00fcr Programmieranf\u00e4nger\">\n\n    <span class=\"aawp-product__ribbon aawp-product__ribbon--bestseller\">Bestseller Nr. 1<\/span>\n    <div class=\"aawp-product__thumb\">\n        <a class=\"aawp-product__image-link\"\n           href=\"https:\/\/www.amazon.de\/dp\/3367108499?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1&keywords=visual%20studio\" title=\"Einstieg in C# mit Visual Studio 2026: Ideal f\u00fcr...\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            <img decoding=\"async\" class=\"aawp-product__image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/512l59ygKgL._SL160_.jpg\" alt=\"Einstieg in C# mit Visual Studio 2026: Ideal f\u00fcr...\"  \/>\n        <\/a>\n\n            <\/div>\n\n    <div class=\"aawp-product__content\">\n        <a class=\"aawp-product__title\" href=\"https:\/\/www.amazon.de\/dp\/3367108499?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1&keywords=visual%20studio\" title=\"Einstieg in C# mit Visual Studio 2026: Ideal f\u00fcr...\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            Einstieg in C# mit Visual Studio 2026: Ideal f\u00fcr...        <\/a>\n        <div class=\"aawp-product__description\">\n            <ul><li>Theis, Thomas(Autor)<\/li><\/ul>        <\/div>\n    <\/div>\n\n    <div class=\"aawp-product__footer\">\n\n        <div class=\"aawp-product__pricing\">\n            \n                            <span class=\"aawp-product__price aawp-product__price--current\"><\/span>\n            \n                    <\/div>\n\n                <a class=\"aawp-button aawp-button--buy aawp-button--icon aawp-button--icon-black\" href=\"https:\/\/www.amazon.de\/dp\/3367108499?tag=ekiwide0b-21&#038;linkCode=ogi&#038;th=1&#038;psc=1&#038;keywords=visual%20studio\" title=\"Bei Amazon kaufen\" target=\"_blank\" rel=\"nofollow noopener sponsored\">Bei Amazon kaufen<\/a>\n            <\/div>\n\n<\/div>\n\n    \n<\/div>\n\n<h3><span class=\"ez-toc-section\" id=\"Fehlermeldung_1\"><\/span>Fehlermeldung 1:<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<blockquote><p>The name &#8218;\u2026&#8216; does not exist in the current context<\/p><\/blockquote>\n<p>Da es keine ausf\u00fchrbare Application mehr sein soll, habe ich einfach die <em>Build Action<\/em> auf <em>Page<\/em> gesetzt und die folgenden Fehlermeldungen erhalten:<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Fehlermeldung_2\"><\/span>Fehlermeldung 2:<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<blockquote><p>The project file contains a property value that is not valid.<br \/>\nLibrary project file cannot specify ApplicationDefinition element.<\/p><\/blockquote>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1004 size-full\" title=\"Error List von Visual Studio\" src=\"\/wp-content\/uploads\/2020\/07\/project-file-contains-a-property-value-that-is-not-valid.png\" alt=\"Screenshot Visual Studio Error List shows project file contains a property value that is not valid\" width=\"471\" height=\"116\" srcset=\"\/wp-content\/uploads\/2020\/07\/project-file-contains-a-property-value-that-is-not-valid.png 471w, \/wp-content\/uploads\/2020\/07\/project-file-contains-a-property-value-that-is-not-valid-300x74.png 300w\" sizes=\"auto, (max-width: 471px) 100vw, 471px\" \/><\/p>\n<p>Wenn man direkt versucht die App \u00fcber <em>Start<\/em> zu starten, kommt die folgende Fehlermeldung, was aber logisch ist, da es sich ja nicht mehr um eine ausf\u00fchrbare App handelt. Und in unserem Fall wollen wir dies auch nicht.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Fehlermeldung_3\"><\/span>Fehlermeldung 3:<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<blockquote><p>A project with an Output Type of Class Library cannot be started directly.<br \/>\nIn order to debug this project, add an executable project to this solution which references the library project. Set the executable project as the startup project.<\/p><\/blockquote>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1005 size-full\" title=\"Fehlermeldung von Visual Studio\" src=\"\/wp-content\/uploads\/2020\/07\/project-with-output-type-of-class-library-cannot-be-started-directly.png\" alt=\"Visual Studio zeigt error project with output type of class library cannot be started directly\" width=\"436\" height=\"232\" srcset=\"\/wp-content\/uploads\/2020\/07\/project-with-output-type-of-class-library-cannot-be-started-directly.png 436w, \/wp-content\/uploads\/2020\/07\/project-with-output-type-of-class-library-cannot-be-started-directly-300x160.png 300w\" sizes=\"auto, (max-width: 436px) 100vw, 436px\" \/><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Loesung\"><\/span>L\u00f6sung<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Einige Foren schreiben, dass man die Datei <em>App.xaml<\/em> l\u00f6schen soll und das man im <em>MainWindow.xaml <strong>Windows auf UserControl \u00e4ndern<\/strong><\/em> soll.<\/p>\n<figure id=\"attachment_1003\" aria-describedby=\"caption-attachment-1003\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1003 size-full\" title=\"Visual Studio Code in MainWindow.xaml\" src=\"\/wp-content\/uploads\/2020\/07\/mainwindow-xaml-to-usercontrol.png\" alt=\"Screenshot Visual Studio MainWindow.xaml auf UserControl \u00e4ndern\" width=\"610\" height=\"115\" srcset=\"\/wp-content\/uploads\/2020\/07\/mainwindow-xaml-to-usercontrol.png 610w, \/wp-content\/uploads\/2020\/07\/mainwindow-xaml-to-usercontrol-300x57.png 300w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><figcaption id=\"caption-attachment-1003\" class=\"wp-caption-text\">Windows zu UserControl \u00e4ndern<\/figcaption><\/figure>\n<p>Die \u00c4nderung auf <a title=\"c# get location of user control: Windows oder Dialoge an der Position eines UserControl ausrichten\" href=\"https:\/\/ekiwi.de\/index.php\/2576\/c-xaml-position-eines-usercontrols-ermitteln\/\"><em>UserControl<\/em><\/a> kann oder sollte man vornehmen, wenn man das User-Interface von <em>MainWindow.xaml<\/em> auch in den anderen Anwendungen ,wo die Library eingebunden wird, weiterverwenden m\u00f6chte.<\/p>\n<p>Die <em>App.xaml<\/em> muss man nicht zwingend l\u00f6schen. Man kann einfach die Eigenschaft <em><strong>Build Action auf None setzen<\/strong><\/em>. Dann wird diese nicht mehr ber\u00fccksichtigt. Man hat sie aber noch verf\u00fcgbar, falls man doch mal wieder eine eigenst\u00e4ndige, ausf\u00fchrbare Datei (<em>*.exe<\/em>) kompilieren m\u00f6chte.<\/p>\n<figure id=\"attachment_1002\" aria-describedby=\"caption-attachment-1002\" style=\"width: 392px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1002 size-full\" title=\"Visual Studio App.xaml Build Action auf None setzen\" src=\"\/wp-content\/uploads\/2020\/07\/app-xaml-build-action-to-none.png\" alt=\"Screenshot Visual Studio App.xaml Build Action\" width=\"392\" height=\"222\" srcset=\"\/wp-content\/uploads\/2020\/07\/app-xaml-build-action-to-none.png 392w, \/wp-content\/uploads\/2020\/07\/app-xaml-build-action-to-none-300x170.png 300w\" sizes=\"auto, (max-width: 392px) 100vw, 392px\" \/><figcaption id=\"caption-attachment-1002\" class=\"wp-caption-text\">Build Action auf None setzen<\/figcaption><\/figure>\n\n<div class=\"aawp\">\n\n            \n            \n<div class=\"aawp-product aawp-product--horizontal\"  data-aawp-product-asin=\"3836264587\" data-aawp-product-id=\"5258\" data-aawp-tracking-id=\"ekiwide0b-21\" data-aawp-product-title=\"C# 8 mit Visual Studio 2019  Das umfassende C#-Handbuch  Spracheinf\u00fchrung Objektorientierung Programmiertechniken Aktuell zu Visual Studio 2019\">\n\n    \n    <div class=\"aawp-product__thumb\">\n        <a class=\"aawp-product__image-link\"\n           href=\"https:\/\/www.amazon.de\/dp\/3836264587?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1\" title=\"C# 8 mit Visual Studio 2019: Das umfassende...\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            <img decoding=\"async\" class=\"aawp-product__image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/41Ylil5LydL._SL160_.jpg\" alt=\"C# 8 mit Visual Studio 2019: Das umfassende...\"  \/>\n        <\/a>\n\n            <\/div>\n\n    <div class=\"aawp-product__content\">\n        <a class=\"aawp-product__title\" href=\"https:\/\/www.amazon.de\/dp\/3836264587?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1\" title=\"C# 8 mit Visual Studio 2019: Das umfassende...\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            C# 8 mit Visual Studio 2019: Das umfassende...        <\/a>\n        <div class=\"aawp-product__description\">\n            <ul><li>K\u00fchnel, Andreas(Autor)<\/li><\/ul>        <\/div>\n    <\/div>\n\n    <div class=\"aawp-product__footer\">\n\n        <div class=\"aawp-product__pricing\">\n            \n                            <span class=\"aawp-product__price aawp-product__price--current\"><\/span>\n            \n                    <\/div>\n\n                <a class=\"aawp-button aawp-button--buy aawp-button--icon aawp-button--icon-black\" href=\"https:\/\/www.amazon.de\/dp\/3836264587?tag=ekiwide0b-21&#038;linkCode=ogi&#038;th=1&#038;psc=1\" title=\"Bei Amazon kaufen\" target=\"_blank\" rel=\"nofollow noopener sponsored\">Bei Amazon kaufen<\/a>\n            <\/div>\n\n<\/div>\n\n            \n            \n<div class=\"aawp-product aawp-product--horizontal\"  data-aawp-product-asin=\"3446458026\" data-aawp-product-id=\"5284\" data-aawp-tracking-id=\"ekiwide0b-21\" data-aawp-product-title=\"Visual C# 2019 \u2013 Grundlagen Profiwissen und Rezepte  Inkl E-Book\">\n\n    \n    <div class=\"aawp-product__thumb\">\n        <a class=\"aawp-product__image-link\"\n           href=\"https:\/\/www.amazon.de\/dp\/3446458026?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1\" title=\"Visual C# 2019 \u2013 Grundlagen, Profiwissen und...\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            <img decoding=\"async\" class=\"aawp-product__image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/512iyZ8CdeL._SL160_.jpg\" alt=\"Visual C# 2019 \u2013 Grundlagen, Profiwissen und...\"  \/>\n        <\/a>\n\n            <\/div>\n\n    <div class=\"aawp-product__content\">\n        <a class=\"aawp-product__title\" href=\"https:\/\/www.amazon.de\/dp\/3446458026?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1\" title=\"Visual C# 2019 \u2013 Grundlagen, Profiwissen und...\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            Visual C# 2019 \u2013 Grundlagen, Profiwissen und...        <\/a>\n        <div class=\"aawp-product__description\">\n            <ul><li>Visual C# 2019 \u2013 Grundlagen, Expertenwissen und Rezepte: Inkl. E-Book<\/li><li>ABIS_BUCH<\/li><li>Hanser Fachbuchverlag<\/li><\/ul>        <\/div>\n    <\/div>\n\n    <div class=\"aawp-product__footer\">\n\n        <div class=\"aawp-product__pricing\">\n            \n                            <span class=\"aawp-product__price aawp-product__price--current\"><\/span>\n            \n                    <\/div>\n\n                <a class=\"aawp-button aawp-button--buy aawp-button--icon aawp-button--icon-black\" href=\"https:\/\/www.amazon.de\/dp\/3446458026?tag=ekiwide0b-21&#038;linkCode=ogi&#038;th=1&#038;psc=1\" title=\"Bei Amazon kaufen\" target=\"_blank\" rel=\"nofollow noopener sponsored\">Bei Amazon kaufen<\/a>\n            <\/div>\n\n<\/div>\n\n    \n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Visual Studio mit seinen vielen Stellschrauben kann einen schon besch\u00e4ftigen. Will man einer Stelle eine WindowsApplication auf Class Library \u00e4ndern, wird erstmal ein Schwall Fehlermeldungen ausgeworfen, den es zu beseitigen gilt.<\/p>\n","protected":false},"author":2,"featured_media":1011,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"categories":[13],"tags":[190,191],"class_list":["post-1001","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-programmierung","tag-c","tag-visual-studio"],"_links":{"self":[{"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/posts\/1001","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/comments?post=1001"}],"version-history":[{"count":0,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/posts\/1001\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/media\/1011"}],"wp:attachment":[{"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/media?parent=1001"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/categories?post=1001"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/tags?post=1001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}