Add missing changes to BizHawk.Client.EmuHawk.csproj for the Lua sandbox.

This commit is contained in:
Tom Rochette 2015-07-02 19:40:25 -04:00
parent 19423092cd
commit d1bce27223
1 changed files with 2 additions and 0 deletions
BizHawk.Client.EmuHawk

View File

@ -757,6 +757,7 @@
<DependentUpon>HexFind.cs</DependentUpon>
</Compile>
<Compile Include="tools\IToolForm.cs" />
<Compile Include="tools\Lua\EnvironmentSandbox.cs" />
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.Client.cs" />
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.Console.cs" />
<Compile Include="tools\Lua\Libraries\EmuLuaLibrary.cs" />
@ -798,6 +799,7 @@
<Compile Include="tools\Lua\LuaRegisteredFunctionsList.Designer.cs">
<DependentUpon>LuaRegisteredFunctionsList.cs</DependentUpon>
</Compile>
<Compile Include="tools\Lua\LuaSandbox.cs" />
<Compile Include="tools\Lua\LuaTextBox.cs">
<SubType>Component</SubType>
</Compile>