Skip to content

Instantly share code, notes, and snippets.

@michael-manley
Created October 20, 2017 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michael-manley/e3326dac9e4cc46b0ae301e5be8553d3 to your computer and use it in GitHub Desktop.
Save michael-manley/e3326dac9e4cc46b0ae301e5be8553d3 to your computer and use it in GitHub Desktop.
<BuildEngine>
<Library id="LibraryPath" path="Libraries" url="http://repo.nasutek.com/buildengine/libs/nde.zip" />
<Project id="DevelopmentEnvironment" path="$(MSBuildThisFileDirectory)Development-Environment" proj="$(MSBuildThisFileDirectory)Development-Environment\NasuTek Development Environment.sln"
git_url="https://github.com/NasuTek-Developer-Studio/Development-Environment.git" />
<Project id="DocumentExplorer" path="$(MSBuildThisFileDirectory)Document-Explorer" proj="$(MSBuildThisFileDirectory)Document-Explorer\NasuTek Document Explorer.sln"
git_url="https://github.com/NasuTek-Developer-Studio/Document-Explorer.git" />
<Project id="InstallerFramework" path="$(MSBuildThisFileDirectory)Installer-Framework" proj="$(MSBuildThisFileDirectory)Installer-Framework\NasuTek Installer Framework.sln"
git_url="https://github.com/NasuTek-Developer-Studio/Installer-Framework.git" />
<AutoGenEnable file="AutoGenSettings.xml">
<AutoGen version="1.0">
<Plugin namespace="GLOBAL:SourceControl" formatter="GitFormatter" group="Git" />
<Plugin namespace="GLOBAL:" formatter="TimeFormatter" eleObj="DateTime" group="TimeStamp" />
<SearchPaths gitPath="true" useCurrentDirAsRoot="true" />
<DateTime format="yyyyMMdd_HHmm" name="DateTime" />
<Variables>
<Variable name="Codename" value="Melinda" group="NonUser" />
<Variable name="BuildLab" value="ndemain" group="NonUser" />
</Variables>
</AutoGen>
</AutoGenEnable>
</BuildEngine>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment