<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>clean.bat</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -25,7 +25,18 @@ namespace Boo.BooLangProject
             }
 
         }
-        
+
+        /// &lt;summary&gt;
+        /// This is a very poor workaround. Until I can figure out how
+        /// to get our GlobalProperies into the ProjectShim that the
+        /// base version uses...
+        /// &lt;/summary&gt;
+        /// &lt;returns&gt;&lt;/returns&gt;
+        protected override ProjectLoadOption IsProjectSecure()
+        {
+            return ProjectLoadOption.LoadNormally;
+        }
+
         private static ImageList imageList;
         static BooProjectNode()
         {</diff>
      <filename>Source/BooLangProject/BooProjectNode.cs</filename>
    </modified>
    <modified>
      <diff>@@ -29,11 +29,24 @@ project templates
     &lt;call target=&quot;clean&quot;/&gt;
     &lt;call target=&quot;deployTemplateZips&quot;/&gt;
     &lt;call target=&quot;mergeBLSRegistrySettings&quot;/&gt;
-    
+    &lt;call target=&quot;deployBooLangStudioConfig&quot;/&gt;
     &lt;description&gt;
       Main task to install BooLangStudio
     &lt;/description&gt;
   &lt;/target&gt;
+
+  &lt;target name=&quot;deployBooLangStudioConfig&quot;&gt;
+    &lt;copy todir=&quot;${CurrentDirectory}\Bin&quot;&gt;
+      &lt;fileset basedir=&quot;${CurrentDirectory}\${PreDir}&quot;&gt;
+        &lt;include name=&quot;BooLangStudio.dll.config&quot;/&gt;
+      &lt;/fileset&gt;
+      &lt;filterchain&gt;
+        &lt;replacetokens&gt;
+          &lt;token key=&quot;BOOCTOOLPATH&quot; value=&quot;${BoocToolPath}&quot;/&gt;
+        &lt;/replacetokens&gt;
+      &lt;/filterchain&gt;
+    &lt;/copy&gt;
+  &lt;/target&gt;
   
   &lt;target name=&quot;buildProjectTemplates&quot;&gt;
     &lt;call target=&quot;buildProjectItemZips&quot;/&gt;</diff>
      <filename>default.build</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ec4d92596a426a7d5d5ace3816cbdc56d4be8d34</id>
    </parent>
  </parents>
  <author>
    <name>olsonjeffery</name>
    <email>olson.jeffery@gmail.com</email>
  </author>
  <url>http://github.com/olsonjeffery/boolangstudio/commit/537e58e0394becc9f7fe0394a73fa666d955fbe0</url>
  <id>537e58e0394becc9f7fe0394a73fa666d955fbe0</id>
  <committed-date>2008-05-19T08:04:20-07:00</committed-date>
  <authored-date>2008-05-19T08:04:20-07:00</authored-date>
  <message>* added &quot;deploy config&quot; task to deploy configs for the dll (which are gonna be dropped soon, most likely)
 * added &quot;clean.bat&quot; file to wrap the nant clean task
 * commented out some useless code in BooProjectNode</message>
  <tree>627541bd58f14d72eb9b6341bacb15469e7ebdd7</tree>
  <committer>
    <name>olsonjeffery</name>
    <email>olson.jeffery@gmail.com</email>
  </committer>
</commit>
