Just playing around (nothing that important)

This commit is contained in:
2016-02-15 16:39:35 -05:00
parent 76ce6c0885
commit 7c42b4265a
3 changed files with 5 additions and 0 deletions

View File

@@ -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

BIN
Components/Yaulw.dll Normal file

Binary file not shown.

View File

@@ -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}"