Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #region Assembly Microsoft.Office.Interop.MSProject.dll, v2.0.50727
  2. // C:Program Files (x86)Microsoft Visual Studio 12.0Visual Studio Tools for OfficePIAOffice15Microsoft.Office.Interop.MSProject.dll
  3. #endregion
  4.  
  5. using System.Runtime.InteropServices;
  6.  
  7. namespace Microsoft.Office.Interop.MSProject
  8. {
  9. [Guid("00020B00-0000-0000-C000-000000000046")]
  10. [CoClass(typeof(ProjectClass))]
  11. public interface Project : _IProjectDoc, _EProjectDoc_Event
  12. {
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement