Index: Riskeer/Integration/src/Riskeer.Integration.IO/Exporters/HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter.cs =================================================================== diff -u -ree2a193cd93696d64c8a43ccd2faaa50ad1a64fe -r267c9ef2b20b89090259f63c96fee89a32cb4d1a --- Riskeer/Integration/src/Riskeer.Integration.IO/Exporters/HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter.cs (.../HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter.cs) (revision ee2a193cd93696d64c8a43ccd2faaa50ad1a64fe) +++ Riskeer/Integration/src/Riskeer.Integration.IO/Exporters/HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter.cs (.../HydraulicBoundaryLocationCalculationsForTargetProbabilitiesExporter.cs) (revision 267c9ef2b20b89090259f63c96fee89a32cb4d1a) @@ -28,6 +28,7 @@ using Riskeer.Common.Data.Hydraulics; using Riskeer.Common.Forms.Helpers; using Riskeer.Integration.IO.Properties; +using RiskeerCommonIOResources = Riskeer.Common.IO.Properties.Resources ; namespace Riskeer.Integration.IO.Exporters { @@ -92,7 +93,7 @@ exportedCalculations, $"{exportType}_{ReturnPeriodFormattingHelper.FormatFromProbability(calculationsForTargetProbability.TargetProbability)}", c => c.Value); - string filePath = Path.Combine(folderPath, $"{uniqueName}.shp"); + string filePath = Path.Combine(folderPath, $"{uniqueName}.{RiskeerCommonIOResources.Shape_file_filter_Extension}"); var exporter = new HydraulicBoundaryLocationCalculationsExporter( calculationsForTargetProbability.HydraulicBoundaryLocationCalculations,