I have a visual studio project (VS2012) that contains only some configuration files. When I create, I get the following warning:
CSC: warning CS2008: source files not specified [C: \ Project \ Config \ Config.csproj]
Is there any way to disable this warning?
source share