microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.16k stars 1.27k forks source link

XAML files are missing in Workflow Designer #62

Closed FSharpCSharp closed 5 years ago

FSharpCSharp commented 6 years ago

The XAML Workflow Designer, which is located under the following hierarchy, cannot be compiled because several XAML files are missing.

referencesource/System.Activities.Presentation/System.Activities.Presentation/System/Activities/Presentation/

The corresponding.xaml.cs files are available, but the actual xaml files are completely missing. Could these be added because the code is an incomplete version of the Workflow Designer.

terrajobst commented 5 years ago

This was fixed with #100