Skip to content

Commit

Permalink
updated build config again...
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbone25 committed Mar 17, 2021
1 parent a5f3d3a commit 5a93c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Telltale_IMAP_Editor/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<mah:MetroWindow.RightWindowCommands>
<mah:WindowCommands>
<Label Name="ui_window_appversion_label" Content="v1.0.0" ToolTip="Application Version"/>
<Label Name="ui_window_appversion_label" Content="v1.0.2" ToolTip="Application Version"/>
<Button Name="ui_window_help_button" Content="Help" ToolTip="Get Help for this Application." Click="ui_window_help_button_Click">
<Button.ContentTemplate>
<DataTemplate>
Expand Down
1 change: 1 addition & 0 deletions Telltale_IMAP_Editor/Telltale_IMAP_Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>

<Target Name="CopyPackageAssembliesToSubFolder" AfterTargets="ResolveReferences">
Expand Down

0 comments on commit 5a93c2f

Please # to comment.