Just playing around (nothing that important)
This commit is contained in:
@@ -5,6 +5,10 @@ using System.Text;
|
|||||||
|
|
||||||
namespace Foo.AddIn.Common
|
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
|
public interface IAddIn
|
||||||
{
|
{
|
||||||
// I
|
// I
|
||||||
|
|||||||
BIN
Components/Yaulw.dll
Normal file
BIN
Components/Yaulw.dll
Normal file
Binary file not shown.
@@ -6,6 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
|
|||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Components", "Components", "{3E00D968-DF7D-4836-9A46-980BA5304FEB}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Components", "Components", "{3E00D968-DF7D-4836-9A46-980BA5304FEB}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
Components\log4net.dll = Components\log4net.dll
|
Components\log4net.dll = Components\log4net.dll
|
||||||
|
Components\Yaulw.dll = Components\Yaulw.dll
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hooks", "Hooks", "{D54033AB-5562-487C-A096-AC8D9B185F40}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hooks", "Hooks", "{D54033AB-5562-487C-A096-AC8D9B185F40}"
|
||||||
|
|||||||
Reference in New Issue
Block a user