13 changed files with 51 additions and 61 deletions
@ -1,11 +0,0 @@
|
||||
// SelfTest.cpp : Defines the entry point for the console application.
|
||||
//
|
||||
|
||||
#include "stdafx.h" |
||||
|
||||
|
||||
int _tmain(int argc, _TCHAR* argv[]) |
||||
{ |
||||
return 0; |
||||
} |
||||
|
||||
@ -1,8 +0,0 @@
|
||||
// stdafx.cpp : source file that includes just the standard includes
|
||||
// SelfTest.pch will be the pre-compiled header
|
||||
// stdafx.obj will contain the pre-compiled type information
|
||||
|
||||
#include "stdafx.h" |
||||
|
||||
// TODO: reference any additional headers you need in STDAFX.H
|
||||
// and not in this file
|
||||
@ -1,15 +0,0 @@
|
||||
// stdafx.h : include file for standard system include files,
|
||||
// or project specific include files that are used frequently, but
|
||||
// are changed infrequently
|
||||
//
|
||||
|
||||
#pragma once |
||||
|
||||
#include "targetver.h" |
||||
|
||||
#include <stdio.h> |
||||
#include <tchar.h> |
||||
|
||||
|
||||
|
||||
// TODO: reference additional headers your program requires here
|
||||
Loading…
Reference in new issue