Skip to content

Commit

Permalink
fix: slnf referencing non-existing project
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Oct 20, 2022
1 parent 46c1796 commit 7cb2be0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/Uno.UI-iOS-hotreload-vsix-only.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@
"SourceGenerators\\Uno.UI.SourceGenerators.Internal\\Uno.UI.SourceGenerators.Internal.csproj",
"SourceGenerators\\Uno.UI.SourceGenerators\\Uno.UI.SourceGenerators.csproj",
"SourceGenerators\\Uno.UI.Tasks\\Uno.UI.Tasks.csproj",
"Uno.Foundation.Logging\\Uno.Foundation.Logging.csproj",
"Uno.Foundation\\Uno.Foundation.csproj",
"Uno.UI.Adapter.Microsoft.Extensions.Logging\\Uno.UI.Adapter.Microsoft.Extensions.Logging.csproj",
"Uno.UI.FluentTheme\\Uno.UI.FluentTheme.csproj",
"Uno.UI.FluentTheme.v1\\Uno.UI.FluentTheme.v1.csproj",
"Uno.UI.FluentTheme.v2\\Uno.UI.FluentTheme.v2.csproj",
"Uno.UI.Composition\\Uno.UI.Composition.csproj",
"Uno.UI.Dispatching\\Uno.UI.Dispatching.csproj",
"Uno.Foundation\\Uno.Foundation.csproj",
"Uno.UI.RemoteControl.Host\\Uno.UI.RemoteControl.Host.csproj",
"Uno.UI.RemoteControl.VS\\Uno.UI.RemoteControl.VS.csproj",
"Uno.UI.RemoteControl\\Uno.UI.RemoteControl.csproj",
Expand All @@ -34,11 +36,9 @@
"Uno.UI.RuntimeTests\\Uno.UI.RuntimeTests.csproj",
"Uno.UI.Toolkit\\Uno.UI.Toolkit.csproj",
"Uno.UI\\Uno.UI.csproj",
"Uno.UWP\\Uno.csproj",
"Uno.UI.RemoteControl.Server.Processors\\Uno.UI.RemoteControl.Server.Processors.csproj",
"Uno.UI.RemoteControl.Server\\Uno.UI.RemoteControl.Server.csproj",
"Uno.Foundation.Logging\\Uno.Foundation.Logging.csproj",
"Uno.UI.Adapter.Microsoft.Logging.Extensions\\Uno.UI.Adapter.Microsoft.Logging.Extensions.csproj"
"Uno.UWP\\Uno.csproj"
]
}
}
8 changes: 4 additions & 4 deletions src/Uno.UI-macOS-only.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"SourceGenerators\\Uno.UI.SourceGenerators.Internal\\Uno.UI.SourceGenerators.Internal.csproj",
"SourceGenerators\\Uno.UI.SourceGenerators\\Uno.UI.SourceGenerators.csproj",
"SourceGenerators\\Uno.UI.Tasks\\Uno.UI.Tasks.csproj",
"Uno.Foundation.Logging\\Uno.Foundation.Logging.csproj",
"Uno.Foundation\\Uno.Foundation.csproj",
"Uno.UI.Adapter.Microsoft.Extensions.Logging\\Uno.UI.Adapter.Microsoft.Extensions.Logging.csproj",
"Uno.UI.BindingHelper.Android\\Uno.UI.BindingHelper.Android.csproj",
"Uno.UI.FluentTheme\\Uno.UI.FluentTheme.csproj",
"Uno.UI.FluentTheme.v1\\Uno.UI.FluentTheme.v1.csproj",
Expand All @@ -27,12 +29,10 @@
"Uno.UI.RemoteControl\\Uno.UI.RemoteControl.csproj",
"Uno.UI.RuntimeTests\\Uno.UI.RuntimeTests.csproj",
"Uno.UI.Toolkit\\Uno.UI.Toolkit.csproj",
"Uno.UI\\Uno.UI.csproj",
"Uno.UWP\\Uno.csproj",
"Uno.UI\\Uno.UI.csproj",
"Uno.UI.RemoteControl.Server.Processors\\Uno.UI.RemoteControl.Server.Processors.csproj",
"Uno.UI.RemoteControl.Server\\Uno.UI.RemoteControl.Server.csproj",
"Uno.Foundation.Logging\\Uno.Foundation.Logging.csproj",
"Uno.UI.Adapter.Microsoft.Logging.Extensions\\Uno.UI.Adapter.Microsoft.Logging.Extensions.csproj"
"Uno.UWP\\Uno.csproj"
]
}
}

0 comments on commit 7cb2be0

Please sign in to comment.