TrajectoryPlanning.sln 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.5.33502.453
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TrajectoryPlanning", "TrajectoryPlanning\TrajectoryPlanning.vcxproj", "{5E5F28D6-274E-4A66-8782-6FD27258503D}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrajPlanModuleLib", "TrajPlanModuleLib\TrajPlanModuleLib.csproj", "{6F42C698-6185-4BF8-9CCB-FC2ED61470FA}"
  9. ProjectSection(ProjectDependencies) = postProject
  10. {5E5F28D6-274E-4A66-8782-6FD27258503D} = {5E5F28D6-274E-4A66-8782-6FD27258503D}
  11. EndProjectSection
  12. EndProject
  13. Global
  14. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  15. Debug|x64 = Debug|x64
  16. Release|x64 = Release|x64
  17. EndGlobalSection
  18. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  19. {5E5F28D6-274E-4A66-8782-6FD27258503D}.Debug|x64.ActiveCfg = Debug|x64
  20. {5E5F28D6-274E-4A66-8782-6FD27258503D}.Debug|x64.Build.0 = Debug|x64
  21. {5E5F28D6-274E-4A66-8782-6FD27258503D}.Release|x64.ActiveCfg = Release|x64
  22. {5E5F28D6-274E-4A66-8782-6FD27258503D}.Release|x64.Build.0 = Release|x64
  23. {6F42C698-6185-4BF8-9CCB-FC2ED61470FA}.Debug|x64.ActiveCfg = Debug|x64
  24. {6F42C698-6185-4BF8-9CCB-FC2ED61470FA}.Release|x64.ActiveCfg = Release|x64
  25. {6F42C698-6185-4BF8-9CCB-FC2ED61470FA}.Release|x64.Build.0 = Release|x64
  26. EndGlobalSection
  27. GlobalSection(SolutionProperties) = preSolution
  28. HideSolutionNode = FALSE
  29. EndGlobalSection
  30. GlobalSection(ExtensibilityGlobals) = postSolution
  31. SolutionGuid = {6AE213B3-7EFA-49E0-B4ED-B6F33AAE011F}
  32. EndGlobalSection
  33. EndGlobal