| 
									
										
										
										
											2022-07-08 09:48:28 +00:00
										 |  |  |  | <?xml version="1.0" encoding="utf-8"?> | 
					
						
							|  |  |  |  | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
					
						
							|  |  |  |  |   <Import Project="..\msvc\vsprops\Configurations.props" /> | 
					
						
							|  |  |  |  |   <PropertyGroup Label="Globals"> | 
					
						
							|  |  |  |  |     <ProjectGuid>{8BE398E6-B882-4248-9065-FECC8728E038}</ProjectGuid> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <ClCompile Include="src\format.cc" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="src\os.cc" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\args.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\chrono.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\color.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\compile.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\core.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\format-inl.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\format.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\os.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\ostream.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\printf.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\ranges.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\std.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="include\fmt\xchar.h" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <Import Project="..\msvc\vsprops\StaticLibrary.props" /> | 
					
						
							|  |  |  |  |   <ItemDefinitionGroup> | 
					
						
							|  |  |  |  |     <ClCompile> | 
					
						
							|  |  |  |  |       <WarningLevel>TurnOffAllWarnings</WarningLevel> | 
					
						
							|  |  |  |  |       <AdditionalIncludeDirectories>$(SolutionDir)dep\fmt\include;$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
					
						
							| 
									
										
										
										
											2023-09-23 12:19:11 +00:00
										 |  |  |  |       <PreprocessorDefinitions>FMT_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
					
						
							| 
									
										
										
										
											2022-07-08 09:48:28 +00:00
										 |  |  |  |     </ClCompile> | 
					
						
							|  |  |  |  |   </ItemDefinitionGroup> | 
					
						
							|  |  |  |  |   <Import Project="..\msvc\vsprops\Targets.props" /> | 
					
						
							|  |  |  |  | </Project> |