<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to DD_Configuration</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Configuration/</link><description>Recent changes to DD_Configuration</description><atom:link href="https://sourceforge.net/p/openhtm/wiki/DD_Configuration/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 07 Mar 2013 14:06:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openhtm/wiki/DD_Configuration/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage DD_Configuration modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Configuration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -35,15 +35,4 @@
 An easy tutorial about using GitHub by command line is here:
 http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/

-&lt;b&gt;Common Problems&lt;/b&gt;
-
-There is a component used in Wpf called PhoenixControlLib (used for Spin edits) which usually present problems with reference (Visual Studio presents a Warning "Unable to load the metadata for assembly 'PhoenixControlLib'"). If this happens, follow the bellow instructions:
-1. Open devenv.exe.config (in C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE).
-2. Add/modify this:
-\&gt;
-   &lt;loadFromRemoteSources enabled="true" \&gt;
-   ....
-\&gt;
-
-
 Next page: &lt;b&gt;&lt;a href="p/openhtm/wiki/DD_Introduction/"&gt;Introduction&lt;/a&gt;&lt;/b&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Thu, 07 Mar 2013 14:06:58 -0000</pubDate><guid>https://sourceforge.net942c1d6ecc81df7ec118cb3681b65b6a23ffd9e7</guid></item><item><title>WikiPage DD_Configuration modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Configuration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -5,7 +5,18 @@
 After install the software tools (VS Studio and addtional software in &lt;a href="/p/openhtm/wiki/DD_Requirements/"&gt;Requirements&lt;/a&gt; section), you need config your machine to team colaboration. You can upload code to the repository by command line or directly from the Visual Studio (2012) throught the Git plugin.

 &lt;b&gt;Visual Studio&lt;/b&gt;
+Getting Started:
 http://blogs.msdn.com/b/visualstudioalm/archive/2013/01/30/getting-started-with-git-in-visual-studio-and-team-foundation-service.aspx
+
+Instructions:
+1. Run Visual Studio;
+2. In "Team Explorer" tab, click on "Conect on Team Projects".
+3. In "Local Git Repositories", click on "Clone".
+4. Type the url and an empty local folder:
+&lt;i&gt;https://john-smith@git.code.sf.net/p/openhtm/code (replacing with your username)&lt;/i&gt;
+&lt;i&gt;D:\(you can choose any folder name)&lt;/i&gt;
+5. Enter your Sourceforge username and password.
+(Check the chosen folder if it has the downloaded code)

 &lt;b&gt;Command Line&lt;/b&gt;
 Just follow the instructions:
@@ -19,7 +30,7 @@
 5. Clone (download) the project to your machine (replacing with your data):
 &lt;i&gt;git clone ssh://john-smith@git.code.sf.net/p/openhtm/code openhtm-code (john-smith is the username in SourceForge)&lt;/i&gt;
 6. Type your password (in SourceForge).
-7. Check the chosen directory if it has the downloaded code.
+(Check the chosen folder if it has the downloaded code)

 An easy tutorial about using GitHub by command line is here:
 http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Thu, 21 Feb 2013 03:21:17 -0000</pubDate><guid>https://sourceforge.net42450b75423d53b3db778ae70ae4ff207c15fe7c</guid></item><item><title>WikiPage DD_Configuration modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Configuration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -2,7 +2,7 @@

 &lt;h4&gt;Team work&lt;/h4&gt;

-After install the software tools (VS Studio and addtional software in requirements section), you need config your machine to team colaboration. You can upload code to the repository by command line or directly from the Visual Studio (2012) throught the Git plugin.
+After install the software tools (VS Studio and addtional software in &lt;a href="/p/openhtm/wiki/DD_Requirements/"&gt;Requirements&lt;/a&gt; section), you need config your machine to team colaboration. You can upload code to the repository by command line or directly from the Visual Studio (2012) throught the Git plugin.

 &lt;b&gt;Visual Studio&lt;/b&gt;
 http://blogs.msdn.com/b/visualstudioalm/archive/2013/01/30/getting-started-with-git-in-visual-studio-and-team-foundation-service.aspx
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Tue, 19 Feb 2013 16:56:22 -0000</pubDate><guid>https://sourceforge.net28dcabc2d541c0f38467149e98ab05ceffd73a6a</guid></item><item><title>WikiPage DD_Configuration modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Configuration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -2,7 +2,7 @@

 &lt;h4&gt;Team work&lt;/h4&gt;

