Skip to content

Commit

Permalink
Ntrip fix, add select Mount
Browse files Browse the repository at this point in the history
  • Loading branch information
farmerbriantee committed Apr 4, 2020
1 parent a685509 commit 482bca3
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 69 deletions.
7 changes: 4 additions & 3 deletions SourceCode/GPS/AgOpenGPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@
<Compile Include="Classes\CTurn.cs" />
<Compile Include="Classes\CTurnLines.cs" />
<Compile Include="Classes\CTool.cs" />
<Compile Include="FormSource.cs">
<Compile Include="Forms\Pickers\FormSource.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormSource.Designer.cs">
<Compile Include="Forms\Pickers\FormSource.Designer.cs">
<DependentUpon>FormSource.cs</DependentUpon>
</Compile>
<Compile Include="Forms\FormSaveAs.cs">
Expand Down Expand Up @@ -543,7 +543,7 @@
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="FormSource.resx">
<EmbeddedResource Include="Forms\Pickers\FormSource.resx">
<DependentUpon>FormSource.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormSaveAs.resx">
Expand Down Expand Up @@ -867,6 +867,7 @@
<None Include="btnImages\DataSources.png" />
<None Include="btnImages\Sort.png" />
<None Include="btnImages\FileSaveAs.png" />
<None Include="btnImages\www.png" />
<Content Include="Dependencies\Audio\Boundary.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down
13 changes: 0 additions & 13 deletions SourceCode/GPS/Forms/Form_About.Designer.cs

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

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

File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions SourceCode/GPS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.1.1")]
[assembly: AssemblyFileVersion("4.1.1")]
[assembly: AssemblyVersion("4.1.12")]
[assembly: AssemblyFileVersion("4.1.12")]
10 changes: 10 additions & 0 deletions SourceCode/GPS/Properties/Resources.Designer.cs

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

Loading

0 comments on commit 482bca3

Please sign in to comment.