Skip to content

Commit

Permalink
Source Code only
Browse files Browse the repository at this point in the history
Preparing Repo for tags and releases. Source code only.
  • Loading branch information
farmerbriantee committed Oct 17, 2019
1 parent b849898 commit f3635ef
Show file tree
Hide file tree
Showing 56 changed files with 186 additions and 2,029 deletions.
Binary file removed Application/AgOpenGPS.exe
Binary file not shown.
576 changes: 0 additions & 576 deletions Application/AgOpenGPS.exe.config

This file was deleted.

Binary file removed Application/AgOpenGPS.pdb
Binary file not shown.
Binary file removed Application/Common.dll
Binary file not shown.
Binary file removed Application/Common.pdb
Binary file not shown.
Binary file removed Application/Dependencies/Compass.png
Binary file not shown.
Binary file removed Application/Dependencies/Floor.png
Binary file not shown.
Binary file removed Application/Dependencies/Vehicle.png
Binary file not shown.
144 changes: 0 additions & 144 deletions Application/Error Log.txt

This file was deleted.

Binary file removed Application/Keypad.dll
Binary file not shown.
Binary file removed Application/Keypad.pdb
Binary file not shown.
Binary file removed Application/de/AgOpenGPS.resources.dll
Binary file not shown.
Binary file removed Application/fr/AgOpenGPS.resources.dll
Binary file not shown.
Binary file removed Application/it/AgOpenGPS.resources.dll
Binary file not shown.
Binary file removed Application/nl/AgOpenGPS.resources.dll
Binary file not shown.
10 changes: 0 additions & 10 deletions SourceCode/AgOpenGPS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AgOpenGPS", "GPS\AgOpenGPS.csproj", "{73933709-370E-43B3-8563-CC0F48FF587B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Keypad", "Keypad\Keypad.csproj", "{F1053BAC-22C7-4E6F-A3EA-CC1E1FBA9CB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -23,14 +21,6 @@ Global
{73933709-370E-43B3-8563-CC0F48FF587B}.Release|Any CPU.Build.0 = Release|x86
{73933709-370E-43B3-8563-CC0F48FF587B}.Release|x86.ActiveCfg = Release|x86
{73933709-370E-43B3-8563-CC0F48FF587B}.Release|x86.Build.0 = Release|x86
{F1053BAC-22C7-4E6F-A3EA-CC1E1FBA9CB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1053BAC-22C7-4E6F-A3EA-CC1E1FBA9CB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1053BAC-22C7-4E6F-A3EA-CC1E1FBA9CB0}.Debug|x86.ActiveCfg = Debug|Any CPU
{F1053BAC-22C7-4E6F-A3EA-CC1E1FBA9CB0}.Debug|x86.Build.0 = Debug|Any CPU
{F1053BAC-22C7-4E6F-A3EA-CC1E1FBA9CB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1053BAC-22C7-4E6F-A3EA-CC1E1FBA9CB0}.Release|Any CPU.Build.0 = Release|Any CPU
{F1053BAC-22C7-4E6F-A3EA-CC1E1FBA9CB0}.Release|x86.ActiveCfg = Release|Any CPU
{F1053BAC-22C7-4E6F-A3EA-CC1E1FBA9CB0}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
45 changes: 28 additions & 17 deletions SourceCode/GPS/AgOpenGPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Application\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand All @@ -56,7 +56,7 @@
</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<DebugSymbols>true</DebugSymbols>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
Expand All @@ -69,17 +69,20 @@
<PropertyGroup />
<PropertyGroup />
<ItemGroup>
<Reference Include="OpenTK, Version=1.2.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<Reference Include="Keypad, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Application\OpenTK.dll</HintPath>
<HintPath>References\Keypad.dll</HintPath>
</Reference>
<Reference Include="OpenTK">
<HintPath>References\OpenTK.dll</HintPath>
</Reference>
<Reference Include="OpenTK.GLControl, Version=1.2.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Application\OpenTK.GLControl.dll</HintPath>
<HintPath>References\OpenTK.GLControl.dll</HintPath>
</Reference>
<Reference Include="RepeatButtonControl, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Application\RepeatButtonControl.dll</HintPath>
<HintPath>References\RepeatButtonControl.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -93,11 +96,11 @@
<Reference Include="System.Xml" />
<Reference Include="Tinkerforge, Version=2.1.16.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Application\Tinkerforge.dll</HintPath>
<HintPath>References\Tinkerforge.dll</HintPath>
</Reference>
<Reference Include="WebEye.Controls.WinForms.WebCameraControl, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Application\WebEye.Controls.WinForms.WebCameraControl.dll</HintPath>
<HintPath>References\WebEye.Controls.WinForms.WebCameraControl.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -556,6 +559,12 @@
<Content Include="AppIcon.ico" />
<Content Include="AppIcon64.ico" />
<Content Include="aChangeLog.txt" />
<Content Include="Dependencies\YouTurnShapes\SemiCircle.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Dependencies\YouTurnShapes\WideReturn.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="btnImages\VehicleSettings.jpg" />
<None Include="btnImages\ToolSettings.jpg" />
<None Include="btnImages\VehAft64.png" />
Expand Down Expand Up @@ -695,21 +704,23 @@
<None Include="btnImages\radar-icon.png" />
<None Include="btnImages\MakeBoundaryContour.jpg" />
<None Include="btnImages\VehicleSettingsAntenna.jpg" />
<Content Include="Dependencies\Floor.png" />
<Content Include="Dependencies\Landscape.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Content Include="Dependencies\YouTurnShapes\Custom.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Dependencies\Images\Floor.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Dependencies\YouTurnShapes\Keyhole.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Dependencies\Images\Landscape.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="ALicense.txt" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Keypad\Keypad.csproj">
<Project>{F1053BAC-22C7-4E6F-A3EA-CC1E1FBA9CB0}</Project>
<Name>Keypad</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
File renamed without changes
File renamed without changes
Binary file removed SourceCode/GPS/Dependencies/Landscape.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions SourceCode/GPS/Forms/FormFieldDir.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ private void btnSave_Click(object sender, EventArgs e)
//get the directory and make sure it exists, create if not
string dirNewField = mf.fieldsDirectory + mf.currentFieldDirectory + "\\";

mf.menustripLanguage.Enabled = false;
//if no template set just make a new file.
if (!isTemplateSet)
{
Expand Down
Loading

0 comments on commit f3635ef

Please sign in to comment.