Browse Source

Remove preview from references

tags/v2.1.0
NorbiPeti 2 years ago
parent
commit
ef1b3de1a1
3 changed files with 1163 additions and 1163 deletions
  1. +1
    -1
      Automation/gen_csproj.py
  2. +560
    -560
      CodeGenerator/CodeGenerator.csproj
  3. +602
    -602
      TechbloxModdingAPI/TechbloxModdingAPI.csproj

+ 1
- 1
Automation/gen_csproj.py View File

@@ -39,7 +39,7 @@ if __name__ == "__main__":
args = parser.parse_args()
print("Building Assembly references")
asmXml = buildReferencesXml("../ref/TechbloxPreview_Data/Managed")
asmXml = buildReferencesXml("../ref/Techblox_Data/Managed")
# print(asmXml)
with open("../TechbloxModdingAPI/TechbloxModdingAPI.csproj", "r") as xmlFile:


+ 560
- 560
CodeGenerator/CodeGenerator.csproj
File diff suppressed because it is too large
View File


+ 602
- 602
TechbloxModdingAPI/TechbloxModdingAPI.csproj
File diff suppressed because it is too large
View File


Loading…
Cancel
Save