Index: Application/Riskeer/src/Application.Riskeer/Application.Riskeer.csproj =================================================================== diff -u -rb8adfa095e5afaf80f82da752fdeff9526b9ff0a -r7410f9fee3ee35d014f619a1da7f793da25e45dd --- Application/Riskeer/src/Application.Riskeer/Application.Riskeer.csproj (.../Application.Riskeer.csproj) (revision b8adfa095e5afaf80f82da752fdeff9526b9ff0a) +++ Application/Riskeer/src/Application.Riskeer/Application.Riskeer.csproj (.../Application.Riskeer.csproj) (revision 7410f9fee3ee35d014f619a1da7f793da25e45dd) @@ -144,9 +144,9 @@ Ringtoets.DuneErosion.Plugin False - + {AD0CDC89-0A00-4068-AEEC-9838863C2FE8} - Ringtoets.Integration.Forms + Riskeer.Integration.Forms False Index: Application/Riskeer/test/Application.Riskeer.Test/Application.Riskeer.Test.csproj =================================================================== diff -u -r118e48039447bf16cc83a2adba517c20da8e06c8 -r7410f9fee3ee35d014f619a1da7f793da25e45dd --- Application/Riskeer/test/Application.Riskeer.Test/Application.Riskeer.Test.csproj (.../Application.Riskeer.Test.csproj) (revision 118e48039447bf16cc83a2adba517c20da8e06c8) +++ Application/Riskeer/test/Application.Riskeer.Test/Application.Riskeer.Test.csproj (.../Application.Riskeer.Test.csproj) (revision 7410f9fee3ee35d014f619a1da7f793da25e45dd) @@ -38,9 +38,9 @@ {D749EE4C-CE50-4C17-BF01-9A953028C126} Core.Common.TestUtil - + {AD0CDC89-0A00-4068-AEEC-9838863C2FE8} - Ringtoets.Integration.Forms + Riskeer.Integration.Forms {4A7D6720-4AA1-4F0B-A796-A0436DB3D7D7} Index: Ringtoets.sln =================================================================== diff -u -rb8adfa095e5afaf80f82da752fdeff9526b9ff0a -r7410f9fee3ee35d014f619a1da7f793da25e45dd --- Ringtoets.sln (.../Ringtoets.sln) (revision b8adfa095e5afaf80f82da752fdeff9526b9ff0a) +++ Ringtoets.sln (.../Ringtoets.sln) (revision 7410f9fee3ee35d014f619a1da7f793da25e45dd) @@ -308,7 +308,7 @@ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ringtoets.Integration.Forms", "Ringtoets\Integration\src\Ringtoets.Integration.Forms\Ringtoets.Integration.Forms.csproj", "{AD0CDC89-0A00-4068-AEEC-9838863C2FE8}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riskeer.Integration.Forms", "Ringtoets\Integration\src\Ringtoets.Integration.Forms\Riskeer.Integration.Forms.csproj", "{AD0CDC89-0A00-4068-AEEC-9838863C2FE8}" ProjectSection(ProjectDependencies) = postProject {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} EndProjectSection Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/AssemblyInfo.cs =================================================================== diff -u -r2a81f01756e227d5ce93717b21b87e8a5cd5fcbb -r7410f9fee3ee35d014f619a1da7f793da25e45dd --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 2a81f01756e227d5ce93717b21b87e8a5cd5fcbb) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 7410f9fee3ee35d014f619a1da7f793da25e45dd) @@ -22,6 +22,6 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyTitle("Ringtoets.Integration.Forms")] -[assembly: AssemblyProduct("Ringtoets.Integration.Forms")] +[assembly: AssemblyTitle("Riskeer.Integration.Forms")] +[assembly: AssemblyProduct("Riskeer.Integration.Forms")] [assembly: InternalsVisibleTo("Ringtoets.Integration.Forms.Test")] \ No newline at end of file Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r73c7ad038a082c5a7476dd826ce789bad601141a -r7410f9fee3ee35d014f619a1da7f793da25e45dd --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 73c7ad038a082c5a7476dd826ce789bad601141a) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7410f9fee3ee35d014f619a1da7f793da25e45dd) @@ -29,7 +29,7 @@ // //------------------------------------------------------------------------------ -namespace Ringtoets.Integration.Forms.Properties { +namespace Riskeer.Integration.Forms.Properties { using System; @@ -60,7 +60,7 @@ public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Ringtoets.Integration.Forms.Properties.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Riskeer.Integration.Forms.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; Fisheye: Tag 7410f9fee3ee35d014f619a1da7f793da25e45dd refers to a dead (removed) revision in file `Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Riskeer.Integration.Forms.csproj =================================================================== diff -u --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Riskeer.Integration.Forms.csproj (revision 0) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Riskeer.Integration.Forms.csproj (revision 7410f9fee3ee35d014f619a1da7f793da25e45dd) @@ -0,0 +1,423 @@ + + + + {AD0CDC89-0A00-4068-AEEC-9838863C2FE8} + Riskeer.Integration.Forms + Riskeer.Integration.Forms + + + + + ..\..\..\..\packages\log4net.2.0.4\lib\net40-full\log4net.dll + True + + + + + + + + + + + + + + + + + + + + Form + + + AssessmentSectionMergeDataProviderDialog.cs + + + Form + + + BackgroundMapDataSelectionDialog.cs + + + + + + UserControl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + Form + + + ReferenceLineMetaSelectionDialog.cs + + + + UserControl + + + AssemblyResultCategoriesView.cs + + + UserControl + + + AssemblyResultPerSectionMapView.cs + + + UserControl + + + AssemblyResultPerSectionView.cs + + + UserControl + + + AssemblyResultTotalView.cs + + + UserControl + + + AssessmentSectionView.cs + + + + UserControl + + + FailureMechanismWithoutDetailedAssessmentView.cs + + + UserControl + + + FailureMechanismWithDetailedAssessmentView.cs + + + UserControl + + + MacroStabilityOutwardsAssemblyCategoriesView.cs + + + UserControl + + + FailureMechanismAssemblyCategoriesView.cs + + + + + + + UserControl + + + FailureMechanismContributionView.cs + + + + + UserControl + + + UserControl + + + AssessmentSectionAssemblyCategoriesView.cs + + + + + + + + + + + UserControl + + + UserControl + + + UserControl + + + UserControl + + + UserControl + + + UserControl + + + UserControl + + + UserControl + + + + + {3bbfd65b-b277-4e50-ae6d-bd24c3434609} + Core.Common.Base + False + + + {9a2d67e6-26ac-4d17-b11a-2b4372f2f572} + Core.Common.Controls + False + + + {30e4c2ae-719e-4d70-9fa9-668a9767fbfa} + Core.Common.Gui + False + + + {f49bd8b2-332a-4c91-a196-8cce0a2c7d98} + Core.Common.Util + False + + + {1BA9EBD0-AA64-4BE3-9791-B2EE344EC938} + Core.Components.BruTile.Forms + False + + + {4a06df0d-5d75-4bad-a95a-a3db9b7c4ad5} + Core.Components.Gis.Forms + False + + + {318BA582-88C9-4816-A54A-A7E431461DE3} + Core.Components.Gis + False + + + {420ED9C3-0C33-47EA-B893-121A9C0DB4F1} + Riskeer.AssemblyTool.Data + False + + + {22C5DDB8-2491-4BC6-BDC6-2A7B7EBF40C1} + Riskeer.AssemblyTool.Forms + False + + + {c6309704-d67b-434c-bc98-9f8910bc1d10} + Ringtoets.ClosingStructures.Data + False + + + {d4200f43-3f72-4f42-af0a-8ced416a38ec} + Ringtoets.Common.Data + False + + + {4d840673-3812-4338-a352-84854e32b8a0} + Ringtoets.Common.Forms + False + + + {52BA7627-CBAB-4209-BE77-3B5F31378277} + Ringtoets.Common.IO + False + + + {78AA56F5-431D-465C-AC50-3173D7E90AC1} + Ringtoets.Common.Primitives + False + + + {d1068432-c172-4aa6-847b-d9deb4c6de26} + Ringtoets.DuneErosion.Data + False + + + {90de728e-48ef-4665-ab38-3d88e41d9f4d} + Ringtoets.GrassCoverErosionInwards.Data + False + + + {E7225477-577F-4A17-B7EC-6721158E1543} + Ringtoets.GrassCoverErosionOutwards.Data + False + + + {1C0017D8-35B5-4CA0-8FC7-A83F46DBDC99} + Ringtoets.HeightStructures.Data + False + + + {83d6b73e-91d5-46b0-9218-955da1f75f7c} + Ringtoets.MacroStabilityInwards.Data + False + + + {e9b39743-2dc9-4922-9e0f-6ba3e0e54189} + Ringtoets.MacroStabilityInwards.Primitives + False + + + {ce994cc9-6f6a-48ac-b4be-02c30a21f4db} + Ringtoets.Piping.Data + False + + + {3d4b9740-8348-4434-8d77-b611fc6ee57f} + Ringtoets.StabilityPointStructures.Data + False + + + {b479e3af-7c34-488c-bb73-d324100d36c9} + Ringtoets.StabilityStoneCover.Data + False + + + {50963f12-448c-41ba-a62c-cdb0ab8d21e0} + Riskeer.Storage.Core + False + + + {567e0b69-5280-41ce-add6-443725a61c86} + Ringtoets.WaveImpactAsphaltCover.Data + False + + + {11f1f874-45af-43e4-8ae5-15a5c9593e28} + Riskeer.Integration.Data + False + + + {d4d21027-b2cd-47e2-a299-70885cc93ab4} + Ringtoets.Integration.Util + False + + + + + BackgroundMapDataSelectionDialog.cs + + + AssessmentSectionMergeDataProviderDialog.cs + + + PublicResXFileCodeGenerator + Designer + Resources.Designer.cs + + + ReferenceLineMetaSelectionDialog.cs + Designer + + + AssemblyResultCategoriesView.cs + + + AssemblyResultPerSectionMapView.cs + + + AssemblyResultPerSectionView.cs + + + AssemblyResultTotalView.cs + + + AssessmentSectionView.cs + + + FailureMechanismWithoutDetailedAssessmentView.cs + + + FailureMechanismWithDetailedAssessmentView.cs + + + MacroStabilityOutwardsAssemblyCategoriesView.cs + + + FailureMechanismAssemblyCategoriesView.cs + + + FailureMechanismContributionView.cs + Designer + + + AssessmentSectionAssemblyCategoriesView.cs + Designer + + + + + Copying.licenseheader + + + + + + + + + + + + + + \ No newline at end of file Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Ringtoets.Integration.Plugin.csproj =================================================================== diff -u -rb8adfa095e5afaf80f82da752fdeff9526b9ff0a -r7410f9fee3ee35d014f619a1da7f793da25e45dd --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Ringtoets.Integration.Plugin.csproj (.../Ringtoets.Integration.Plugin.csproj) (revision b8adfa095e5afaf80f82da752fdeff9526b9ff0a) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Ringtoets.Integration.Plugin.csproj (.../Ringtoets.Integration.Plugin.csproj) (revision 7410f9fee3ee35d014f619a1da7f793da25e45dd) @@ -266,9 +266,9 @@ Riskeer.Integration.Data False - + {AD0CDC89-0A00-4068-AEEC-9838863C2FE8} - Ringtoets.Integration.Forms + Riskeer.Integration.Forms False Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj =================================================================== diff -u -rb8adfa095e5afaf80f82da752fdeff9526b9ff0a -r7410f9fee3ee35d014f619a1da7f793da25e45dd --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj (.../Ringtoets.Integration.Forms.Test.csproj) (revision b8adfa095e5afaf80f82da752fdeff9526b9ff0a) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Ringtoets.Integration.Forms.Test.csproj (.../Ringtoets.Integration.Forms.Test.csproj) (revision 7410f9fee3ee35d014f619a1da7f793da25e45dd) @@ -286,9 +286,9 @@ {11f1f874-45af-43e4-8ae5-15a5c9593e28} Riskeer.Integration.Data - + {ad0cdc89-0a00-4068-aeec-9838863c2fe8} - Ringtoets.Integration.Forms + Riskeer.Integration.Forms {C8383B76-B3F1-4E6E-B56C-527B469FA20A} Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.TestUtil/Ringtoets.Integration.Forms.TestUtil.csproj =================================================================== diff -u -rd1ae8654de4b4907a6311834a34250b26e3fb455 -r7410f9fee3ee35d014f619a1da7f793da25e45dd --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.TestUtil/Ringtoets.Integration.Forms.TestUtil.csproj (.../Ringtoets.Integration.Forms.TestUtil.csproj) (revision d1ae8654de4b4907a6311834a34250b26e3fb455) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.TestUtil/Ringtoets.Integration.Forms.TestUtil.csproj (.../Ringtoets.Integration.Forms.TestUtil.csproj) (revision 7410f9fee3ee35d014f619a1da7f793da25e45dd) @@ -32,9 +32,9 @@ {420ED9C3-0C33-47EA-B893-121A9C0DB4F1} Riskeer.AssemblyTool.Data - + {AD0CDC89-0A00-4068-AEEC-9838863C2FE8} - Ringtoets.Integration.Forms + Riskeer.Integration.Forms \ No newline at end of file Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Ringtoets.Integration.Plugin.Test.csproj =================================================================== diff -u -rb8adfa095e5afaf80f82da752fdeff9526b9ff0a -r7410f9fee3ee35d014f619a1da7f793da25e45dd --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Ringtoets.Integration.Plugin.Test.csproj (.../Ringtoets.Integration.Plugin.Test.csproj) (revision b8adfa095e5afaf80f82da752fdeff9526b9ff0a) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Ringtoets.Integration.Plugin.Test.csproj (.../Ringtoets.Integration.Plugin.Test.csproj) (revision 7410f9fee3ee35d014f619a1da7f793da25e45dd) @@ -444,9 +444,9 @@ {11f1f874-45af-43e4-8ae5-15a5c9593e28} Riskeer.Integration.Data - + {ad0cdc89-0a00-4068-aeec-9838863c2fe8} - Ringtoets.Integration.Forms + Riskeer.Integration.Forms {D693D18E-C257-4FDE-96BC-F6E6FB043ECF}