Sfoglia il codice sorgente

Fix ref gen

tags/v1.0.0
NGnius (Graham) 4 anni fa
parent
commit
a17e5a6449
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Automation/gen_csproj.py

+ 1
- 1
Automation/gen_csproj.py Vedi File

@@ -4,7 +4,7 @@ import argparse
from pathlib import Path, PurePath
import re

DLL_EXCLUSIONS_REGEX = r"(System|Microsoft|Mono)\."
DLL_EXCLUSIONS_REGEX = r"(System|Microsoft|Mono|IronPython|DiscordRPC)\."

def getAssemblyReferences(path):
asmDir = Path(path)


Loading…
Annulla
Salva