|
@@ -190,12 +190,12 @@ xcopy "$(SolutionDir)..\config.ini" "D:\0a-share\$(Configuration)\" /Y /C /D /S<
|
|
|
<ClInclude Include="KNN\KNN.h" />
|
|
|
<ClInclude Include="LocateRecord.h" />
|
|
|
<ClInclude Include="LogSetting.h" />
|
|
|
- <ClInclude Include="log\ExRollingFileAppender.h" />
|
|
|
- <ClInclude Include="log\log_module.h" />
|
|
|
- <ClInclude Include="log\MyLog.h" />
|
|
|
<ClInclude Include="log_def.h" />
|
|
|
<ClInclude Include="log_process_module.h" />
|
|
|
<ClInclude Include="minidupm.h" />
|
|
|
+ <ClInclude Include="mylog\ExRollingFileAppender.h" />
|
|
|
+ <ClInclude Include="mylog\log_module.h" />
|
|
|
+ <ClInclude Include="mylog\MyLog.h" />
|
|
|
<ClInclude Include="MysqlConnPool.h" />
|
|
|
<ClInclude Include="ProcessRemodule.h" />
|
|
|
<ClInclude Include="QueueStrManager.h" />
|
|
@@ -285,13 +285,13 @@ xcopy "$(SolutionDir)..\config.ini" "D:\0a-share\$(Configuration)\" /Y /C /D /S<
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
</ClCompile>
|
|
|
<ClCompile Include="LogSetting.cpp" />
|
|
|
- <ClCompile Include="log\log_module.cpp" />
|
|
|
- <ClCompile Include="log\MyLog.cpp" />
|
|
|
<ClCompile Include="log_process_module.cpp">
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
</ClCompile>
|
|
|
<ClCompile Include="minidump.cpp" />
|
|
|
+ <ClCompile Include="mylog\log_module.cpp" />
|
|
|
+ <ClCompile Include="mylog\MyLog.cpp" />
|
|
|
<ClCompile Include="MysqlConnPool.cpp" />
|
|
|
<ClCompile Include="ProcessRemodule.cpp" />
|
|
|
<ClCompile Include="QueueStrManager.cpp" />
|