Updates project to add powershell module
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Lithnet.CredentialProvider.RegistrationTool
|
||||
{
|
||||
public enum DllType
|
||||
{
|
||||
Unknown,
|
||||
NetFramework,
|
||||
NetCore,
|
||||
Native
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user