2019-09-09 07:01:26 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\Configurations.props" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ItemGroup>
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClInclude Include="align.h" />
|
|
|
|
|
<ClInclude Include="assert.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClInclude Include="bitfield.h" />
|
2020-04-26 07:21:33 +00:00
|
|
|
|
<ClInclude Include="bitutils.h" />
|
2022-08-10 03:05:52 +00:00
|
|
|
|
<ClInclude Include="build_timestamp.h" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClInclude Include="byte_stream.h" />
|
2021-01-31 06:09:36 +00:00
|
|
|
|
<ClInclude Include="crash_handler.h" />
|
2020-06-17 12:46:13 +00:00
|
|
|
|
<ClInclude Include="dimensional_array.h" />
|
2024-02-25 05:47:23 +00:00
|
|
|
|
<ClInclude Include="dynamic_library.h" />
|
2021-02-22 14:43:58 +00:00
|
|
|
|
<ClInclude Include="easing.h" />
|
2021-03-18 15:52:00 +00:00
|
|
|
|
<ClInclude Include="error.h" />
|
2023-08-15 13:12:21 +00:00
|
|
|
|
<ClInclude Include="fastjmp.h" />
|
2019-09-17 09:22:23 +00:00
|
|
|
|
<ClInclude Include="fifo_queue.h" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClInclude Include="file_system.h" />
|
2024-06-01 03:54:19 +00:00
|
|
|
|
<ClInclude Include="gsvector.h" />
|
|
|
|
|
<ClInclude Include="gsvector_formatter.h" />
|
|
|
|
|
<ClInclude Include="gsvector_neon.h" />
|
|
|
|
|
<ClInclude Include="gsvector_nosimd.h" />
|
|
|
|
|
<ClInclude Include="gsvector_sse.h" />
|
2020-01-24 04:52:00 +00:00
|
|
|
|
<ClInclude Include="hash_combine.h" />
|
2019-10-27 03:34:13 +00:00
|
|
|
|
<ClInclude Include="heap_array.h" />
|
2023-10-01 04:12:25 +00:00
|
|
|
|
<ClInclude Include="intrin.h" />
|
2022-07-08 14:14:48 +00:00
|
|
|
|
<ClInclude Include="layered_settings_interface.h" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClInclude Include="log.h" />
|
2021-02-20 17:45:50 +00:00
|
|
|
|
<ClInclude Include="lru_cache.h" />
|
2023-09-20 12:57:24 +00:00
|
|
|
|
<ClInclude Include="memmap.h" />
|
2022-07-09 04:17:57 +00:00
|
|
|
|
<ClInclude Include="memory_settings_interface.h" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClInclude Include="md5_digest.h" />
|
2022-07-08 11:57:06 +00:00
|
|
|
|
<ClInclude Include="path.h" />
|
2023-10-03 14:19:17 +00:00
|
|
|
|
<ClInclude Include="perf_scope.h" />
|
2020-03-12 03:54:27 +00:00
|
|
|
|
<ClInclude Include="progress_callback.h" />
|
2022-07-26 08:37:16 +00:00
|
|
|
|
<ClInclude Include="scoped_guard.h" />
|
2022-07-08 14:14:48 +00:00
|
|
|
|
<ClInclude Include="settings_interface.h" />
|
2022-08-15 13:53:31 +00:00
|
|
|
|
<ClInclude Include="sha1_digest.h" />
|
2023-09-20 13:49:14 +00:00
|
|
|
|
<ClInclude Include="small_string.h" />
|
2022-07-09 04:17:57 +00:00
|
|
|
|
<ClInclude Include="heterogeneous_containers.h" />
|
2024-05-25 13:49:14 +00:00
|
|
|
|
<ClInclude Include="binary_span_reader_writer.h" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClInclude Include="string_util.h" />
|
2023-12-08 06:35:55 +00:00
|
|
|
|
<ClInclude Include="thirdparty\SmallVector.h" />
|
2022-08-22 09:55:38 +00:00
|
|
|
|
<ClInclude Include="thirdparty\StackWalker.h" />
|
2022-07-11 09:45:31 +00:00
|
|
|
|
<ClInclude Include="threading.h" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClInclude Include="timer.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClInclude Include="types.h" />
|
2020-08-06 09:33:02 +00:00
|
|
|
|
<ClInclude Include="minizip_helpers.h" />
|
2022-07-08 11:57:06 +00:00
|
|
|
|
<ClInclude Include="windows_headers.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClCompile Include="assert.cpp" />
|
|
|
|
|
<ClCompile Include="byte_stream.cpp" />
|
2021-01-31 06:09:36 +00:00
|
|
|
|
<ClCompile Include="crash_handler.cpp" />
|
2024-02-25 05:47:23 +00:00
|
|
|
|
<ClCompile Include="dynamic_library.cpp" />
|
2021-03-18 15:52:00 +00:00
|
|
|
|
<ClCompile Include="error.cpp" />
|
2023-08-15 13:12:21 +00:00
|
|
|
|
<ClCompile Include="fastjmp.cpp" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClCompile Include="file_system.cpp" />
|
2022-07-08 14:14:48 +00:00
|
|
|
|
<ClCompile Include="layered_settings_interface.cpp" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClCompile Include="log.cpp" />
|
2023-09-20 12:57:24 +00:00
|
|
|
|
<ClCompile Include="memmap.cpp" />
|
2022-07-09 04:17:57 +00:00
|
|
|
|
<ClCompile Include="memory_settings_interface.cpp" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClCompile Include="md5_digest.cpp" />
|
2023-10-03 14:19:17 +00:00
|
|
|
|
<ClCompile Include="perf_scope.cpp" />
|
2020-03-12 03:54:27 +00:00
|
|
|
|
<ClCompile Include="progress_callback.cpp" />
|
2022-08-15 13:53:31 +00:00
|
|
|
|
<ClCompile Include="sha1_digest.cpp" />
|
2023-09-20 13:49:14 +00:00
|
|
|
|
<ClCompile Include="small_string.cpp" />
|
2024-05-25 13:49:14 +00:00
|
|
|
|
<ClCompile Include="binary_span_reader_writer.cpp" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClCompile Include="string_util.cpp" />
|
2023-12-08 06:35:55 +00:00
|
|
|
|
<ClCompile Include="thirdparty\SmallVector.cpp" />
|
2022-08-22 09:55:38 +00:00
|
|
|
|
<ClCompile Include="thirdparty\StackWalker.cpp" />
|
2022-07-11 09:45:31 +00:00
|
|
|
|
<ClCompile Include="threading.cpp" />
|
2020-01-10 03:31:12 +00:00
|
|
|
|
<ClCompile Include="timer.cpp" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Natvis Include="bitfield.natvis" />
|
2024-06-01 03:54:19 +00:00
|
|
|
|
<Natvis Include="gsvector.natvis" />
|
2023-12-08 06:35:55 +00:00
|
|
|
|
<Natvis Include="thirdparty\llvm.natvis" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
</ItemGroup>
|
2022-07-08 11:49:27 +00:00
|
|
|
|
<ItemGroup>
|
2023-08-15 13:12:21 +00:00
|
|
|
|
<MARMASM Include="fastjmp_arm.asm">
|
|
|
|
|
<FileType>Document</FileType>
|
2023-10-01 10:47:38 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'!='ARM64' Or $(Configuration.Contains(Clang))">true</ExcludedFromBuild>
|
2023-08-15 13:12:21 +00:00
|
|
|
|
</MARMASM>
|
|
|
|
|
<MASM Include="fastjmp_x86.asm">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'!='Win32' And '$(Platform)'!='x64'">true</ExcludedFromBuild>
|
|
|
|
|
<PreprocessorDefinitions Condition="'$(Platform)'=='Win32'">_M_X86_32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<PreprocessorDefinitions Condition="'$(Platform)'=='x64'">_M_X86_64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</MASM>
|
2022-07-08 11:49:27 +00:00
|
|
|
|
</ItemGroup>
|
2023-08-13 07:21:45 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\dep\fmt\fmt.vcxproj">
|
|
|
|
|
<Project>{8be398e6-b882-4248-9065-fecc8728e038}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2023-08-15 13:12:21 +00:00
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.targets" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
|
|
|
|
|
</ImportGroup>
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{EE054E08-3799-4A59-A422-18259C105FFD}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
2023-08-15 13:12:21 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.props" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
|
|
|
</ImportGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\StaticLibrary.props" />
|
|
|
|
|
<Import Project="common.props" />
|
|
|
|
|
<ItemDefinitionGroup>
|
2020-10-13 11:37:37 +00:00
|
|
|
|
<ClCompile>
|
2019-11-03 14:39:25 +00:00
|
|
|
|
<ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>
|
2019-09-09 07:01:26 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\Targets.props" />
|
2023-09-02 03:41:41 +00:00
|
|
|
|
</Project>
|