<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Development</title><link>https://sourceforge.net/p/ldmsplugins/wiki/Development/</link><description>Recent changes to Development</description><atom:link href="https://sourceforge.net/p/ldmsplugins/wiki/Development/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 04 May 2016 15:34:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ldmsplugins/wiki/Development/feed" rel="self" type="application/rss+xml"/><item><title>Development modified by Jared Barneck</title><link>https://sourceforge.net/p/ldmsplugins/wiki/Development/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -9,13 +9,14 @@
     * You can use a trial license but it will suck when it runs out and you have to rebuild.
     * I just use a simple SQL Express install.
 + Install Visual Studio on the LANDesk Core Server.
-    * I am curently using Visual Studio 2012 Professional (11/9/2012)
+    * I am curently using Visual Studio 2015 Enterprise. (5/4/2016)
+    * Visual Studio Professional works.
     * I haven't tried Visual Studio Express or MonoDevelop but its possible they might work.
 + Install NSIS on the LANDesk Core Server.
     * Download it here: [http://nsis.sourceforge.net/Main_Page]
 + Install PostSharp on the LANDesk Core Server.
     * Download it here: [http://www.sharpcrafters.com/postsharp/download]
-    * Note: I am working out with them how to handle and open source license.
+    * Note: Email PostSharp and tell them you are working on an open source project and they *might* give you a key.
 + Install TortoiseGit on the LANDesk Core Server. (unless you prefer a different GIT tool.)
     * Download it here: [http://code.google.com/p/tortoisegit/wiki/Download]
 + Check out the Source Code
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jared Barneck</dc:creator><pubDate>Wed, 04 May 2016 15:34:21 -0000</pubDate><guid>https://sourceforge.net3ad5a1b982e4c88f61bc7190584fe79a5afe7ae3</guid></item><item><title>WikiPage Development modified by Jared Barneck</title><link>https://sourceforge.net/p/ldmsplugins/wiki/Development/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -13,6 +13,9 @@
     * I haven't tried Visual Studio Express or MonoDevelop but its possible they might work.
 + Install NSIS on the LANDesk Core Server.
     * Download it here: [http://nsis.sourceforge.net/Main_Page]
++ Install PostSharp on the LANDesk Core Server.
+    * Download it here: [http://www.sharpcrafters.com/postsharp/download]
+    * Note: I am working out with them how to handle and open source license.
 + Install TortoiseGit on the LANDesk Core Server. (unless you prefer a different GIT tool.)
     * Download it here: [http://code.google.com/p/tortoisegit/wiki/Download]
 + Check out the Source Code
@@ -35,6 +38,9 @@
     * I haven't tried Visual Studio Express or MonoDevelop but its possible they might work.
 + Install NSIS on the workstation
     * Download it here: [http://nsis.sourceforge.net/Main_Page]
++ Install PostSharp on the LANDesk Core Server.
+    * Download it here: [http://www.sharpcrafters.com/postsharp/download]
+    * Note: I am working out with them how to handle and open source license.
 + Install TortoiseGit on the workstation (unless you prefer a different GIT tool.)
     * Download it here: [http://code.google.com/p/tortoisegit/wiki/Download]
 + Check out the Source Code
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jared Barneck</dc:creator><pubDate>Wed, 14 Nov 2012 22:33:22 -0000</pubDate><guid>https://sourceforge.netc5239673f2d7ac02ea3d348d8bb59aa37e4b9254</guid></item><item><title>WikiPage Development modified by Jared Barneck</title><link>https://sourceforge.net/p/ldmsplugins/wiki/Development/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -16,7 +16,7 @@
 + Install TortoiseGit on the LANDesk Core Server. (unless you prefer a different GIT tool.)
     * Download it here: [http://code.google.com/p/tortoisegit/wiki/Download]
 + Check out the Source Code
-    * [Code][https://sourceforge.net/p/ldmsplugins/code/]
+    * [Code](https://sourceforge.net/p/ldmsplugins/code/)
     * Nobody cares what folder you check it out into. I just use the Documents | Visual Studio | Projects.
 
 Remote Console
@@ -38,7 +38,7 @@
 + Install TortoiseGit on the workstation (unless you prefer a different GIT tool.)
     * Download it here: [http://code.google.com/p/tortoisegit/wiki/Download]
 + Check out the Source Code
-    * [Code][https://sourceforge.net/p/ldmsplugins/code/]
+    * [Code](https://sourceforge.net/p/ldmsplugins/code/)
     * Nobody cares what folder you check it out into. I just use the Documents | Visual Studio | Projects.
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jared Barneck</dc:creator><pubDate>Wed, 14 Nov 2012 22:24:35 -0000</pubDate><guid>https://sourceforge.netd1c29d22bce5142d7a360ae32ebdae49e41dce6c</guid></item><item><title>WikiPage Development modified by Jared Barneck</title><link>https://sourceforge.net/p/ldmsplugins/wiki/Development/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -42,3 +42,26 @@
     * Nobody cares what folder you check it out into. I just use the Documents | Visual Studio | Projects.
 
 
+Debugging 
+============
+
+Any EXE
+-------
+1. In Visual Studio, right-click on the project that builds to a .exe Set as StartUp Project.
++ Add your break points.
++ Click Debug | Start Debugging.
+
+
+Console Plugins
+--------------------
+
+The right-click context menu or any item that docks in the Console.
+
+1. In Visual Studio, right-click on the SupportTools project and choose Set as StartUp Project.
++ In Visual Studio, right-click on the SupportTools project and choose Properties.
++ Click the Debug tab on the left.
++ Click the radio button next to Start external program.
++ Enter the path to the LANDesk Console or browse to it.
+    * The default path: c:\program files (x86)\LANDesk\ManagementSuite\Console.exe
++ Add your break points.
++ Click Debug | Start Debugging.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jared Barneck</dc:creator><pubDate>Fri, 09 Nov 2012 17:34:43 -0000</pubDate><guid>https://sourceforge.netdcf7f3256af0ef04061acf8729c5888a645e368e</guid></item><item><title>WikiPage Development modified by Jared Barneck</title><link>https://sourceforge.net/p/ldmsplugins/wiki/Development/</link><description>Building a Development Environment
===================================

Core Server
------------
1. Build/Install a LANDesk Core Server.
    * Do NOT use a production Core Server.
    * You can use a Virtual Machine, I do.
    * You can use a trial license but it will suck when it runs out and you have to rebuild.
    * I just use a simple SQL Express install.
+ Install Visual Studio on the LANDesk Core Server.
    * I am curently using Visual Studio 2012 Professional (11/9/2012)
    * I haven't tried Visual Studio Express or MonoDevelop but its possible they might work.
+ Install NSIS on the LANDesk Core Server.
    * Download it here: [http://nsis.sourceforge.net/Main_Page]
+ Install TortoiseGit on the LANDesk Core Server. (unless you prefer a different GIT tool.)
    * Download it here: [http://code.google.com/p/tortoisegit/wiki/Download]
+ Check out the Source Code
    * [Code][https://sourceforge.net/p/ldmsplugins/code/]
    * Nobody cares what folder you check it out into. I just use the Documents | Visual Studio | Projects.

Remote Console
---------------

1. Build/Install a LANDesk Core Server.
    * Do NOT use a production Core Server.
    * You can use a Virtual Machine, I do.
    * You can use a trial license but it will suck when it runs out and you have to rebuild.
    * I just use a simple SQL Express install.
+ Build/Install a workstation and install the LANDesk Console.
    * Do NOT use a production workstation (such as the LANDesk Admin's workstation/laptop).
    * You can use a Virtual Machine, I do.
+ Install Visual Studio on the Workstation
    * I am curently using Visual Studio 2012 Professional (11/9/2012)
    * I haven't tried Visual Studio Express or MonoDevelop but its possible they might work.
+ Install NSIS on the workstation
    * Download it here: [http://nsis.sourceforge.net/Main_Page]
+ Install TortoiseGit on the workstation (unless you prefer a different GIT tool.)
    * Download it here: [http://code.google.com/p/tortoisegit/wiki/Download]
+ Check out the Source Code
    * [Code][https://sourceforge.net/p/ldmsplugins/code/]
    * Nobody cares what folder you check it out into. I just use the Documents | Visual Studio | Projects.


</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jared Barneck</dc:creator><pubDate>Fri, 09 Nov 2012 17:27:27 -0000</pubDate><guid>https://sourceforge.net025d3cdfdd92dbd92d0bd9b6cbd4f1831e808012</guid></item></channel></rss>