Moved the simple demo code to its own project so that the NSspi.csproj project could be a standard dll, and not a referenced exe assembly.

This commit is contained in:
antiduh
2014-07-01 15:57:58 +00:00
parent b8fd4d9a07
commit 894eb60161
10 changed files with 359 additions and 10 deletions

6
NsspiDemo/App.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>