Skip to content
Snippets Groups Projects
Commit 0a29bb51 authored by Ralph Giles's avatar Ralph Giles
Browse files

Add tansig_table.h to the MSVC project files.

parent 3593bbf4
No related branches found
No related tags found
No related merge requests found
...@@ -218,6 +218,7 @@ ...@@ -218,6 +218,7 @@
<ClInclude Include="analysis.h" /> <ClInclude Include="analysis.h" />
<ClInclude Include="mlp.h" /> <ClInclude Include="mlp.h" />
<ClInclude Include="opus_private.h" /> <ClInclude Include="opus_private.h" />
<ClInclude Include="tansig_table.h" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
......
...@@ -92,5 +92,8 @@ ...@@ -92,5 +92,8 @@
<ClInclude Include="mlp.h"> <ClInclude Include="mlp.h">
<Filter>Header Files</Filter> <Filter>Header Files</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="tansig_table.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
</Project> </Project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment