diff --git a/Rhino.Mocks.CPP.Interfaces/AssemblyInfo.cpp b/Rhino.Mocks.CPP.Interfaces/AssemblyInfo.cpp deleted file mode 100644 index ddf1acbd..00000000 --- a/Rhino.Mocks.CPP.Interfaces/AssemblyInfo.cpp +++ /dev/null @@ -1,40 +0,0 @@ -#include "stdafx.h" - -using namespace System; -using namespace System::Reflection; -using namespace System::Runtime::CompilerServices; -using namespace System::Runtime::InteropServices; -using namespace System::Security::Permissions; - -// -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -// -[assembly:AssemblyTitleAttribute("RhinoMocksCPPInterfaces")]; -[assembly:AssemblyDescriptionAttribute("")]; -[assembly:AssemblyConfigurationAttribute("")]; -[assembly:AssemblyCompanyAttribute("we")]; -[assembly:AssemblyProductAttribute("RhinoMocksCPPInterfaces")]; -[assembly:AssemblyCopyrightAttribute("Copyright (c) we 2007")]; -[assembly:AssemblyTrademarkAttribute("")]; -[assembly:AssemblyCultureAttribute("")]; - -// -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the value or you can default the Revision and Build Numbers -// by using the '*' as shown below: - -[assembly:AssemblyVersionAttribute("1.0.*")]; - -[assembly:ComVisible(false)]; - -[assembly:CLSCompliantAttribute(true)]; - -[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)]; diff --git a/Rhino.Mocks.CPP.Interfaces/ReadMe.txt b/Rhino.Mocks.CPP.Interfaces/ReadMe.txt deleted file mode 100644 index 3011e5ee..00000000 --- a/Rhino.Mocks.CPP.Interfaces/ReadMe.txt +++ /dev/null @@ -1,31 +0,0 @@ -======================================================================== - DYNAMIC LINK LIBRARY : Rhino.Mocks.CPP.Interfaces Project Overview -======================================================================== - -AppWizard has created this Rhino.Mocks.CPP.Interfaces DLL for you. - -This file contains a summary of what you will find in each of the files that -make up your Rhino.Mocks.CPP.Interfaces application. - -Rhino.Mocks.CPP.Interfaces.vcproj - This is the main project file for VC++ projects generated using an Application Wizard. - It contains information about the version of Visual C++ that generated the file, and - information about the platforms, configurations, and project features selected with the - Application Wizard. - -Rhino.Mocks.CPP.Interfaces.cpp - This is the main DLL source file. - -Rhino.Mocks.CPP.Interfaces.h - This file contains a class declaration. - -AssemblyInfo.cpp - Contains custom attributes for modifying assembly metadata. - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" to indicate parts of the source code you -should add to or customize. - -///////////////////////////////////////////////////////////////////////////// diff --git a/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.cpp b/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.cpp deleted file mode 100644 index 93d1a9b7..00000000 --- a/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.cpp +++ /dev/null @@ -1,6 +0,0 @@ -// This is the main DLL file. - -#include "stdafx.h" - -#include "Rhino.Mocks.CPP.Interfaces.h" - diff --git a/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.dll b/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.dll deleted file mode 100644 index 31802128..00000000 Binary files a/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.dll and /dev/null differ diff --git a/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.h b/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.h deleted file mode 100644 index a33e5761..00000000 --- a/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.h +++ /dev/null @@ -1,13 +0,0 @@ -// Rhino.Mocks.CPP.Interfaces.h - -#pragma once - -using namespace System; - -namespace RhinoMocksCPPInterfaces { - - public interface class IHaveMethodWithModOpts - { - void StartLiveOnSlot(long slotNumber); - }; -} diff --git a/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.sln b/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.sln deleted file mode 100644 index 0d24334c..00000000 --- a/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.sln +++ /dev/null @@ -1,23 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Rhino.Mocks.CPP.Interfaces", "Rhino.Mocks.CPP.Interfaces.vcproj", "{4F565558-6CD8-47AB-9871-BEC55C53D9F2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4F565558-6CD8-47AB-9871-BEC55C53D9F2}.Debug|Win32.ActiveCfg = Debug|Win32 - {4F565558-6CD8-47AB-9871-BEC55C53D9F2}.Debug|Win32.Build.0 = Debug|Win32 - {4F565558-6CD8-47AB-9871-BEC55C53D9F2}.Release|Win32.ActiveCfg = Release|Win32 - {4F565558-6CD8-47AB-9871-BEC55C53D9F2}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(TextTemplating) = postSolution - TextTemplating = 1 - EndGlobalSection -EndGlobal diff --git a/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.vcproj b/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.vcproj deleted file mode 100644 index 3d6057e4..00000000 --- a/Rhino.Mocks.CPP.Interfaces/Rhino.Mocks.CPP.Interfaces.vcproj +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Rhino.Mocks.CPP.Interfaces/Stdafx.cpp b/Rhino.Mocks.CPP.Interfaces/Stdafx.cpp deleted file mode 100644 index 3be0df6a..00000000 --- a/Rhino.Mocks.CPP.Interfaces/Stdafx.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// Rhino.Mocks.CPP.Interfaces.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" diff --git a/Rhino.Mocks.CPP.Interfaces/Stdafx.h b/Rhino.Mocks.CPP.Interfaces/Stdafx.h deleted file mode 100644 index 2e525d43..00000000 --- a/Rhino.Mocks.CPP.Interfaces/Stdafx.h +++ /dev/null @@ -1,7 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, -// but are changed infrequently - -#pragma once - - diff --git a/Rhino.Mocks.CPP.Interfaces/app.ico b/Rhino.Mocks.CPP.Interfaces/app.ico deleted file mode 100644 index 3a5525fd..00000000 Binary files a/Rhino.Mocks.CPP.Interfaces/app.ico and /dev/null differ diff --git a/Rhino.Mocks.CPP.Interfaces/app.rc b/Rhino.Mocks.CPP.Interfaces/app.rc deleted file mode 100644 index bf4dbe3c..00000000 --- a/Rhino.Mocks.CPP.Interfaces/app.rc +++ /dev/null @@ -1,63 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - - -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon placed first or with lowest ID value becomes application icon - -LANGUAGE 13, 1 -#pragma code_page(1255) -1 ICON "app.ico" - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" - "\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\0" -END - -#endif // APSTUDIO_INVOKED - -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/Rhino.Mocks.CPP.Interfaces/resource.h b/Rhino.Mocks.CPP.Interfaces/resource.h deleted file mode 100644 index 1f2251c2..00000000 --- a/Rhino.Mocks.CPP.Interfaces/resource.h +++ /dev/null @@ -1,3 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by app.rc