vs community 2015에서 프로젝트 만들때

Win32 Console Application 선택하고

Precompiled header 옵션에다가 체크하면 stdafx.h 생기는데 내용이


#pragma once

#include "targetver.h"

#include <stdio.h>
#include <tchar.h>


이거 그냥 컴파일타임 줄이는 용도냐?