Add method to determine a file type

This commit is contained in:
jvyden 2021-10-17 20:34:44 -04:00
parent d089cdc60a
commit c84c15fa2c
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
11 changed files with 144 additions and 2 deletions

View file

@ -23,7 +23,9 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProjectLighthouse\ProjectLighthouse.csproj" />
<ProjectReference Include="..\ProjectLighthouse\ProjectLighthouse.csproj" />
<Content Include="ExampleFiles\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>