-After install the software tools (VS Studio and addtional software), you need config your machine to team colaboration. You can upload code to the repository by command line or directly from the Visual Studio (2012) throught the Git plugin.
+After install the software tools (VS Studio and addtional software in requirements section), you need config your machine to team colaboration. You can upload code to the repository by command line or directly from the Visual Studio (2012) throught the Git plugin.

 &lt;b&gt;Visual Studio&lt;/b&gt;
 http://blogs.msdn.com/b/visualstudioalm/archive/2013/01/30/getting-started-with-git-in-visual-studio-and-team-foundation-service.aspx
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Tue, 19 Feb 2013 16:54:42 -0000</pubDate><guid>https://sourceforge.net2ef11a4680f3983cb1389a11b1ceda1cb188d5e4</guid></item><item><title>WikiPage DD_Configuration modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Configuration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -21,7 +21,7 @@
 6. Type your password (in SourceForge).
 7. Check the chosen directory if it has the downloaded code.

-An easy tutorial about GitHub is:
+An easy tutorial about using GitHub by command line is here:
 http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/

 &lt;b&gt;Common Problems&lt;/b&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Tue, 19 Feb 2013 16:51:16 -0000</pubDate><guid>https://sourceforge.netbcba15bf7779aacd2163b1548c29b616092ca43e</guid></item><item><title>WikiPage DD_Configuration modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Configuration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Tue, 19 Feb 2013 16:47:57 -0000</pubDate><guid>https://sourceforge.net143bbeadcf8c2734bc2a8388ad8199cfb2595043</guid></item><item><title>WikiPage DD_Installation modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,4 +1,4 @@
-&lt;h1&gt;Installation&lt;/h1&gt;
+&lt;h1&gt;Configuration&lt;/h1&gt;

 &lt;h4&gt;Team work&lt;/h4&gt;

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Tue, 19 Feb 2013 16:47:29 -0000</pubDate><guid>https://sourceforge.net6b68703b929e717b2e840bffbe7f773ecc400a23</guid></item><item><title>WikiPage DD_Installation modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -2,7 +2,7 @@

 &lt;h4&gt;Team work&lt;/h4&gt;

-After install the software tools (VS Studio and addtional software), you need config your machine to team colaboration. You can upload code to repository by command line or directly from the Visual Studio (2012) throught the Git plugin.
+After install the software tools (VS Studio and addtional software), you need config your machine to team colaboration. You can upload code to the repository by command line or directly from the Visual Studio (2012) throught the Git plugin.

 &lt;b&gt;Visual Studio&lt;/b&gt;
 http://blogs.msdn.com/b/visualstudioalm/archive/2013/01/30/getting-started-with-git-in-visual-studio-and-team-foundation-service.aspx
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Tue, 19 Feb 2013 16:46:03 -0000</pubDate><guid>https://sourceforge.net43aa1264e12285a8350a1e450499c247226caec8</guid></item><item><title>WikiPage DD_Installation modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -2,7 +2,7 @@

 &lt;h4&gt;Team work&lt;/h4&gt;

-After install the software tools (VS Studio and addtional software), you need config your machine to team colaboration. You can do submit code to repository by command line or directly in the Visual Studio throught the Git plugin.
+After install the software tools (VS Studio and addtional software), you need config your machine to team colaboration. You can upload code to repository by command line or directly from the Visual Studio (2012) throught the Git plugin.

 &lt;b&gt;Visual Studio&lt;/b&gt;
 http://blogs.msdn.com/b/visualstudioalm/archive/2013/01/30/getting-started-with-git-in-visual-studio-and-team-foundation-service.aspx
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Tue, 19 Feb 2013 16:45:32 -0000</pubDate><guid>https://sourceforge.net80635682e305422f31ae4bce176635b12242b67d</guid></item><item><title>WikiPage DD_Installation modified by David Ragazzi</title><link>https://sourceforge.net/p/openhtm/wiki/DD_Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,6 +1,6 @@
 &lt;h1&gt;Installation&lt;/h1&gt;

-&lt;b&gt;Team work&lt;/b&gt;
+&lt;h4&gt;Team work&lt;/h4&gt;

 After install the software tools (VS Studio and addtional software), you need config your machine to team colaboration. You can do submit code to repository by command line or directly in the Visual Studio throught the Git plugin.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ragazzi</dc:creator><pubDate>Tue, 19 Feb 2013 16:44:40 -0000</pubDate><guid>https://sourceforge.net7a143457de0238dfea138e8d0763949e39380c95</guid></item></channel></rss>