staging work then abandoning the project, dealing with Twitch APIs isn't worth the effor

This commit is contained in:
Cameron
2024-04-06 18:28:49 -05:00
parent 19e71a5afd
commit a0ac6e69c3
29 changed files with 1311 additions and 1 deletions

View File

@@ -24,4 +24,22 @@
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
</ItemGroup>
<ItemGroup>
<None Update="EventSubExampleJson\EventSubKeepalive.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="EventSubExampleJson\EventSubNotification_AutomodMessageHold.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="EventSubExampleJson\EventSubReconnect.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="EventSubExampleJson\EventSubRevocation_ChannelFollow.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="EventSubExampleJson\EventSubWelcome.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>