From a6552335164ce062567b76aa7d097fd046129474 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 금, 23 7월 2021 10:07:55 +0900 Subject: [PATCH] Ongoing90 #3517 CF AOI Review 자가진단 기능 개선 --- DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.vcxproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.vcxproj b/DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.vcxproj index 5305d18..f54cbca 100644 --- a/DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.vcxproj +++ b/DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessenger.vcxproj @@ -234,6 +234,7 @@ <ClCompile Include="GlassRawRTMS.cpp" /> <ClCompile Include="InterfaceFTP.cpp" /> <ClCompile Include="MacroResultFile.cpp" /> + <ClCompile Include="RawResultReader.cpp" /> <ClCompile Include="StackResultCPJT.cpp" /> <ClCompile Include="StackResultCSOT.cpp" /> <ClCompile Include="stdafx.cpp"> @@ -261,6 +262,7 @@ <ClInclude Include="GlassRawRTMS.h" /> <ClInclude Include="InterfaceFTP.h" /> <ClInclude Include="MacroResultFile.h" /> + <ClInclude Include="RawResultReader.h" /> <ClInclude Include="Resource.h" /> <ClInclude Include="StackResultCPJT.h" /> <ClInclude Include="StackResultCSOT.h" /> -- Gitblit v1.9.3