sledgemapper/Sledgemapper/UI/ErrorWindow.xmmp
Michele Scandura 79edfcc4d3
All checks were successful
continuous-integration/drone/push Build is passing
error message, broken build
2021-09-21 16:53:04 +01:00

7 lines
No EOL
351 B
Text

<Project>
<Project.ExportOptions Namespace="Sledgemapper.UI" Class="ErrorWindow" OutputPath="C:\src\Map\Sledgemapper\UI" />
<VerticalStackPanel Width="400" Height="40" Padding="10" Background="#FE3930FF" >
<Label Text="Error Message" HorizontalAlignment="Center" VerticalAlignment="Center" Id="TxtError" />
</VerticalStackPanel>
</Project>