.RULESET 파일 확장자
Visual Studio Code Analysis Rule Set File
| 개발사 | Microsoft |
| 인기도 |
3.5 | 2 투표 |
RULESET 파일이란 무엇인가요?
Code analysis settings file created by Visual Studio, an application used to develop Windows-based programs and Web applications; contains a collection of rules for performing code analysis; used for transferring rule sets between projects.
추가 정보
Rule sets allow developers to define specific conditions for testing static segments of program code. This helps catch errors early in the development process.
For Visual Studio 2010, RULESET files are located in the Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\Rule Sets\ directory.
RULESET 파일을 열거나 참조하는 프로그램
Windows