I'm working on a project and a Visual Studio Solution and I didn't create this from scratch myself. I was trying to check if a file that belongs to the solution is rudimentary or not. I have observed two things:
- There are no references to this file in any other files belonging to the solution.
- I deleted (I can recreate the file by using the version control system) and tried rebuilding the solution, compiling and executing the web application. I managed to do that and I can still use this application.
Is it correct to draw the conclusion that the file is rudimentary based on those observations? I was looking for the answer by searching the Internet but it's hard to get relevant hits when using Google. At least in this case.
The file in question is an xsd file and I also deleted some other files with the same name as this xsd file (but with different file extensions).