Skip to content

Commit

Permalink
change ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
farmerbriantee committed Feb 8, 2024
1 parent 822bb06 commit be3050d
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ Installer/
Program/
*.filters
*.vcxproj
*.sln
*.xml
/Support/Basic Panda GPS/Firmware/Autosteer_gps_teensy_v5_5/__vm/.Autosteer_gps_teensy_v5_5.vsarduino.h
Support/TeensyModules/Firmware/Autosteer_gps_teensy_v5_5/__vm/.Autosteer_gps_teensy_v5_5.vsarduino.h
Expand Down
61 changes: 61 additions & 0 deletions SourceCode/AgOpenGPS.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AgOpenGPS", "GPS\AgOpenGPS.csproj", "{73933709-370E-43B3-8563-CC0F48FF587B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C1E8CD41-41F6-4BA8-95B7-FF6FC3DA1688}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AgIO", "AgIO\Source\AgIO.csproj", "{C88A8244-47F5-4275-AA35-54CC884E9EDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
All|Any CPU = All|Any CPU
All|x86 = All|x86
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73933709-370E-43B3-8563-CC0F48FF587B}.All|Any CPU.ActiveCfg = Release|x86
{73933709-370E-43B3-8563-CC0F48FF587B}.All|Any CPU.Build.0 = Release|x86
{73933709-370E-43B3-8563-CC0F48FF587B}.All|x86.ActiveCfg = Release|x86
{73933709-370E-43B3-8563-CC0F48FF587B}.All|x86.Build.0 = Release|x86
{73933709-370E-43B3-8563-CC0F48FF587B}.Debug|Any CPU.ActiveCfg = Debug|x86
{73933709-370E-43B3-8563-CC0F48FF587B}.Debug|Any CPU.Build.0 = Debug|x86
{73933709-370E-43B3-8563-CC0F48FF587B}.Debug|x86.ActiveCfg = Debug|x86
{73933709-370E-43B3-8563-CC0F48FF587B}.Debug|x86.Build.0 = Debug|x86
{73933709-370E-43B3-8563-CC0F48FF587B}.Release|Any CPU.ActiveCfg = Release|x86
{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
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.All|Any CPU.ActiveCfg = Debug|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.All|Any CPU.Build.0 = Debug|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.All|x86.ActiveCfg = Debug|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.All|x86.Build.0 = Debug|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.Debug|x86.ActiveCfg = Debug|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.Debug|x86.Build.0 = Debug|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.Release|Any CPU.Build.0 = Release|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.Release|x86.ActiveCfg = Release|Any CPU
{C88A8244-47F5-4275-AA35-54CC884E9EDE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_ResXSortingComparison = Ordinal
SolutionGuid = {31C86FEF-A77A-49A7-9088-8E0D8AD2ACA5}
RESX_ShowErrorsInErrorList = False
RESX_SortFileContentOnSave = True
RESX_NeutralResourcesLanguage = en-US
RESX_ConfirmAddLanguageFile = True
EndGlobalSection
EndGlobal

0 comments on commit be3050d

Please sign in to comment.