Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs
===================================================================
diff -u -rac96d7c315129af851634ed5a4a6800b59ede718 -rdd0a48dd525ff0451dffce1549eb38b8789ee383
--- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision ac96d7c315129af851634ed5a4a6800b59ede718)
+++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision dd0a48dd525ff0451dffce1549eb38b8789ee383)
@@ -62,7 +62,7 @@
using Ringtoets.WaveImpactAsphaltCover.Plugin;
using CoreCommonGuiResources = Core.Common.Gui.Properties.Resources;
using MessageBox = System.Windows.MessageBox;
-#if INCLUDE_DEMOPROJECT
+#if DEVELOPMENT
using Demo.Ringtoets.GUIs;
#endif
@@ -174,7 +174,7 @@
new MacroStabilityInwardsPlugin(),
new ChartPlugin(),
new MapPlugin()
-#if INCLUDE_DEMOPROJECT
+#if DEVELOPMENT
,
new DemoProjectPlugin()
#endif
Index: Application/Ringtoets/src/Application.Ringtoets/Application.Ringtoets.csproj
===================================================================
diff -u -r3e294cd3b922d74c2e456ac2468af8f35e8f51d9 -rdd0a48dd525ff0451dffce1549eb38b8789ee383
--- Application/Ringtoets/src/Application.Ringtoets/Application.Ringtoets.csproj (.../Application.Ringtoets.csproj) (revision 3e294cd3b922d74c2e456ac2468af8f35e8f51d9)
+++ Application/Ringtoets/src/Application.Ringtoets/Application.Ringtoets.csproj (.../Application.Ringtoets.csproj) (revision dd0a48dd525ff0451dffce1549eb38b8789ee383)
@@ -22,12 +22,12 @@
true
false
- DEBUG;TRACE;INCLUDE_DEMOPROJECT;DEVELOPMENT
+ DEBUG;TRACE;DEVELOPMENT
none
true
- TRACE;INCLUDE_DEMOPROJECT;DEVELOPMENT
+ TRACE;DEVELOPMENT
$(SolutionDir)\bin\Release\
@@ -118,7 +118,7 @@
Core.Plugins.ProjectExplorer
False
-
+
{ffe3a667-3a4c-4f48-bc6b-1589867fcb41}
Demo.Ringtoets
False