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.
		
		
		
		
		
			
		
			
				
					
					
						
							151 lines
						
					
					
						
							7.9 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							151 lines
						
					
					
						
							7.9 KiB
						
					
					
				| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
|   <ItemGroup Label="ProjectConfigurations"> | |
|     <ProjectConfiguration Include="Debug_Unicode|Win32"> | |
|       <Configuration>Debug_Unicode</Configuration> | |
|       <Platform>Win32</Platform> | |
|     </ProjectConfiguration> | |
|     <ProjectConfiguration Include="Debug_Unicode|x64"> | |
|       <Configuration>Debug_Unicode</Configuration> | |
|       <Platform>x64</Platform> | |
|     </ProjectConfiguration> | |
|     <ProjectConfiguration Include="Debug|Win32"> | |
|       <Configuration>Debug</Configuration> | |
|       <Platform>Win32</Platform> | |
|     </ProjectConfiguration> | |
|     <ProjectConfiguration Include="Debug|x64"> | |
|       <Configuration>Debug</Configuration> | |
|       <Platform>x64</Platform> | |
|     </ProjectConfiguration> | |
|     <ProjectConfiguration Include="Release_Unicode|Win32"> | |
|       <Configuration>Release_Unicode</Configuration> | |
|       <Platform>Win32</Platform> | |
|     </ProjectConfiguration> | |
|     <ProjectConfiguration Include="Release_Unicode|x64"> | |
|       <Configuration>Release_Unicode</Configuration> | |
|       <Platform>x64</Platform> | |
|     </ProjectConfiguration> | |
|     <ProjectConfiguration Include="Release|Win32"> | |
|       <Configuration>Release</Configuration> | |
|       <Platform>Win32</Platform> | |
|     </ProjectConfiguration> | |
|     <ProjectConfiguration Include="Release|x64"> | |
|       <Configuration>Release</Configuration> | |
|       <Platform>x64</Platform> | |
|     </ProjectConfiguration> | |
|   </ItemGroup> | |
|   <PropertyGroup Label="Globals"> | |
|     <ProjectGuid>{C0C6F651-99D8-404E-B2EC-507B261E820C}</ProjectGuid> | |
|     <RootNamespace>CLFSAppender</RootNamespace> | |
|   </PropertyGroup> | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="Configuration"> | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | |
|     <UseOfMfc>false</UseOfMfc> | |
|     <CharacterSet>Unicode</CharacterSet> | |
|     <WholeProgramOptimization>true</WholeProgramOptimization> | |
|   </PropertyGroup> | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="Configuration"> | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | |
|     <UseOfMfc>false</UseOfMfc> | |
|     <CharacterSet>Unicode</CharacterSet> | |
|   </PropertyGroup> | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | |
|     <UseOfMfc>false</UseOfMfc> | |
|     <CharacterSet>MultiByte</CharacterSet> | |
|   </PropertyGroup> | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | |
|     <UseOfMfc>false</UseOfMfc> | |
|     <CharacterSet>MultiByte</CharacterSet> | |
|     <WholeProgramOptimization>true</WholeProgramOptimization> | |
|   </PropertyGroup> | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|x64'" Label="Configuration"> | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | |
|     <UseOfMfc>false</UseOfMfc> | |
|     <CharacterSet>Unicode</CharacterSet> | |
|     <WholeProgramOptimization>true</WholeProgramOptimization> | |
|   </PropertyGroup> | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|x64'" Label="Configuration"> | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | |
|     <UseOfMfc>false</UseOfMfc> | |
|     <CharacterSet>Unicode</CharacterSet> | |
|   </PropertyGroup> | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | |
|     <UseOfMfc>false</UseOfMfc> | |
|     <CharacterSet>MultiByte</CharacterSet> | |
|   </PropertyGroup> | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | |
|     <UseOfMfc>false</UseOfMfc> | |
|     <CharacterSet>MultiByte</CharacterSet> | |
|     <WholeProgramOptimization>true</WholeProgramOptimization> | |
|   </PropertyGroup> | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
|   <ImportGroup Label="ExtensionSettings"> | |
|   </ImportGroup> | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="PropertySheets"> | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
|     <Import Project="CLFSAppender.props" /> | |
|     <Import Project="log4cplus_release.props" /> | |
|   </ImportGroup> | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="PropertySheets"> | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
|     <Import Project="CLFSAppender.props" /> | |
|     <Import Project="log4cplus_debug.props" /> | |
|   </ImportGroup> | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
|     <Import Project="CLFSAppender.props" /> | |
|     <Import Project="log4cplus_debug.props" /> | |
|   </ImportGroup> | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
|     <Import Project="CLFSAppender.props" /> | |
|     <Import Project="log4cplus_release.props" /> | |
|   </ImportGroup> | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|x64'" Label="PropertySheets"> | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
|     <Import Project="CLFSAppender.props" /> | |
|     <Import Project="log4cplus_release.props" /> | |
|   </ImportGroup> | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|x64'" Label="PropertySheets"> | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
|     <Import Project="CLFSAppender.props" /> | |
|     <Import Project="log4cplus_debug.props" /> | |
|   </ImportGroup> | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
|     <Import Project="CLFSAppender.props" /> | |
|     <Import Project="log4cplus_debug.props" /> | |
|   </ImportGroup> | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
|     <Import Project="CLFSAppender.props" /> | |
|     <Import Project="log4cplus_release.props" /> | |
|   </ImportGroup> | |
|   <PropertyGroup Label="UserMacros" /> | |
|   <ItemGroup> | |
|     <None Include="CLFSAppender.props"> | |
|       <SubType>Designer</SubType> | |
|     </None> | |
|     <None Include="log4cplus_debug.props" /> | |
|     <None Include="log4cplus_release.props" /> | |
|   </ItemGroup> | |
|   <ItemGroup> | |
|     <ProjectReference Include="log4cplus.vcxproj"> | |
|       <Project>{917836a4-0ddc-47be-b930-1b3bfdf6c940}</Project> | |
|     </ProjectReference> | |
|   </ItemGroup> | |
|   <ItemGroup> | |
|     <ClInclude Include="..\include\log4cplus\clfsappender.h" /> | |
|   </ItemGroup> | |
|   <ItemGroup> | |
|     <ClCompile Include="..\src\clfsappender.cxx" /> | |
|   </ItemGroup> | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
|   <ImportGroup Label="ExtensionTargets"> | |
|   </ImportGroup> | |
| </Project> |