Files
Mapo-IOB-WIN/IOB-OPC-UA/Libraries/Opc.Ua.Gds.Client.Common/BuildSchema.bat
T
2021-03-25 18:25:25 +01:00

11 lines
267 B
Batchfile

@echo off
setlocal
echo Processing RegisteredApplication Schema
xsd /classes /n:Opc.Ua.Gds.Client RegisteredApplication.xsd
echo #pragma warning disable 1591 > temp.txt
type RegisteredApplication.cs >> temp.txt
type temp.txt > RegisteredApplication.cs
del temp.txt