Add project files.
This commit is contained in:
9
BinaryDad.AacpsBusAlert/BinaryDad.AacpsBusAlert.csproj
Normal file
9
BinaryDad.AacpsBusAlert/BinaryDad.AacpsBusAlert.csproj
Normal file
@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
11
BinaryDad.AacpsBusAlert/BusRoute.cs
Normal file
11
BinaryDad.AacpsBusAlert/BusRoute.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace BinaryDad.AacpsBusAlert
|
||||
{
|
||||
public class BusRoute
|
||||
{
|
||||
public int BusNumber { get; set; }
|
||||
public int SubBusNumber { get; set; }
|
||||
public string Schools { get; set; }
|
||||
public string Schedules { get; set; }
|
||||
public string Impact { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user