[Pkg-cli-libs-commits] [npgsql] 05/09: Imported Upstream version 2.2.7+dfsg3
Jo Shields
directhex at moszumanska.debian.org
Mon Nov 23 16:20:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/2.2.7+dfsg3-1
in repository npgsql.
commit d85c18ca0640db1862ca96565231f2915b9b97ba
Author: Jo Shields <jo.shields at xamarin.com>
Date: Mon Nov 23 16:14:03 2015 +0000
Imported Upstream version 2.2.7+dfsg3
---
Npgsql/Npgsql.Designer/CtcComponents/Guids.h | 23 -------------
Npgsql/Npgsql.Designer/CtcComponents/PkgCmd.ctc | 43 -------------------------
Npgsql/Npgsql.Designer/CtcComponents/PkgCmdID.h | 27 ----------------
3 files changed, 93 deletions(-)
diff --git a/Npgsql/Npgsql.Designer/CtcComponents/Guids.h b/Npgsql/Npgsql.Designer/CtcComponents/Guids.h
deleted file mode 100644
index 1ece2a2..0000000
--- a/Npgsql/Npgsql.Designer/CtcComponents/Guids.h
+++ /dev/null
@@ -1,23 +0,0 @@
-//****************************************************************************
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// This code is licensed under the Visual Studio SDK license terms.
-// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
-// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
-// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
-// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
-//
-//****************************************************************************
-
-//
-// This file is used to define the Guids used to identify the command groups
-// created by the sample.
-//
-
-// {DCBE6C8D-0E57-4099-A183-98FF74C64D9C}
-#define guidVSPackageBasedProviderPkg { 0xdcbe6c8d, 0x0e57, 0x4099, { 0xa1, 0x83, 0x98, 0xff, 0x74, 0xc6, 0x4d, 0x9c } }
-
-#define Group_Undefined { 0x83285929, 0x227c, 0x11d3, { 0xb8, 0x70, 0x0, 0xc0, 0x4f, 0x79, 0xf8, 0x2 } }
-
-// {814658EE-A28E-4b97-BC33-4B1BC81EBECB}
-#define guidVSPackageBasedProviderCmdSet { 0x814658ee, 0xa28e, 0x4b97, { 0xbc, 0x33, 0x4b, 0x1b, 0xc8, 0x1e, 0xbe, 0xcb } }
diff --git a/Npgsql/Npgsql.Designer/CtcComponents/PkgCmd.ctc b/Npgsql/Npgsql.Designer/CtcComponents/PkgCmd.ctc
deleted file mode 100644
index 07cc4c7..0000000
--- a/Npgsql/Npgsql.Designer/CtcComponents/PkgCmd.ctc
+++ /dev/null
@@ -1,43 +0,0 @@
-//****************************************************************************
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// This code is licensed under the Visual Studio SDK license terms.
-// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
-// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
-// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
-// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
-//
-//****************************************************************************
-
-//
-// This is the file that defines the actual layout and type of the commands.
-// It is divided in different sections (e.g. command definition, command
-// placement, ...), with each defining a specific set of properties.
-//
-
-#include "stdidcmd.h"
-#include "vsshlids.h"
-#include "msobtnid.h"
-#include "Guids.h"
-#include "PkgCmdID.h"
-
-#define DIS_DEF DEFAULTDISABLED | DEFAULTINVISIBLE | DYNAMICVISIBILITY
-#define OI_NOID guidOfficeIcon:msotcidNoIcon
-
-CMDS_SECTION guidVSPackageBasedProviderPkg
-
- BUTTONS_BEGIN
-
- guidVSPackageBasedProviderCmdSet:cmdidVacuum, Group_Undefined:0, 0x0000, OI_NOID, BUTTON, DIS_DEF, "&Vacuum";
- guidVSPackageBasedProviderCmdSet:cmdidRekey, Group_Undefined:0, 0x0000, OI_NOID, BUTTON, DIS_DEF, "Change &Password ...";
-
- BUTTONS_END
-
-CMDS_END
-
-CMDPLACEMENT_SECTION
-
- guidVSPackageBasedProviderCmdSet:cmdidVacuum, guidVSData:IDG_DV_CONNECTION, 0x0100;
- guidVSPackageBasedProviderCmdSet:cmdidRekey, guidVSData:IDG_DV_CONNECTION, 0x0100;
-
-CMDPLACEMENT_END
diff --git a/Npgsql/Npgsql.Designer/CtcComponents/PkgCmdID.h b/Npgsql/Npgsql.Designer/CtcComponents/PkgCmdID.h
deleted file mode 100644
index dfddb31..0000000
--- a/Npgsql/Npgsql.Designer/CtcComponents/PkgCmdID.h
+++ /dev/null
@@ -1,27 +0,0 @@
-//****************************************************************************
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// This code is licensed under the Visual Studio SDK license terms.
-// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
-// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
-// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
-// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
-//
-//****************************************************************************
-
-//
-// Definition of the numeric part of the IDs for the CTC elements of this
-// package.
-//
-
-///////////////////////////////////////////////////////////////////////////////
-// Commands
-#define cmdidCreateTable 256
-#define cmdidAlterTable 257
-#define cmdidDropTable 258
-
-#define cmdidCreateIndex 259
-#define cmdidDropIndex 260
-#define cmdidDropView 261
-#define cmdidVacuum 262
-#define cmdidRekey 263
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/npgsql.git
More information about the Pkg-cli-libs-commits
mailing list