<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to add your custom content files into a nuget package (for Visual Studio)	</title>
	<atom:link href="https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Mon, 02 May 2022 15:04:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Gustavo Brito		</title>
		<link>https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-43750</link>

		<dc:creator><![CDATA[Gustavo Brito]]></dc:creator>
		<pubDate>Mon, 02 May 2022 15:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/gustavobrito/?p=1214#comment-43750</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-43499&quot;&gt;gordan&lt;/a&gt;.

Hi Gordan,

What do you mean by the next nuget command?

Thanks
GB]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-43499">gordan</a>.</p>
<p>Hi Gordan,</p>
<p>What do you mean by the next nuget command?</p>
<p>Thanks<br />
GB</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gordan		</title>
		<link>https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-43499</link>

		<dc:creator><![CDATA[gordan]]></dc:creator>
		<pubDate>Tue, 26 Apr 2022 09:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/gustavobrito/?p=1214#comment-43499</guid>

					<description><![CDATA[what are the next nuget command?]]></description>
			<content:encoded><![CDATA[<p>what are the next nuget command?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MM		</title>
		<link>https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-28728</link>

		<dc:creator><![CDATA[MM]]></dc:creator>
		<pubDate>Tue, 24 Nov 2020 08:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/gustavobrito/?p=1214#comment-28728</guid>

					<description><![CDATA[I have been asked to create a nuget package with certain exe and dll and other image files.  Want all of these to be copied into certain folders on client app when this nuget pkg is installed.   This tutorial unfortunately assumes a lot of dotnet knowledge and skips on a lot of important steps that are crucial to newbs like me.  I mean, for one ... there is no such thing as a nuspec file in my solution.  Under what hierarchy do I include the  tags?  Where is this targets file? What are its contents?   If you are writing a tutorial,  never assume that your readers already know as much as you.  At least provide pointers to other articles/resources that are credible to read as pre-requisites.]]></description>
			<content:encoded><![CDATA[<p>I have been asked to create a nuget package with certain exe and dll and other image files.  Want all of these to be copied into certain folders on client app when this nuget pkg is installed.   This tutorial unfortunately assumes a lot of dotnet knowledge and skips on a lot of important steps that are crucial to newbs like me.  I mean, for one &#8230; there is no such thing as a nuspec file in my solution.  Under what hierarchy do I include the  tags?  Where is this targets file? What are its contents?   If you are writing a tutorial,  never assume that your readers already know as much as you.  At least provide pointers to other articles/resources that are credible to read as pre-requisites.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kartheek jonnalagadda		</title>
		<link>https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-21506</link>

		<dc:creator><![CDATA[kartheek jonnalagadda]]></dc:creator>
		<pubDate>Wed, 26 Feb 2020 13:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/gustavobrito/?p=1214#comment-21506</guid>

					<description><![CDATA[can you please post your complete project solution]]></description>
			<content:encoded><![CDATA[<p>can you please post your complete project solution</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gustavo Brito		</title>
		<link>https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-33</link>

		<dc:creator><![CDATA[Gustavo Brito]]></dc:creator>
		<pubDate>Thu, 29 Mar 2018 11:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/gustavobrito/?p=1214#comment-33</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-32&quot;&gt;Farshan&lt;/a&gt;.

Hi Farshan!

You need to add the paths related to the solution file.
Imagine this:
dir\anotherDir\Projects\MySolution.sln
dir\anotherDir\Projects\Images\MyImage.jpeg
dir\Extra\MyFileToInclude.txt

You don&#039;t need to use full paths. You have to move back and forward to get into the folder with the files you need.

If I didn&#039;t answer to your question, I ask you to explain your problem in a more detailed way :)

Regards]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-32">Farshan</a>.</p>
<p>Hi Farshan!</p>
<p>You need to add the paths related to the solution file.<br />
Imagine this:<br />
dir\anotherDir\Projects\MySolution.sln<br />
dir\anotherDir\Projects\Images\MyImage.jpeg<br />
dir\Extra\MyFileToInclude.txt</p>
<p>You don&#8217;t need to use full paths. You have to move back and forward to get into the folder with the files you need.</p>
<p>If I didn&#8217;t answer to your question, I ask you to explain your problem in a more detailed way 🙂</p>
<p>Regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Farshan		</title>
		<link>https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-32</link>

		<dc:creator><![CDATA[Farshan]]></dc:creator>
		<pubDate>Thu, 29 Mar 2018 11:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/gustavobrito/?p=1214#comment-32</guid>

					<description><![CDATA[Hi, 
I need the file path of the content file in the library. Can you explain it in simpler terms?]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
I need the file path of the content file in the library. Can you explain it in simpler terms?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tiago Oliveira		</title>
		<link>https://blogit.create.pt/gustavobrito/2018/01/12/how-to-add-your-custom-content-files-into-a-nuget-package-for-visual-studio/#comment-31</link>

		<dc:creator><![CDATA[Tiago Oliveira]]></dc:creator>
		<pubDate>Sun, 14 Jan 2018 05:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogit.create.pt/gustavobrito/?p=1214#comment-31</guid>

					<description><![CDATA[Very nice]]></description>
			<content:encoded><![CDATA[<p>Very nice</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
