Commit 635c16a0 authored by 神楽坂玲奈's avatar 神楽坂玲奈

NLua

parent a4f4415f
...@@ -46,6 +46,12 @@ ...@@ -46,6 +46,12 @@
<Reference Include="YGOSharp.Network"> <Reference Include="YGOSharp.Network">
<HintPath>.\YGOSharp.Network.dll</HintPath> <HintPath>.\YGOSharp.Network.dll</HintPath>
</Reference> </Reference>
<Reference Include="KeraLua">
<HintPath>packages\NLua.1.3.2.1\lib\net40\KeraLua.dll</HintPath>
</Reference>
<Reference Include="NLua">
<HintPath>packages\NLua.1.3.2.1\lib\net40\NLua.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Game\AI\AIFunctions.cs" /> <Compile Include="Game\AI\AIFunctions.cs" />
...@@ -117,6 +123,7 @@ ...@@ -117,6 +123,7 @@
<None Include="sqlite3.dll"> <None Include="sqlite3.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
<None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Dialogs\default.json"> <None Include="Dialogs\default.json">
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLua" version="1.3.2.1" targetFramework="net40" />
</packages>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment