Can csc.rsp working in specific platform only?

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.

1 Like

I got it. I think something wrong on my condition.

Thanks.