Skip to content

Commit c3f0d84

Browse files
Merge pull request #412 from farmerbriantee/Fixes
Fixes
2 parents f0a84a3 + 7b6259e commit c3f0d84

File tree

8 files changed

+600
-12
lines changed

8 files changed

+600
-12
lines changed

SourceCode/AgIO/Source/AgIO.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PlatformTarget>AnyCPU</PlatformTarget>
4343
<DebugType>none</DebugType>
4444
<Optimize>true</Optimize>
45-
<OutputPath>..\..\..\AgOpenGPS_v5\</OutputPath>
45+
<OutputPath>..\..\..\AgOpenGPS_v63\</OutputPath>
4646
<DefineConstants>TRACE</DefineConstants>
4747
<ErrorReport>prompt</ErrorReport>
4848
<WarningLevel>4</WarningLevel>

SourceCode/GPS/AgOpenGPS.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<PlatformTarget>AnyCPU</PlatformTarget>
5050
<DebugType>none</DebugType>
5151
<Optimize>true</Optimize>
52-
<OutputPath>..\..\AgOpenGPS_v5\</OutputPath>
52+
<OutputPath>..\..\AgOpenGPS_v63\</OutputPath>
5353
<DefineConstants>TRACE</DefineConstants>
5454
<ErrorReport>prompt</ErrorReport>
5555
<WarningLevel>4</WarningLevel>
@@ -849,6 +849,7 @@
849849
<Generator>ResXFileCodeGenerator</Generator>
850850
<LastGenOutput>gStr.no.Designer.cs</LastGenOutput>
851851
</EmbeddedResource>
852+
<EmbeddedResource Include="gStr.pt.resx" />
852853
<EmbeddedResource Include="gStr.tr.resx">
853854
<Generator>ResXFileCodeGenerator</Generator>
854855
<LastGenOutput>gStr.tr.Designer.cs</LastGenOutput>

SourceCode/GPS/Classes/CSim.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public void DoSimTick(double _st)
9494
temp -= ((int)(temp));
9595
temp *= 100;
9696
mf.pn.altitude += temp;
97-
9897

9998
mf.pn.satellitesTracked = 12;
10099

SourceCode/GPS/Forms/Controls.Designer.cs

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SourceCode/GPS/Forms/FormGPS.Designer.cs

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SourceCode/GPS/Forms/OpenGL.Designer.cs

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SourceCode/GPS/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("6.3.2")]
35-
[assembly: AssemblyFileVersion("6.3.2")]
34+
[assembly: AssemblyVersion("6.3.3")]
35+
[assembly: AssemblyFileVersion("6.3.3")]

0 commit comments

Comments
 (0)