You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Astrolabe is a Windows Forms based configuration item editor for the Galactic API. It aids in the viewing, creation, and modification of encrypted configuration item files for use by applications built upon the Galactic API. It uses the SharedLibraries project as a central place to access Galactic API DLLs and access third-party libraries necessary for the project but not available via NuGet.
This repository should generally be placed at the same level in the directory structure as the SharedLibraries project.
For example:
If you place the SharedLibraries project in: C:\Users\Username\Documents\Visual Studio 2013\Projects\SharedLibraries
then this project should be placed in: C:\Users\Username\Documents\Visual Studio 2013\Projects\Astrolabe