Skip to content

Commit

Permalink
version update, include reg file in build
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Sep 27, 2017
1 parent 7342ea1 commit 1729101
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
Title="Slazangers Map Tool (SMT)" Height="200" Width="400" WindowStartupLocation="CenterOwner" ResizeMode="NoResize">
<Grid>
<Image x:Name="image" HorizontalAlignment="Left" Height="149" Margin="10,10,0,0" VerticalAlignment="Top" Width="172" Source="Images/Slazanger.png" RenderTransformOrigin="0.695,0.632" />
<TextBlock x:Name="textBlock" HorizontalAlignment="Left" Margin="168,10,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Height="149" Width="214"><Run Text="Version "/><Run Text="0.3"/><Run Text="1"/><LineBreak/><Run/><LineBreak/><Run Text="Created By "/><Hyperlink x:Name="SlazLink" NavigateUri="https://evewho.com/pilot/Slazanger"><Run Text="Slazanger"/></Hyperlink><LineBreak/><LineBreak/><Run Text="All Donations, feedback and "/><Run Text="f"/><Run Text="eature requests welcome.. feel free to evemail in game."/></TextBlock>
<TextBlock x:Name="textBlock" HorizontalAlignment="Left" Margin="168,10,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Height="149" Width="214"><Run Text="Version "/><Run Text="0.3"/><Run Text="2"/><LineBreak/><Run/><LineBreak/><Run Text="Created By "/><Hyperlink x:Name="SlazLink" NavigateUri="https://evewho.com/pilot/Slazanger"><Run Text="Slazanger"/></Hyperlink><LineBreak/><LineBreak/><Run Text="All Donations, feedback and "/><Run Text="f"/><Run Text="eature requests welcome.. feel free to evemail in game."/></TextBlock>
</Grid>
</Window>
4 changes: 4 additions & 0 deletions EVEData/EveManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,10 @@ public void CreateFromScratch()
}

}
else
{

}


// now create the voronoi regions
Expand Down
3 changes: 3 additions & 0 deletions SMT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="RUN ME FIRST SMT Built in Browser Fix.reg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Sounds\woop.mp3">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 1729101

Please sign in to comment.