mirror of
https://github.com/simtactics/servo.git
synced 2025-03-25 12:19:07 +00:00
- Created VS solution for expanding upon the notebook code - Renamed LimitToRange() to MaxLimit() and adjusted it's algorithm
7 lines
138 B
XML
7 lines
138 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|