diff --git a/AddIns/AddIn.Common/IAddIn.cs b/AddIns/AddIn.Common/IAddIn.cs index d11504d..dc91c09 100644 --- a/AddIns/AddIn.Common/IAddIn.cs +++ b/AddIns/AddIn.Common/IAddIn.cs @@ -5,6 +5,10 @@ using System.Text; namespace Foo.AddIn.Common { + + // REALLY SHOULD IMPLEMENT A REAL ADDIN ARCHITECTURE + // ~THIS RIGHT NOW IS JUST THE BEGINNING + // https://msdn.microsoft.com/en-us/library/ms972962.aspx public interface IAddIn { // I diff --git a/Components/Yaulw.dll b/Components/Yaulw.dll new file mode 100644 index 0000000..f341b2b Binary files /dev/null and b/Components/Yaulw.dll differ diff --git a/Oggynize_1.0.sln b/Oggynize_1.0.sln index 59d5ad4..1125c74 100644 --- a/Oggynize_1.0.sln +++ b/Oggynize_1.0.sln @@ -6,6 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Components", "Components", "{3E00D968-DF7D-4836-9A46-980BA5304FEB}" ProjectSection(SolutionItems) = preProject Components\log4net.dll = Components\log4net.dll + Components\Yaulw.dll = Components\Yaulw.dll EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hooks", "Hooks", "{D54033AB-5562-487C-A096-AC8D9B185F40}"