diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/3rdParty/Luax/Luax.vcxproj | 1 | ||||
-rw-r--r-- | Build/3rdParty/Luax/Luax.vcxproj.filters | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Build/3rdParty/Luax/Luax.vcxproj b/Build/3rdParty/Luax/Luax.vcxproj index bfefbb9..3da7f29 100644 --- a/Build/3rdParty/Luax/Luax.vcxproj +++ b/Build/3rdParty/Luax/Luax.vcxproj @@ -137,7 +137,6 @@ <ClInclude Include="..\..\..\Source\3rdParty\Luax\luax_state.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_cfunctions.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_class.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_context.cpp" /> diff --git a/Build/3rdParty/Luax/Luax.vcxproj.filters b/Build/3rdParty/Luax/Luax.vcxproj.filters index 1e374c7..f48ce37 100644 --- a/Build/3rdParty/Luax/Luax.vcxproj.filters +++ b/Build/3rdParty/Luax/Luax.vcxproj.filters @@ -16,7 +16,6 @@ <ClInclude Include="..\..\..\Source\3rdParty\Luax\luax_memberref.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_module.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_ref.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_state.cpp" /> |