Skip to content

Commit

Permalink
Use the actual VS2017 RTM references
Browse files Browse the repository at this point in the history
Previously the change was using references from VS2017U3 (preview).
This ended up causing some breaks because types moved around in the
assemblies.
  • Loading branch information
jaredpar committed Jun 1, 2017
1 parent 2bf721a commit 633dd9b
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
Binary file modified References/Vs2017/Microsoft.VisualStudio.CoreUtility.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified References/Vs2017/Microsoft.VisualStudio.Text.Data.dll
Binary file not shown.
Binary file modified References/Vs2017/Microsoft.VisualStudio.Text.Internal.dll
Binary file not shown.
Binary file modified References/Vs2017/Microsoft.VisualStudio.Text.Logic.dll
Binary file not shown.
Binary file modified References/Vs2017/Microsoft.VisualStudio.Text.UI.Wpf.dll
Binary file not shown.
Binary file modified References/Vs2017/Microsoft.VisualStudio.Text.UI.dll
Binary file not shown.
Binary file modified References/Vs2017/Microsoft.VisualStudio.Utilities.dll
Binary file not shown.
10 changes: 0 additions & 10 deletions Src/EditorUtils.Vs2017/BasicLoggingServiceInternal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,5 @@ void ILoggingServiceInternal.PostEvent(string key, IReadOnlyList<object> namesAn
{

}

void ILoggingServiceInternal.PostEvent(DataModelEventType eventType, string eventName, TelemetryResult result, params (string name, object property)[] namesAndProperties)
{

}

void ILoggingServiceInternal.PostEvent(DataModelEventType eventType, string eventName, TelemetryResult result, IReadOnlyList<(string name, object property)> namesAndProperties)
{

}
}
}

0 comments on commit 633dd9b

Please sign in to comment.