mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			34 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			34 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?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> | |||
|  |     </ClCompile> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <Import Project="..\msvc\vsprops\Targets.props" /> | |||
|  | </Project> |