Skip to content

Commit

Permalink
Merge pull request #3 from realskudd/feature/historic-tail-numbers
Browse files Browse the repository at this point in the history
#1 - Feature/historic tail numbers
  • Loading branch information
realskudd authored Feb 26, 2022
2 parents 334b37a + d43e93a commit 8e3ee3e
Show file tree
Hide file tree
Showing 5 changed files with 288 additions and 34 deletions.
6 changes: 6 additions & 0 deletions MSFS 2020 Tail Number Fixer - FSUIPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TailNumber.cs" />
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -82,5 +83,10 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
142 changes: 119 additions & 23 deletions MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8e3ee3e

Please sign in to comment.