You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

158 lines
8.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug_Unicode|Win32">
  5. <Configuration>Debug_Unicode</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug_Unicode|x64">
  9. <Configuration>Debug_Unicode</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release_Unicode|Win32">
  21. <Configuration>Release_Unicode</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release_Unicode|x64">
  25. <Configuration>Release_Unicode</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{C0C6F651-99D8-404E-B2EC-507B261E820C}</ProjectGuid>
  39. <RootNamespace>CLFSAppender</RootNamespace>
  40. </PropertyGroup>
  41. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseOfMfc>false</UseOfMfc>
  45. <CharacterSet>Unicode</CharacterSet>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <PlatformToolset>v110</PlatformToolset>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseOfMfc>false</UseOfMfc>
  52. <CharacterSet>Unicode</CharacterSet>
  53. <PlatformToolset>v110</PlatformToolset>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  56. <ConfigurationType>DynamicLibrary</ConfigurationType>
  57. <UseOfMfc>false</UseOfMfc>
  58. <CharacterSet>MultiByte</CharacterSet>
  59. <PlatformToolset>v110</PlatformToolset>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  62. <ConfigurationType>DynamicLibrary</ConfigurationType>
  63. <UseOfMfc>false</UseOfMfc>
  64. <CharacterSet>MultiByte</CharacterSet>
  65. <WholeProgramOptimization>true</WholeProgramOptimization>
  66. <PlatformToolset>v110</PlatformToolset>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|x64'" Label="Configuration">
  69. <ConfigurationType>DynamicLibrary</ConfigurationType>
  70. <UseOfMfc>false</UseOfMfc>
  71. <CharacterSet>Unicode</CharacterSet>
  72. <WholeProgramOptimization>true</WholeProgramOptimization>
  73. <PlatformToolset>v110</PlatformToolset>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|x64'" Label="Configuration">
  76. <ConfigurationType>DynamicLibrary</ConfigurationType>
  77. <UseOfMfc>false</UseOfMfc>
  78. <CharacterSet>Unicode</CharacterSet>
  79. <PlatformToolset>v110</PlatformToolset>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  82. <ConfigurationType>DynamicLibrary</ConfigurationType>
  83. <UseOfMfc>false</UseOfMfc>
  84. <CharacterSet>MultiByte</CharacterSet>
  85. <PlatformToolset>v110</PlatformToolset>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  88. <ConfigurationType>DynamicLibrary</ConfigurationType>
  89. <UseOfMfc>false</UseOfMfc>
  90. <CharacterSet>MultiByte</CharacterSet>
  91. <WholeProgramOptimization>true</WholeProgramOptimization>
  92. <PlatformToolset>v110</PlatformToolset>
  93. </PropertyGroup>
  94. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  95. <ImportGroup Label="ExtensionSettings">
  96. </ImportGroup>
  97. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="PropertySheets">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. <Import Project="CLFSAppender.props" />
  100. <Import Project="log4cplus_release.props" />
  101. </ImportGroup>
  102. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="PropertySheets">
  103. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  104. <Import Project="CLFSAppender.props" />
  105. <Import Project="log4cplus_debug.props" />
  106. </ImportGroup>
  107. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  108. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  109. <Import Project="CLFSAppender.props" />
  110. <Import Project="log4cplus_debug.props" />
  111. </ImportGroup>
  112. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  113. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  114. <Import Project="CLFSAppender.props" />
  115. <Import Project="log4cplus_release.props" />
  116. </ImportGroup>
  117. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|x64'" Label="PropertySheets">
  118. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  119. <Import Project="CLFSAppender.props" />
  120. <Import Project="log4cplus_release.props" />
  121. </ImportGroup>
  122. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|x64'" Label="PropertySheets">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. <Import Project="CLFSAppender.props" />
  125. <Import Project="log4cplus_debug.props" />
  126. </ImportGroup>
  127. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  128. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  129. <Import Project="CLFSAppender.props" />
  130. <Import Project="log4cplus_debug.props" />
  131. </ImportGroup>
  132. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  133. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  134. <Import Project="CLFSAppender.props" />
  135. <Import Project="log4cplus_release.props" />
  136. </ImportGroup>
  137. <PropertyGroup Label="UserMacros" />
  138. <ItemGroup>
  139. <None Include="CLFSAppender.props">
  140. <SubType>Designer</SubType>
  141. </None>
  142. <None Include="log4cplus_debug.props" />
  143. <None Include="log4cplus_release.props" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <ProjectReference Include="log4cplus.vcxproj">
  147. <Project>{917836a4-0ddc-47be-b930-1b3bfdf6c940}</Project>
  148. </ProjectReference>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <ClInclude Include="..\include\log4cplus\clfsappender.h" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <ClCompile Include="..\src\clfsappender.cxx" />
  155. </ItemGroup>
  156. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  157. <ImportGroup Label="ExtensionTargets">
  158. </ImportGroup>
  159. </Project>