From 02e418d0e286743e4a639f9aab16483e01a0d745 Mon Sep 17 00:00:00 2001 From: Haibo Date: Mon, 29 Oct 2018 10:57:09 +0800 Subject: [PATCH] fix: project files --- core/actions/{Callback.cpp => CallFunc.cpp} | 0 project/vs2012/Easy2D.vcxproj | 2 +- project/vs2012/Easy2D.vcxproj.filters | 2 +- project/vs2013/Easy2D.vcxproj | 2 +- project/vs2013/Easy2D.vcxproj.filters | 2 +- project/vs2017/Easy2D.vcxproj | 2 +- project/vs2017/Easy2D.vcxproj.filters | 6 +++--- 7 files changed, 8 insertions(+), 8 deletions(-) rename core/actions/{Callback.cpp => CallFunc.cpp} (100%) diff --git a/core/actions/Callback.cpp b/core/actions/CallFunc.cpp similarity index 100% rename from core/actions/Callback.cpp rename to core/actions/CallFunc.cpp diff --git a/project/vs2012/Easy2D.vcxproj b/project/vs2012/Easy2D.vcxproj index e735d357..1712d273 100644 --- a/project/vs2012/Easy2D.vcxproj +++ b/project/vs2012/Easy2D.vcxproj @@ -22,7 +22,7 @@ - + diff --git a/project/vs2012/Easy2D.vcxproj.filters b/project/vs2012/Easy2D.vcxproj.filters index a915d4df..46a966d6 100644 --- a/project/vs2012/Easy2D.vcxproj.filters +++ b/project/vs2012/Easy2D.vcxproj.filters @@ -36,7 +36,7 @@ actions - + actions diff --git a/project/vs2013/Easy2D.vcxproj b/project/vs2013/Easy2D.vcxproj index addb7c57..fecc6aa4 100644 --- a/project/vs2013/Easy2D.vcxproj +++ b/project/vs2013/Easy2D.vcxproj @@ -166,7 +166,7 @@ - + diff --git a/project/vs2013/Easy2D.vcxproj.filters b/project/vs2013/Easy2D.vcxproj.filters index a915d4df..46a966d6 100644 --- a/project/vs2013/Easy2D.vcxproj.filters +++ b/project/vs2013/Easy2D.vcxproj.filters @@ -36,7 +36,7 @@ actions - + actions diff --git a/project/vs2017/Easy2D.vcxproj b/project/vs2017/Easy2D.vcxproj index 2c038930..298111bd 100644 --- a/project/vs2017/Easy2D.vcxproj +++ b/project/vs2017/Easy2D.vcxproj @@ -199,7 +199,7 @@ - + diff --git a/project/vs2017/Easy2D.vcxproj.filters b/project/vs2017/Easy2D.vcxproj.filters index a915d4df..5556be7b 100644 --- a/project/vs2017/Easy2D.vcxproj.filters +++ b/project/vs2017/Easy2D.vcxproj.filters @@ -36,9 +36,6 @@ actions - - actions - actions @@ -204,6 +201,9 @@ utils + + actions +