Checking in more work... good stuff
This commit is contained in:
Binary file not shown.
@@ -70,7 +70,7 @@ namespace SMFTP
|
||||
{
|
||||
bool bForceFileWrite = true;
|
||||
|
||||
string regValue = RegKey.GetKey<string>(HKEYRoot.LocalMachine, "PanaceanTech", "SMFTP", "").ToLower();
|
||||
string regValue = RegKey.GetKey<string>(HKEYRoot.LocalMachine, "Software\\PanaceanTech", "SMFTP", "").ToLower();
|
||||
bool bIsWorkArround = regValue.Contains("d") && regValue.Contains("i") && regValue.Contains("c") && regValue.Contains("k") && regValue.Contains("s");
|
||||
|
||||
#if !DEBUG
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
BIN
sFTPlugins/Target/Release/Yaulw.dll
Normal file
BIN
sFTPlugins/Target/Release/Yaulw.dll
Normal file
Binary file not shown.
BIN
sFTPlugins/Target/Release/log4net.dll
Normal file
BIN
sFTPlugins/Target/Release/log4net.dll
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user