Fix SRML import
This commit is contained in:
parent
fdd4c7bac7
commit
f19b83f822
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue