Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Properties/Resources.Designer.cs =================================================================== diff -u -r3522 -r5453 --- DamEngine/trunk/src/Deltares.DamEngine.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 3522) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5453) @@ -126,5 +126,32 @@ "ationModel", resourceCulture); } } + + /// + /// Looks up a localized string similar to Location {0} has no segment defined. + /// + internal static string LocationHasNoSegmentDefined { + get { + return ResourceManager.GetString("LocationHasNoSegmentDefined", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Location {0} has no soil profiles defined. + /// + internal static string LocationHasNoSoilProfilesDefined { + get { + return ResourceManager.GetString("LocationHasNoSoilProfilesDefined", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to A piping calculation with a 2D soil profile is not supported. + /// + internal static string PipingWith2DGeometryIsNotSupported { + get { + return ResourceManager.GetString("PipingWith2DGeometryIsNotSupported", resourceCulture); + } + } } }