servo/source/Servo.sln
Anthony Leland 2993056967 Servo VS solution
- Created VS solution for expanding upon the notebook code
- Renamed LimitToRange() to MaxLimit() and adjusted it's algorithm
2020-10-28 23:29:49 -04:00

43 lines
2.1 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Servo.MotiveEngine", "Servo.MotiveEngine\Servo.MotiveEngine.csproj", "{162D701B-5CBA-43A4-A763-F4906B287BE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B512BB9-9354-49A4-AE68-97531B21EBD5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Debug|x64.ActiveCfg = Debug|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Debug|x64.Build.0 = Debug|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Debug|x86.ActiveCfg = Debug|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Debug|x86.Build.0 = Debug|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Release|Any CPU.Build.0 = Release|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Release|x64.ActiveCfg = Release|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Release|x64.Build.0 = Release|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Release|x86.ActiveCfg = Release|Any CPU
{162D701B-5CBA-43A4-A763-F4906B287BE3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D4C7030-BF58-45BB-B093-4DB4FF75E95C}
EndGlobalSection
EndGlobal