diff options
author | p0358 <p0358@users.noreply.github.com> | 2023-01-06 19:00:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-06 18:00:42 +0000 |
commit | 3cfd6f96e3f459223294cbf80fa2108424aefe96 (patch) | |
tree | 63e019978c842eabaae2494ffe1b8193782a80ed /NorthstarDLL/NorthstarDLL.vcxproj | |
parent | 2f4a12aee9cf39de7e0211538f480438497cca8a (diff) | |
download | NorthstarLauncher-3cfd6f96e3f459223294cbf80fa2108424aefe96.tar.gz NorthstarLauncher-3cfd6f96e3f459223294cbf80fa2108424aefe96.zip |
Fix issues of restriction of chat message charset (#391)v1.12.0-rc1
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 265debf2..35062012 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -445,6 +445,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>
@@ -533,6 +534,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>
|