diff options
author | p0358 <p0358@users.noreply.github.com> | 2023-01-06 19:00:42 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-01-06 19:03:07 +0100 |
commit | a9db977bf04973c22f99c4866b0fc43d57cc7ccd (patch) | |
tree | ee46ff15309a79e20a5ba5ef2b0d02a9636f3fcb /NorthstarDLL/NorthstarDLL.vcxproj | |
parent | 7133fe80c6615297dfef3653981e766ff5d56038 (diff) | |
download | NorthstarLauncher-a9db977bf04973c22f99c4866b0fc43d57cc7ccd.tar.gz NorthstarLauncher-a9db977bf04973c22f99c4866b0fc43d57cc7ccd.zip |
Fix issues of restriction of chat message charset (#391)v1.11.4-rc1v1.11.41.11.X
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index 3f30a8f5..839d66e6 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -443,6 +443,7 @@ <ClInclude Include="squirrel\squirrelautobind.h" />
<ClInclude Include="squirrel\squirrelclasstypes.h" />
<ClInclude Include="squirrel\squirreldatatypes.h" />
+ <ClInclude Include="util\utils.h" />
<ClInclude Include="util\version.h" />
</ItemGroup>
<ItemGroup>
@@ -530,6 +531,7 @@ <ClCompile Include="squirrel\squirrelautobind.cpp" />
<ClCompile Include="util\printcommands.cpp" />
<ClCompile Include="util\printmaps.cpp" />
+ <ClCompile Include="util\utils.cpp" />
<ClCompile Include="util\version.cpp" />
</ItemGroup>
<ItemGroup>
|