Fix SRML import

This commit is contained in:
Saty 2024-01-05 19:15:40 +01:00
parent fdd4c7bac7
commit f19b83f822

View file

@ -513,6 +513,11 @@
<HintPath>..\Libs\SRML.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'SRML NoVer|AnyCPU' ">
<Reference Include="SRML">
<HintPath>..\Libs\SRML.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="srmultiplayer.dat" />
</ItemGroup>