I want to use some dll on windows only, except Xbox circumstance.
Can I devide csc.rsp between platforms?
I want to use some dll on windows only, except Xbox circumstance.
Can I devide csc.rsp between platforms?
What DLL are you talking about? Is it a system library or something in your project?
I use System.Security.dll.
I don’t think you can conditionally reference system libraries. You should be able to reference it on xbox without any problems though.
I got it. I think something wrong on my condition.
Thanks.