diff --git a/DokanCloudFS.sln b/DokanCloudFS.sln index a3259ce..ea009b3 100644 --- a/DokanCloudFS.sln +++ b/DokanCloudFS.sln @@ -17,6 +17,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{7D6A ProjectSection(SolutionItems) = preProject Library\IgorSoft.AppDomainResolver.dll = Library\IgorSoft.AppDomainResolver.dll Library\IgorSoft.AppDomainResolver.pdb = Library\IgorSoft.AppDomainResolver.pdb + Library\IgorSoft.CloudFS.Authentication.dll = Library\IgorSoft.CloudFS.Authentication.dll + Library\IgorSoft.CloudFS.Authentication.pdb = Library\IgorSoft.CloudFS.Authentication.pdb + Library\IgorSoft.CloudFS.Interface.dll = Library\IgorSoft.CloudFS.Interface.dll + Library\IgorSoft.CloudFS.Interface.pdb = Library\IgorSoft.CloudFS.Interface.pdb EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0BB1F64B-56CD-4856-A0C4-D35092681ED7}" diff --git a/Library/IgorSoft.CloudFS.Authentication.dll b/Library/IgorSoft.CloudFS.Authentication.dll new file mode 100644 index 0000000..f935eea Binary files /dev/null and b/Library/IgorSoft.CloudFS.Authentication.dll differ diff --git a/Library/IgorSoft.CloudFS.Authentication.pdb b/Library/IgorSoft.CloudFS.Authentication.pdb new file mode 100644 index 0000000..3c9f8ba Binary files /dev/null and b/Library/IgorSoft.CloudFS.Authentication.pdb differ diff --git a/Library/IgorSoft.CloudFS.Interface.dll b/Library/IgorSoft.CloudFS.Interface.dll new file mode 100644 index 0000000..74a57d8 Binary files /dev/null and b/Library/IgorSoft.CloudFS.Interface.dll differ diff --git a/Library/IgorSoft.CloudFS.Interface.pdb b/Library/IgorSoft.CloudFS.Interface.pdb new file mode 100644 index 0000000..9d4dd6b Binary files /dev/null and b/Library/IgorSoft.CloudFS.Interface.pdb differ