123456789101112131415161718192021222324252627282930313233 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.5.33502.453
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TrajectoryPlanning", "TrajectoryPlanning\TrajectoryPlanning.vcxproj", "{5E5F28D6-274E-4A66-8782-6FD27258503D}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrajPlanModuleLib", "TrajPlanModuleLib\TrajPlanModuleLib.csproj", "{6F42C698-6185-4BF8-9CCB-FC2ED61470FA}"
- ProjectSection(ProjectDependencies) = postProject
- {5E5F28D6-274E-4A66-8782-6FD27258503D} = {5E5F28D6-274E-4A66-8782-6FD27258503D}
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5E5F28D6-274E-4A66-8782-6FD27258503D}.Debug|x64.ActiveCfg = Debug|x64
- {5E5F28D6-274E-4A66-8782-6FD27258503D}.Debug|x64.Build.0 = Debug|x64
- {5E5F28D6-274E-4A66-8782-6FD27258503D}.Release|x64.ActiveCfg = Release|x64
- {5E5F28D6-274E-4A66-8782-6FD27258503D}.Release|x64.Build.0 = Release|x64
- {6F42C698-6185-4BF8-9CCB-FC2ED61470FA}.Debug|x64.ActiveCfg = Debug|x64
- {6F42C698-6185-4BF8-9CCB-FC2ED61470FA}.Release|x64.ActiveCfg = Release|x64
- {6F42C698-6185-4BF8-9CCB-FC2ED61470FA}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {6AE213B3-7EFA-49E0-B4ED-B6F33AAE011F}
- EndGlobalSection
- EndGlobal
|