Refactor YAZE project configuration to remove asar and ImGui libraries

- Removed references to the asar and ImGui projects from the YAZE solution, streamlining the project structure.
- Updated custom build steps in the `YAZE.vcxproj` file to reflect changes, ensuring that the build process remains organized.
- Adjusted the `YAZE.vcxproj.filters` file to remove filters related to the removed libraries, enhancing clarity in project dependencies.
This commit is contained in:
scawful
2025-09-28 17:04:03 -04:00
parent df11786348
commit 0d24738c78
3 changed files with 6 additions and 37 deletions

View File

@@ -797,10 +797,7 @@
</None>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="build\src\lib\asar\src\asar\asar.vcxproj">
<Filter>Dependencies\Build Steps</Filter>
</CustomBuild>
<CustomBuild Include="build\src\lib\imgui\ImGui.vcxproj">
<CustomBuild Include="CMakeLists.txt">
<Filter>Dependencies\Build Steps</Filter>
</CustomBuild>
</ItemGroup>