WhereAmIPointing: Initial Release

This commit is contained in:
NotAKidoS 2024-08-27 14:05:42 -05:00
parent 0b96d9347f
commit c408a9f83c
5 changed files with 180 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
</Project>