1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Add project for dependencies, restructure targets and cleanup unused

This commit is contained in:
ζeh Matt
2025-04-23 00:32:16 +03:00
parent d0cf4b5cc5
commit 1e2d94fc95
11 changed files with 432 additions and 433 deletions

View File

@@ -75,5 +75,13 @@
<ItemGroup>
<ClCompile Include="Cli.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\openrct2-deps\openrct2-deps.vcxproj">
<Project>{c453da76-44b3-4ac8-aaa2-2b64a76993a5}</Project>
</ProjectReference>
<ProjectReference Include="..\openrct2\libopenrct2.vcxproj">
<Project>{d24d94f6-2a74-480c-b512-629c306ce92f}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>