SelfHost conditional compile

This commit is contained in:
2023-06-27 11:13:29 -07:00
parent 97d1a1c6a7
commit cae44abfee
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,4 @@
#if SelfHost
using System;
using System.Globalization;
using System.IO;
@ -60,4 +61,5 @@ public class BarcodeController : System.Web.Http.ApiController
}
}
}
}
#endif