mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			86 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			86 lines
		
	
	
		
			4.1 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>{1AD23A8A-4C20-434C-AE6B-0E07759EEB1E}</ProjectGuid> | |||
|  |   </PropertyGroup> | |||
|  |   <ItemGroup> | |||
|  |     <ClInclude Include="include\c4\base64.hpp" /> | |||
|  |     <ClInclude Include="include\c4\blob.hpp" /> | |||
|  |     <ClInclude Include="include\c4\charconv.hpp" /> | |||
|  |     <ClInclude Include="include\c4\compiler.hpp" /> | |||
|  |     <ClInclude Include="include\c4\config.hpp" /> | |||
|  |     <ClInclude Include="include\c4\cpu.hpp" /> | |||
|  |     <ClInclude Include="include\c4\dump.hpp" /> | |||
|  |     <ClInclude Include="include\c4\error.hpp" /> | |||
|  |     <ClInclude Include="include\c4\export.hpp" /> | |||
|  |     <ClInclude Include="include\c4\format.hpp" /> | |||
|  |     <ClInclude Include="include\c4\language.hpp" /> | |||
|  |     <ClInclude Include="include\c4\memory_util.hpp" /> | |||
|  |     <ClInclude Include="include\c4\platform.hpp" /> | |||
|  |     <ClInclude Include="include\c4\preprocessor.hpp" /> | |||
|  |     <ClInclude Include="include\c4\std\std.hpp" /> | |||
|  |     <ClInclude Include="include\c4\std\std_fwd.hpp" /> | |||
|  |     <ClInclude Include="include\c4\std\string.hpp" /> | |||
|  |     <ClInclude Include="include\c4\std\string_fwd.hpp" /> | |||
|  |     <ClInclude Include="include\c4\std\string_view.hpp" /> | |||
|  |     <ClInclude Include="include\c4\std\tuple.hpp" /> | |||
|  |     <ClInclude Include="include\c4\std\vector.hpp" /> | |||
|  |     <ClInclude Include="include\c4\std\vector_fwd.hpp" /> | |||
|  |     <ClInclude Include="include\c4\substr.hpp" /> | |||
|  |     <ClInclude Include="include\c4\substr_fwd.hpp" /> | |||
|  |     <ClInclude Include="include\c4\szconv.hpp" /> | |||
|  |     <ClInclude Include="include\c4\types.hpp" /> | |||
|  |     <ClInclude Include="include\c4\utf.hpp" /> | |||
|  |     <ClInclude Include="include\c4\windows.hpp" /> | |||
|  |     <ClInclude Include="include\c4\windows_pop.hpp" /> | |||
|  |     <ClInclude Include="include\c4\windows_push.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\common.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\detail\checks.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\detail\parser_dbg.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\detail\print.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\detail\stack.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\emit.def.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\emit.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\export.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\node.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\parse.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\preprocess.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\std\map.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\std\std.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\std\string.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\std\vector.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\tree.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\writer.hpp" /> | |||
|  |     <ClInclude Include="include\c4\yml\yml.hpp" /> | |||
|  |     <ClInclude Include="include\ryml.hpp" /> | |||
|  |     <ClInclude Include="include\ryml_std.hpp" /> | |||
|  |   </ItemGroup> | |||
|  |   <ItemGroup> | |||
|  |     <Natvis Include="include\c4\c4core.natvis" /> | |||
|  |     <Natvis Include="include\ryml.natvis" /> | |||
|  |   </ItemGroup> | |||
|  |   <ItemGroup> | |||
|  |     <ClCompile Include="src\c4\base64.cpp" /> | |||
|  |     <ClCompile Include="src\c4\error.cpp" /> | |||
|  |     <ClCompile Include="src\c4\format.cpp" /> | |||
|  |     <ClCompile Include="src\c4\language.cpp" /> | |||
|  |     <ClCompile Include="src\c4\memory_util.cpp" /> | |||
|  |     <ClCompile Include="src\c4\utf.cpp" /> | |||
|  |     <ClCompile Include="src\c4\yml\common.cpp" /> | |||
|  |     <ClCompile Include="src\c4\yml\node.cpp" /> | |||
|  |     <ClCompile Include="src\c4\yml\parse.cpp" /> | |||
|  |     <ClCompile Include="src\c4\yml\preprocess.cpp" /> | |||
|  |     <ClCompile Include="src\c4\yml\tree.cpp" /> | |||
|  |   </ItemGroup> | |||
|  |   <Import Project="..\msvc\vsprops\StaticLibrary.props" /> | |||
|  |   <ItemDefinitionGroup> | |||
|  |     <ClCompile> | |||
|  |       <WarningLevel>TurnOffAllWarnings</WarningLevel> | |||
|  |       <AdditionalIncludeDirectories>$(ProjectDir)src;$(ProjectDir)include;$(ProjectDir)..\fast_float\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>C4_NO_DEBUG_BREAK;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |     </ClCompile> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <Import Project="..\msvc\vsprops\Targets.props" /> | |||
|  | </Project> |