From 71ebd527d482638973df566577f7d895244c37fb Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Thu, 20 Aug 2015 22:21:09 +0200 Subject: [PATCH] Enable XML documentation. --- Perspex.Animation/Perspex.Animation.csproj | 1 + Perspex.Application/Perspex.Application.csproj | 1 + Perspex.Base/Perspex.Base.csproj | 1 + Perspex.Controls/Perspex.Controls.csproj | 1 + Perspex.Diagnostics/Perspex.Diagnostics.csproj | 1 + Perspex.Input/Perspex.Input.csproj | 1 + .../Perspex.Interactive.UnitTests.csproj | 1 + Perspex.Interactivity/Perspex.Interactivity.csproj | 1 + Perspex.Layout/Perspex.Layout.csproj | 1 + Perspex.SceneGraph/Perspex.SceneGraph.csproj | 1 + Perspex.Styling/Perspex.Styling.csproj | 1 + Perspex.Themes.Default/Perspex.Themes.Default.csproj | 1 + Tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj | 1 + .../Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj | 1 + .../Perspex.Direct2D1.UnitTests.csproj | 1 + Tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj | 1 + Tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj | 1 + Tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj | 1 + .../Perspex.SceneGraph.UnitTests.csproj | 1 + Tests/Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj | 1 + Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj | 1 + Windows/Perspex.Win32/Perspex.Win32.csproj | 1 + 22 files changed, 22 insertions(+) diff --git a/Perspex.Animation/Perspex.Animation.csproj b/Perspex.Animation/Perspex.Animation.csproj index 24ddcab097..26ae2842ee 100644 --- a/Perspex.Animation/Perspex.Animation.csproj +++ b/Perspex.Animation/Perspex.Animation.csproj @@ -24,6 +24,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Animation.XML pdbonly diff --git a/Perspex.Application/Perspex.Application.csproj b/Perspex.Application/Perspex.Application.csproj index 88bde28b70..16b780c5a1 100644 --- a/Perspex.Application/Perspex.Application.csproj +++ b/Perspex.Application/Perspex.Application.csproj @@ -26,6 +26,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Application.XML pdbonly diff --git a/Perspex.Base/Perspex.Base.csproj b/Perspex.Base/Perspex.Base.csproj index d90a3a452e..ed2f40d64d 100644 --- a/Perspex.Base/Perspex.Base.csproj +++ b/Perspex.Base/Perspex.Base.csproj @@ -26,6 +26,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Base.XML pdbonly diff --git a/Perspex.Controls/Perspex.Controls.csproj b/Perspex.Controls/Perspex.Controls.csproj index 79758f4d02..b7cde24cfe 100644 --- a/Perspex.Controls/Perspex.Controls.csproj +++ b/Perspex.Controls/Perspex.Controls.csproj @@ -26,6 +26,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Controls.XML pdbonly diff --git a/Perspex.Diagnostics/Perspex.Diagnostics.csproj b/Perspex.Diagnostics/Perspex.Diagnostics.csproj index a118377fa8..363199d8b4 100644 --- a/Perspex.Diagnostics/Perspex.Diagnostics.csproj +++ b/Perspex.Diagnostics/Perspex.Diagnostics.csproj @@ -26,6 +26,7 @@ TRACE;DEBUG prompt 4 + bin\Debug\Perspex.Diagnostics.XML pdbonly diff --git a/Perspex.Input/Perspex.Input.csproj b/Perspex.Input/Perspex.Input.csproj index cc50de3490..0c49ee65a3 100644 --- a/Perspex.Input/Perspex.Input.csproj +++ b/Perspex.Input/Perspex.Input.csproj @@ -26,6 +26,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Input.XML pdbonly diff --git a/Perspex.Interactive.UnitTests/Perspex.Interactive.UnitTests.csproj b/Perspex.Interactive.UnitTests/Perspex.Interactive.UnitTests.csproj index bb2bc2b40b..ccb9b4441b 100644 --- a/Perspex.Interactive.UnitTests/Perspex.Interactive.UnitTests.csproj +++ b/Perspex.Interactive.UnitTests/Perspex.Interactive.UnitTests.csproj @@ -23,6 +23,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Interactive.UnitTests.XML pdbonly diff --git a/Perspex.Interactivity/Perspex.Interactivity.csproj b/Perspex.Interactivity/Perspex.Interactivity.csproj index 593e4129b1..3178d13e27 100644 --- a/Perspex.Interactivity/Perspex.Interactivity.csproj +++ b/Perspex.Interactivity/Perspex.Interactivity.csproj @@ -26,6 +26,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Interactivity.XML pdbonly diff --git a/Perspex.Layout/Perspex.Layout.csproj b/Perspex.Layout/Perspex.Layout.csproj index f51fa5637f..3bc42d9e3b 100644 --- a/Perspex.Layout/Perspex.Layout.csproj +++ b/Perspex.Layout/Perspex.Layout.csproj @@ -26,6 +26,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Layout.XML pdbonly diff --git a/Perspex.SceneGraph/Perspex.SceneGraph.csproj b/Perspex.SceneGraph/Perspex.SceneGraph.csproj index e249394b38..49d2502821 100644 --- a/Perspex.SceneGraph/Perspex.SceneGraph.csproj +++ b/Perspex.SceneGraph/Perspex.SceneGraph.csproj @@ -26,6 +26,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.SceneGraph.XML pdbonly diff --git a/Perspex.Styling/Perspex.Styling.csproj b/Perspex.Styling/Perspex.Styling.csproj index db82d496db..279326681b 100644 --- a/Perspex.Styling/Perspex.Styling.csproj +++ b/Perspex.Styling/Perspex.Styling.csproj @@ -26,6 +26,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Styling.XML pdbonly diff --git a/Perspex.Themes.Default/Perspex.Themes.Default.csproj b/Perspex.Themes.Default/Perspex.Themes.Default.csproj index bef338cf15..af446e4222 100644 --- a/Perspex.Themes.Default/Perspex.Themes.Default.csproj +++ b/Perspex.Themes.Default/Perspex.Themes.Default.csproj @@ -26,6 +26,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Themes.Default.XML pdbonly diff --git a/Tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj b/Tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj index 8a968048c6..3363e1b2e1 100644 --- a/Tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj +++ b/Tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj @@ -27,6 +27,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Base.UnitTests.XML pdbonly diff --git a/Tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj b/Tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj index aab721e989..ca800deb43 100644 --- a/Tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj +++ b/Tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj @@ -27,6 +27,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Controls.UnitTests.XML pdbonly diff --git a/Tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj b/Tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj index b36eb0a7c9..6e31b8f55a 100644 --- a/Tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj +++ b/Tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj @@ -24,6 +24,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Direct2D1.UnitTests.XML pdbonly diff --git a/Tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj b/Tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj index 3c1f8cbc27..3883c40490 100644 --- a/Tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj +++ b/Tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj @@ -24,6 +24,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Input.UnitTests.XML pdbonly diff --git a/Tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj b/Tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj index 87d4254ac4..9d5c4d1bdc 100644 --- a/Tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj +++ b/Tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj @@ -27,6 +27,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Layout.UnitTests.XML pdbonly diff --git a/Tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj b/Tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj index dafed5130c..faf2ab664c 100644 --- a/Tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj +++ b/Tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj @@ -28,6 +28,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Direct2D1.RenderTests.XML pdbonly diff --git a/Tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj b/Tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj index cf27ffa4ae..a322d06238 100644 --- a/Tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj +++ b/Tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj @@ -27,6 +27,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.SceneGraph.UnitTests.XML pdbonly diff --git a/Tests/Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj b/Tests/Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj index b7a814b563..f82620fdc6 100644 --- a/Tests/Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj +++ b/Tests/Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj @@ -27,6 +27,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Styling.UnitTests.XML pdbonly diff --git a/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj b/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj index 10de010b62..e4b15e3140 100644 --- a/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj +++ b/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj @@ -22,6 +22,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Direct2D1.XML pdbonly diff --git a/Windows/Perspex.Win32/Perspex.Win32.csproj b/Windows/Perspex.Win32/Perspex.Win32.csproj index 4793c13117..2e2fba5c28 100644 --- a/Windows/Perspex.Win32/Perspex.Win32.csproj +++ b/Windows/Perspex.Win32/Perspex.Win32.csproj @@ -22,6 +22,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Perspex.Win32.XML pdbonly