Skip to content

Commit

Permalink
Removed deprecated items. EnvDTE (#22) etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
3F committed Aug 3, 2021
1 parent f5374f8 commit dc376b0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 234 deletions.
11 changes: 0 additions & 11 deletions MvsSln/Core/ProjectItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@ public struct ProjectItem
/// </summary>
public ProjectType EpType;

/// <summary>
/// Evaluate project type via GUID.
/// </summary>
/// <param name="guid">Project type GUID.</param>
/// <returns></returns>
[Obsolete("Use `Guids.ProjectTypeBy(string guid)` instead.", false)]
public static ProjectType ProjectTypeBy(string guid)
{
return Guids.ProjectTypeBy(guid);
}

public static bool operator ==(ProjectItem a, ProjectItem b) => a.Equals(b);

public static bool operator !=(ProjectItem a, ProjectItem b) => !(a == b);
Expand Down
3 changes: 0 additions & 3 deletions MvsSln/Core/XProjectEnv.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ namespace net.r_eg.MvsSln.Core
/// </summary>
public class XProjectEnv: IXProjectEnv
{
[Obsolete("Use " + nameof(PropertyNames), false)]
public const string PROP_VALUE_DEFAULT = PropertyNames.UNDEFINED;

/// <summary>
/// Solution properties.
/// </summary>
Expand Down
93 changes: 0 additions & 93 deletions MvsSln/EnvDTE/DProject.cs

This file was deleted.

127 changes: 0 additions & 127 deletions MvsSln/EnvDTE/DynDteProject.cs

This file was deleted.

0 comments on commit dc376b0

Please sign in to comment.