Is it possible to add a class to a project in Visual Studio and have that class only built for the Debug configuration of the project? That is, it will not appear in the Rel
As for the resources, you indeed need to modify *.csproj by hand, changing
AdmittanceChart.cs Designer
to
but, as Jon suggested it's not necessarily good practice.