An open API service indexing awesome lists of open source software.

https://github.com/godeltech/godeltech.extensions.configuration


https://github.com/godeltech/godeltech.extensions.configuration

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# GodelTech.Extensions.Configuration

Library contains configuration extensions.

## GetProjectPath
This method allows to get project path.
```c#
public static string GetProjectPath(string projectRelativePath, Assembly startupAssembly)
```