From 42cb00a22a7e41a67c7aace1b5c208f157a5a1bf Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 10 Feb 2020 14:08:50 +0100 Subject: [PATCH] Rename stdafx.h to pch.h Signed-off-by: Simon Rozman --- build/stdex-10.0.vcxproj.filters | 4 ++-- build/stdex-15.0.vcxproj.filters | 4 ++-- build/stdex-16.0.vcxproj.filters | 4 ++-- build/stdex.props | 4 ++-- src/{stdafx.cpp => pch.cpp} | 2 +- src/{stdafx.h => pch.h} | 0 6 files changed, 9 insertions(+), 9 deletions(-) rename src/{stdafx.cpp => pch.cpp} (94%) rename src/{stdafx.h => pch.h} (100%) diff --git a/build/stdex-10.0.vcxproj.filters b/build/stdex-10.0.vcxproj.filters index a5f4b54f1..b2e5c63f1 100644 --- a/build/stdex-10.0.vcxproj.filters +++ b/build/stdex-10.0.vcxproj.filters @@ -15,12 +15,12 @@ - + Source Files - + Header Files diff --git a/build/stdex-15.0.vcxproj.filters b/build/stdex-15.0.vcxproj.filters index 7d9790b6c..d5b800e71 100644 --- a/build/stdex-15.0.vcxproj.filters +++ b/build/stdex-15.0.vcxproj.filters @@ -15,12 +15,12 @@ - + Source Files - + Header Files diff --git a/build/stdex-16.0.vcxproj.filters b/build/stdex-16.0.vcxproj.filters index 7d9790b6c..d5b800e71 100644 --- a/build/stdex-16.0.vcxproj.filters +++ b/build/stdex-16.0.vcxproj.filters @@ -15,12 +15,12 @@ - + Source Files - + Header Files diff --git a/build/stdex.props b/build/stdex.props index 316cecd03..442cd78e3 100644 --- a/build/stdex.props +++ b/build/stdex.props @@ -10,13 +10,13 @@ - + Create - + \ No newline at end of file diff --git a/src/stdafx.cpp b/src/pch.cpp similarity index 94% rename from src/stdafx.cpp rename to src/pch.cpp index 5b79e8e06..884cdef82 100644 --- a/src/stdafx.cpp +++ b/src/pch.cpp @@ -17,4 +17,4 @@ along with stdex. If not, see . */ -#include "stdafx.h" +#include "pch.h" diff --git a/src/stdafx.h b/src/pch.h similarity index 100% rename from src/stdafx.h rename to src/pch.h