mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Compile utlstring
This commit is contained in:
parent
650b89fa25
commit
3db039b7d3
@ -146,6 +146,7 @@
|
||||
<ClCompile Include="..\tier1\splitstring.cpp" />
|
||||
<ClCompile Include="..\tier1\strtools.cpp" />
|
||||
<ClCompile Include="..\tier1\utlbuffer.cpp" />
|
||||
<ClCompile Include="..\tier1\utlstring.cpp" />
|
||||
<ClCompile Include="..\tier2\curlutils.cpp" />
|
||||
<ClCompile Include="..\tier2\meshutils.cpp" />
|
||||
<ClCompile Include="..\tier2\renderutils.cpp" />
|
||||
@ -588,6 +589,7 @@
|
||||
<ClInclude Include="..\tier1\utllinkedlist.h" />
|
||||
<ClInclude Include="..\tier1\utlmemory.h" />
|
||||
<ClInclude Include="..\tier1\utlrbtree.h" />
|
||||
<ClInclude Include="..\tier1\utlstring.h" />
|
||||
<ClInclude Include="..\tier1\utlvector.h" />
|
||||
<ClInclude Include="..\tier2\curlutils.h" />
|
||||
<ClInclude Include="..\tier2\meshutils.h" />
|
||||
|
@ -687,6 +687,9 @@
|
||||
<ClCompile Include="..\tier1\NetKey.cpp">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\tier1\utlstring.cpp">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\client\cdll_engine_int.h">
|
||||
@ -2018,6 +2021,9 @@
|
||||
<ClInclude Include="..\tier1\NetKey.h">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\tier1\utlstring.h">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\shared\resource\lockedserver.png">
|
||||
|
@ -510,6 +510,7 @@
|
||||
<ClInclude Include="..\tier1\utllinkedlist.h" />
|
||||
<ClInclude Include="..\tier1\utlmemory.h" />
|
||||
<ClInclude Include="..\tier1\utlrbtree.h" />
|
||||
<ClInclude Include="..\tier1\utlstring.h" />
|
||||
<ClInclude Include="..\tier1\utlvector.h" />
|
||||
<ClInclude Include="..\tier2\curlutils.h" />
|
||||
<ClInclude Include="..\tier2\socketcreator.h" />
|
||||
@ -655,6 +656,7 @@
|
||||
<ClCompile Include="..\tier1\splitstring.cpp" />
|
||||
<ClCompile Include="..\tier1\strtools.cpp" />
|
||||
<ClCompile Include="..\tier1\utlbuffer.cpp" />
|
||||
<ClCompile Include="..\tier1\utlstring.cpp" />
|
||||
<ClCompile Include="..\tier2\curlutils.cpp" />
|
||||
<ClCompile Include="..\tier2\socketcreator.cpp" />
|
||||
<ClCompile Include="..\vpc\IAppSystem.cpp" />
|
||||
|
@ -1398,6 +1398,9 @@
|
||||
<ClInclude Include="..\tier1\NetKey.h">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\tier1\utlstring.h">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\common\opcodes.cpp">
|
||||
@ -1787,6 +1790,9 @@
|
||||
<ClCompile Include="..\tier1\NetKey.cpp">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\tier1\utlstring.cpp">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\Dedicated.def" />
|
||||
|
@ -165,6 +165,7 @@
|
||||
<ClCompile Include="..\tier1\splitstring.cpp" />
|
||||
<ClCompile Include="..\tier1\strtools.cpp" />
|
||||
<ClCompile Include="..\tier1\utlbuffer.cpp" />
|
||||
<ClCompile Include="..\tier1\utlstring.cpp" />
|
||||
<ClCompile Include="..\tier2\curlutils.cpp" />
|
||||
<ClCompile Include="..\tier2\meshutils.cpp" />
|
||||
<ClCompile Include="..\tier2\renderutils.cpp" />
|
||||
@ -642,6 +643,7 @@
|
||||
<ClInclude Include="..\tier1\utllinkedlist.h" />
|
||||
<ClInclude Include="..\tier1\utlmemory.h" />
|
||||
<ClInclude Include="..\tier1\utlrbtree.h" />
|
||||
<ClInclude Include="..\tier1\utlstring.h" />
|
||||
<ClInclude Include="..\tier1\utlvector.h" />
|
||||
<ClInclude Include="..\tier2\curlutils.h" />
|
||||
<ClInclude Include="..\tier2\meshutils.h" />
|
||||
|
@ -753,6 +753,9 @@
|
||||
<ClCompile Include="..\tier1\NetKey.cpp">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\tier1\utlstring.cpp">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\client\cdll_engine_int.h">
|
||||
@ -2189,6 +2192,9 @@
|
||||
<ClInclude Include="..\tier1\NetKey.h">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\tier1\utlstring.h">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\shared\resource\lockedserver.png">
|
||||
|
Loading…
x
Reference in New Issue
Block a user