비주얼스튜디오 커뮤니티 2013 으로 c언어 공부시작하려고하는데



#include<stdio.h>


int main(void)

{

printf("프로그래밍갤러리\n");

return 0;

}




이거하고 컨트롤 f5 누르면



this project is out of date 라는 창이뜨는데


이거왜이러는거임?