|
| |
510 |
510 |
<ItemGroup> |
|
|
| |
511 |
511 |
<ClInclude Include="..\Common\ipcstructs.h" /> |
|
|
| |
512 |
512 |
<ClInclude Include="..\common\targetver.h" /> |
|
| |
513 |
|
<ClInclude Include="..\common\TLogger.h" /> |
|
|
| |
514 |
|
<ClInclude Include="..\common\TLoggerFactory.h" /> |
|
|
| |
515 |
|
<ClInclude Include="..\common\TLoggerInitializer.h" /> |
|
|
| |
516 |
|
<ClInclude Include="..\common\TLoggerLevelConfig.h" /> |
|
|
| |
517 |
|
<ClInclude Include="..\common\TLoggerLocationConfig.h" /> |
|
|
| |
518 |
|
<ClInclude Include="..\common\TLogRotator.h" /> |
|
|
| |
519 |
|
<ClInclude Include="..\common\TLogSink.h" /> |
|
|
| |
520 |
|
<ClInclude Include="..\common\TLogSinkCollection.h" /> |
|
|
| |
521 |
|
<ClInclude Include="..\common\TMultiFileBackend.h" /> |
|
|
| |
522 |
|
<ClInclude Include="..\common\TMultiLoggerConfig.h" /> |
|
|
| |
523 |
513 |
<ClInclude Include="..\common\TShellExtMenuConfig.h" /> |
|
|
| |
524 |
514 |
<ClInclude Include="..\common\version.h" /> |
|
|
| |
525 |
515 |
<ClInclude Include="AsyncHttpFile.h" /> |
| |
|
|
| |
772 |
762 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
|
|
| |
773 |
763 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'">NotUsing</PrecompiledHeader> |
|
|
| |
774 |
764 |
</ClCompile> |
|
| |
775 |
|
<ClCompile Include="..\common\TLogger.cpp"> |
|
|
| |
776 |
|
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4512;4714</DisableSpecificWarnings> |
|
|
| |
777 |
|
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'">4512;4714</DisableSpecificWarnings> |
|
|
| |
778 |
|
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4512;4714</DisableSpecificWarnings> |
|
|
| |
779 |
|
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'">4512;4714</DisableSpecificWarnings> |
|
|
| |
780 |
|
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4512;4714</DisableSpecificWarnings> |
|
|
| |
781 |
|
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'">4512;4714</DisableSpecificWarnings> |
|
|
| |
782 |
|
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4512;4714</DisableSpecificWarnings> |
|
|
| |
783 |
|
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'">4512;4714</DisableSpecificWarnings> |
|
|
| |
784 |
|
</ClCompile> |
|
|
| |
785 |
|
<ClCompile Include="..\common\TLoggerFactory.cpp" /> |
|
|
| |
786 |
|
<ClCompile Include="..\common\TLoggerInitializer.cpp" /> |
|
|
| |
787 |
|
<ClCompile Include="..\common\TLoggerLevelConfig.cpp" /> |
|
|
| |
788 |
|
<ClCompile Include="..\common\TLoggerLocationConfig.cpp" /> |
|
|
| |
789 |
|
<ClCompile Include="..\common\TLogRotator.cpp" /> |
|
|
| |
790 |
|
<ClCompile Include="..\common\TLogSink.cpp" /> |
|
|
| |
791 |
|
<ClCompile Include="..\common\TLogSinkCollection.cpp" /> |
|
|
| |
792 |
|
<ClCompile Include="..\common\TMultiFileBackend.cpp" /> |
|
|
| |
793 |
|
<ClCompile Include="..\common\TMultiLoggerConfig.cpp" /> |
|
|
| |
794 |
765 |
<ClCompile Include="..\common\TShellExtMenuConfig.cpp" /> |
|
|
| |
795 |
766 |
<ClCompile Include="AsyncHttpFile.cpp" /> |
|
|
| |
796 |
767 |
<ClCompile Include="CDragDropComboEx.cpp" /> |
| |
|
|
| |
2011 |
1982 |
<ProjectReference Include="..\libictranslate\libictranslate.vc140.vcxproj"> |
|
|
| |
2012 |
1983 |
<Project>{dd1f3242-7ee4-4f41-8b8d-d833300c445f}</Project> |
|
|
| |
2013 |
1984 |
</ProjectReference> |
|
| |
|
1985 |
<ProjectReference Include="..\liblogger\liblogger.vc140.vcxproj"> |
|
|
| |
|
1986 |
<Project>{df9957d4-3d95-4ac3-ad3f-dcbea058f79d}</Project> |
|
|
| |
|
1987 |
</ProjectReference> |
|
| |
2014 |
1988 |
</ItemGroup> |
|
|
| |
2015 |
1989 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
| |
2016 |
1990 |
<ImportGroup Label="ExtensionTargets"> |