Browse Source

Fix ref gen

tags/v1.0.0
NGnius (Graham) 4 years ago
parent
commit
a17e5a6449
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Automation/gen_csproj.py

+ 1
- 1
Automation/gen_csproj.py View 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…
Cancel
Save