diff options
Diffstat (limited to 'build/external/Luax/Luax.vcxproj')
-rw-r--r-- | build/external/Luax/Luax.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/external/Luax/Luax.vcxproj b/build/external/Luax/Luax.vcxproj index b9b130d..4ea48a3 100644 --- a/build/external/Luax/Luax.vcxproj +++ b/build/external/Luax/Luax.vcxproj @@ -154,8 +154,8 @@ </ProjectReference> </ItemGroup> <ItemGroup> - <None Include="..\..\..\Source\external\Luax\luax_class.inl" /> - <None Include="..\..\..\Source\external\Luax\luax_state.inl" /> + <None Include="..\..\..\source\external\Luax\luax_class.inc" /> + <None Include="..\..\..\source\external\Luax\luax_state.inc" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |