SelfHost conditional compile
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user