Add Patcher Project

The other Patcher repository is locked from future modifications
This commit is contained in:
Gustave Monce
2024-10-21 08:57:39 +02:00
parent bc77e8b589
commit 3c66688303
39 changed files with 8895 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Workaround for intermittent issue
https://developercommunity.visualstudio.com/content/problem/983843/dotnet-build-task-does-not-use-nugetorg-for-one-pr.html
-->
<configuration>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>