diff --git a/ILSpy.Wpf.slnf b/ILSpy.Desktop.slnf similarity index 72% rename from ILSpy.Wpf.slnf rename to ILSpy.Desktop.slnf index 4e5db53cc..4cbf6141a 100644 --- a/ILSpy.Wpf.slnf +++ b/ILSpy.Desktop.slnf @@ -2,17 +2,15 @@ "solution": { "path": "ILSpy.sln", "projects": [ + "ICSharpCode.BamlDecompiler\\ICSharpCode.BamlDecompiler.csproj", "ICSharpCode.Decompiler.TestRunner\\ICSharpCode.Decompiler.TestRunner.csproj", "ICSharpCode.Decompiler.Tests\\ICSharpCode.Decompiler.Tests.csproj", "ICSharpCode.Decompiler\\ICSharpCode.Decompiler.csproj", "ICSharpCode.ILSpyX\\ICSharpCode.ILSpyX.csproj", - "ILSpy.BamlDecompiler.Tests\\ILSpy.BamlDecompiler.Tests.csproj", - "ILSpy.BamlDecompiler\\ILSpy.BamlDecompiler.csproj", - "ICSharpCode.BamlDecompiler\\ICSharpCode.BamlDecompiler.csproj", "ILSpy.ReadyToRun\\ILSpy.ReadyToRun.csproj", + "ILSpy.Tests.Windows\\ILSpy.Tests.Windows.csproj", "ILSpy.Tests\\ILSpy.Tests.csproj", - "ILSpy\\ILSpy.csproj", - "TestPlugin\\TestPlugin.csproj" + "ILSpy\\ILSpy.csproj" ] } -} \ No newline at end of file +}