Skip to content

Commit

Permalink
Add ICAO code combobox with codes from current flightplan
Browse files Browse the repository at this point in the history
  • Loading branch information
fboes committed Apr 29, 2019
1 parent ec5b35d commit 624b4ba
Show file tree
Hide file tree
Showing 9 changed files with 444 additions and 415 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Change log
==========

* 🎁 Add ICAO code combobox with codes from current flightplan

1.2.1
-----

Expand Down
6 changes: 2 additions & 4 deletions aerofly-wettergeraet.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aerofly-wettergeraet", "src\WettergeraetCli\WettergeraetCli.vcxproj", "{5B39FB7B-C367-49BB-933B-626FC3057A76}"
EndProject
Expand Down Expand Up @@ -82,10 +82,8 @@ Global
{6A021B60-13B5-4AA5-8EA7-F12382DAA6B6}.Release|x86.ActiveCfg = Release|Win32
{6A021B60-13B5-4AA5-8EA7-F12382DAA6B6}.Release|x86.Build.0 = Release|Win32
{19E52193-A102-4A36-BF1E-84CEE2A08DA2}.Debug|x64.ActiveCfg = Debug|x64
{19E52193-A102-4A36-BF1E-84CEE2A08DA2}.Debug|x64.Build.0 = Debug|x64
{19E52193-A102-4A36-BF1E-84CEE2A08DA2}.Debug|x86.ActiveCfg = Debug|x64
{19E52193-A102-4A36-BF1E-84CEE2A08DA2}.Release|x64.ActiveCfg = Release|x64
{19E52193-A102-4A36-BF1E-84CEE2A08DA2}.Release|x64.Build.0 = Release|x64
{19E52193-A102-4A36-BF1E-84CEE2A08DA2}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
Expand Down
Loading

0 comments on commit 624b4ba

Please sign in to comment.