<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Visual Studio 2015 templates for Revit add-ins in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6876855#M60320</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Dear Andrey,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I agree with you that template is a better name than wizard, and that these are pure simple templates.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For historical reasons, I'll stay true to that mistake.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, I think a list of differences between the two templates would be extremely useful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I published a description of what we have so far on the blog:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2017/02/new-visual-studio-2015-templates-for-revit-add-ins.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2017/02/new-visual-studio-2015-templates-for-revit-add-ins.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I will gladly add that list there and update the VisualStudioRevitAddinWizard GitHub repo documentation to include this information as well, to enable developers to choose between the two.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2017 14:38:15 GMT</pubDate>
    <dc:creator>jeremytammik</dc:creator>
    <dc:date>2017-02-14T14:38:15Z</dc:date>
    <item>
      <title>Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6866605#M60316</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need a set of convenient Visual Studio templates for creation of&amp;nbsp; Revit add-ins.&amp;nbsp;I am very lazy person and I prefer that the boring operations were done by a template instead of me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At first I wanted to improve the&amp;nbsp;&lt;A href="https://github.com/jeremytammik/VisualStudioRevitAddinWizard" target="_self"&gt;VisualStudioRevitAddinWizard&lt;/A&gt; template by &lt;STRONG&gt;Jeremy Tammik&lt;/STRONG&gt;. But Jeremy ignored &lt;A href="https://github.com/jeremytammik/VisualStudioRevitAddinWizard/pull/3" target="_self"&gt;my pull request&lt;/A&gt;. Therefore I refused the subsequent attempts to improve his template. Therefore I made templates myself.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are my Visual Studio 2015 templates for Revit add-ins creating: &lt;A href="https://github.com/Andrey-Bushman/Revit2017AddInTemplateSet" target="_self"&gt;https://github.com/Andrey-Bushman/Revit2017AddInTemplateSet&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also it contains the set of video-lessons with English comments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;* #001. Download and install the templates: 
  		&lt;A href="https://www.youtube.com/watch?v=SYm-yxQ9jFk&amp;amp;t=1s" target="_blank"&gt;https://www.youtube.com/watch?v=SYm-yxQ9jFk&amp;amp;t=1s&lt;/A&gt;

  * #002. Create new project:
  		&lt;A href="https://www.youtube.com/watch?v=TU5HoTxpgbk&amp;amp;t=5s" target="_blank"&gt;https://www.youtube.com/watch?v=TU5HoTxpgbk&amp;amp;t=5s&lt;/A&gt;

  * #003. Add new command:
  		&lt;A href="https://www.youtube.com/watch?v=mtw8PAf5eus&amp;amp;t=2s" target="_blank"&gt;https://www.youtube.com/watch?v=mtw8PAf5eus&amp;amp;t=2s&lt;/A&gt;

  * #004. Link the command with the command availability:
  		&lt;A href="https://www.youtube.com/watch?v=-_79p0CnKJY&amp;amp;t=8s" target="_blank"&gt;https://www.youtube.com/watch?v=-_79p0CnKJY&amp;amp;t=8s&lt;/A&gt;

  * #005. Add ribbon tabs and panels:
  		&lt;A href="https://www.youtube.com/watch?v=wlskC5PTmH8&amp;amp;t=4s" target="_blank"&gt;https://www.youtube.com/watch?v=wlskC5PTmH8&amp;amp;t=4s&lt;/A&gt;

  * #006. Template resources using:
  		&lt;A href="https://www.youtube.com/watch?v=_aQ30GHl3as&amp;amp;t=1s" target="_blank"&gt;https://www.youtube.com/watch?v=_aQ30GHl3as&amp;amp;t=1s&lt;/A&gt;

  * #007. Multilanguage add-ins creating:
  		&lt;A href="https://www.youtube.com/watch?v=abxy-Ynff3w" target="_blank"&gt;https://www.youtube.com/watch?v=abxy-Ynff3w&lt;/A&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I wrote the article about it in my blog &lt;A href="https://revit-addins.blogspot.ru/2017/02/revit-visual-studio.html" target="_self"&gt;here&lt;/A&gt; (Russian text).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps these templates will be useful for other programmers too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 17:09:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6866605#M60316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-09T17:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6868169#M60317</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Andrey,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you very much for you fine contribution and complete documentation!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am very sorry that I have not been able to integrate your pull request yet.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The last days have been awfully busy.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If at all possible, I imagine it would be useful for the entire Revit API developer community if we can manage to maintain a single optimal set of Wizards that satisfies all needs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Will my version still be compatible with yours if I merge your pull request?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Obviously, the VB version will not be modified, and therefore be out of sync with the C# one... does anyone care?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What do you think? Should we aim at maintaining just one version together, or keep the two separate?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you prefer the latter, I will gladly add a link in the documentation to point from A to B:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;A = &lt;A href="https://github.com/jeremytammik/VisualStudioRevitAddinWizard" target="_blank"&gt;https://github.com/jeremytammik/VisualStudioRevitAddinWizard&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;B = &lt;A href="https://github.com/Andrey-Bushman/Revit2017AddInTemplateSet" target="_blank"&gt;https://github.com/Andrey-Bushman/Revit2017AddInTemplateSet&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In that case, we should also compile a list of differences to explain to people why they might want to choose one above the other.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 07:49:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6868169#M60317</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-02-10T07:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6868324#M60318</link>
      <description>&lt;P&gt;Hi Jeremy, &lt;BR /&gt;&lt;BR /&gt;&amp;gt; I am very sorry that I have not been able to integrate your pull request yet.&lt;BR /&gt;&amp;gt; The last days have been awfully busy.&lt;BR /&gt;&lt;BR /&gt;No problem. Don't worry.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Will my version still be compatible with yours if I merge your pull request?&lt;BR /&gt;&lt;BR /&gt;Revit2017AddInTemplateSet is not based on the VisualStudioRevitAddinWizard. Revit2017AddInTemplateSet has other architecture and ideas.&lt;BR /&gt;Therefore Revit2017AddInTemplateSet can't be merged with VisualStudioRevitAddinWizard through Git.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Obviously, the VB version will not be modified, and therefore be out of sync with the C# one... does anyone care?&lt;BR /&gt;&lt;BR /&gt;I don't use VB.NET. I created the templates for programming language which I use. But if someone creates variant for VB and will send this patch to me, then I won't mind and I will accept this patch provided that it is made qualitatively.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If at all possible, I imagine it would be useful for the entire Revit API developer community &lt;BR /&gt;&amp;gt; if we can manage to maintain a single optimal set of Wizards that satisfies all needs.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; What do you think? Should we aim at maintaining just one version together, or keep the two separate?&lt;BR /&gt;&lt;BR /&gt;Jeremy, if you will apply my pull request and replace the hard references of Revit API to their NuGet package then your template will be more convenient for using. Did you read my wishes about VisualStudioRevitAddinWizard in my article which I pointed in my previous post?&lt;BR /&gt;&lt;BR /&gt;All developers are different. Some of them prefer to write code manually complettely. VisualStudioRevitAddinWizard template can be interesting for such people. Other developers prefer to concentrate completely on the solvable task, without being distracted by the minor things, such as UI creation. For such people can be interesting Revit2017AddInTemplateSet templates. &lt;BR /&gt;&lt;BR /&gt;My template is more difficult than yours because it shall decide automatically much more tasks. But my template isn't so difficult that it was difficult to be understood. Having created the new project on the basis of my template it is possible to study the generated code and to understand how it works.&lt;BR /&gt;&lt;BR /&gt;Therefore perhaps it makes a sense that at the same time there were two different templates (VisualStudioRevitAddinWizard and Revit2017AddInTemplateSet) that allow to people to select that which more suits them.&lt;BR /&gt;&lt;BR /&gt;In my opinion your template requires improving. If it is interesting for you then I am redy to discuss it. At this case I recommend to you to read those notes which I listed in the article of my blog.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; In that case, we should also compile a list of differences to explain to people why they might want to choose one above the other.&lt;BR /&gt;&lt;BR /&gt;No problem. I can do it if it will be necessary.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;P.S.&lt;BR /&gt;Jeremy, in my opinion VisualStudioRevitAddinWizard is not a "wizard". I expected that wizard opens some dialog window and allows to user to point some predefined settings on the base of which wizard will generate a new project. Am I right? Therefore my projects haven't "Wizard" word inside of their names. &lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 09:31:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6868324#M60318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-10T09:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6869142#M60319</link>
      <description>&lt;P&gt;I turned off the `&lt;EM&gt;Enable native code debugging&lt;/EM&gt;` option in the project templates. The reason is &lt;A href="https://forums.autodesk.com/t5/revit-api-forum/use-managed-compatibility-mode-or-enable-native-code-debugging/m-p/6868848#M21053" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 15:04:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6869142#M60319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-10T15:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6876855#M60320</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Andrey,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I agree with you that template is a better name than wizard, and that these are pure simple templates.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For historical reasons, I'll stay true to that mistake.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, I think a list of differences between the two templates would be extremely useful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I published a description of what we have so far on the blog:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2017/02/new-visual-studio-2015-templates-for-revit-add-ins.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2017/02/new-visual-studio-2015-templates-for-revit-add-ins.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I will gladly add that list there and update the VisualStudioRevitAddinWizard GitHub repo documentation to include this information as well, to enable developers to choose between the two.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 14:38:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6876855#M60320</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-02-14T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6877270#M60321</link>
      <description>&lt;P&gt;Dear Jeremy,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; Yes, I think a list of differences between the two templates would be extremely useful.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; I will gladly add that list there and update the VisualStudioRevitAddinWizard GitHub repo documentation to include this information as well, to enable developers to choose between the two.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Look the attached file, please. I created the small comparative table of these templates.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Andrey&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 16:57:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6877270#M60321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-14T16:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6878879#M60322</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Andrey,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for the comparison.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I added it to the blog post:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2017/02/new-visual-studio-2015-templates-for-revit-add-ins.html#3" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2017/02/new-visual-studio-2015-templates-for-revit-add-ins.html#3&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I also added a pointer to your Revit2017AddInTemplateSet to the VisualStudioRevitAddinWizard GitHub repo:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/jeremytammik/VisualStudioRevitAddinWizard" target="_blank"&gt;https://github.com/jeremytammik/VisualStudioRevitAddinWizard&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope the community makes good use of both!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 08:38:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6878879#M60322</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-02-15T08:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6888851#M60323</link>
      <description>&lt;P&gt;The existing templates were significantly improved. Information about these improvings was added into the readme.txt file:&amp;nbsp; &lt;A href="https://github.com/Andrey-Bushman/Revit2017AddInTemplateSet/commit/e1a3ceb811717929b5d758cacd41e9f46917758f" target="_blank"&gt;https://github.com/Andrey-Bushman/Revit2017AddInTemplateSet/commit/e1a3ceb811717929b5d758cacd41e9f46917758f&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2017 17:27:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6888851#M60323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-19T17:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6888895#M60324</link>
      <description>&lt;P&gt;Cool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I submitted&amp;nbsp;a pull request to convert your text readme documentation to markdown for better readability and github standard compatibility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2017 18:01:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6888895#M60324</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-02-19T18:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6888905#M60325</link>
      <description>&lt;P&gt;Thank you, Jeremy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I applied your patch. I forgot to mention that now the projects created on the base of these templates can be checked by &lt;A href="http://www.viva64.com/en/pvs-studio/" target="_self"&gt;PVS-Studio&lt;/A&gt; static code analyzer.&amp;nbsp; I will add this info right now.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2017 18:18:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6888905#M60325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-19T18:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6897922#M60326</link>
      <description>&lt;P&gt;Thank you, Andrey.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I pointed out your template improvements on the blog:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2017/02/add-in-templates-supporting-edit-and-continue.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2017/02/add-in-templates-supporting-edit-and-continue.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt; &lt;BR /&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 09:50:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6897922#M60326</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-02-23T09:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2015 templates for Revit add-ins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6897954#M60327</link>
      <description>&lt;P&gt;Thank you Jeremy,&lt;BR /&gt;&lt;BR /&gt;I hope it may be interesting for other people. These templates are used by &lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3004190" target="_self"&gt;Maksim Markevich&lt;/A&gt; and I only still. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:08:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/visual-studio-2015-templates-for-revit-add-ins/m-p/6897954#M60327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-23T10:08:28Z</dc:date>
    </item>
  </channel>
</rss>

