mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
64cd4cc86f
maybe it makes the xml less scary :D
24 lines
741 B
XML
24 lines
741 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
<ItemGroup>
|
|
<ClCompile Include="add_scalar.c" />
|
|
<ClCompile Include="fe.c" />
|
|
<ClCompile Include="ge.c" />
|
|
<ClCompile Include="key_exchange.c" />
|
|
<ClCompile Include="keypair.c" />
|
|
<ClCompile Include="sc.c" />
|
|
<ClCompile Include="seed.c" />
|
|
<ClCompile Include="sha512.c" />
|
|
<ClCompile Include="sign.c" />
|
|
<ClCompile Include="verify.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="ed25519.h" />
|
|
<ClInclude Include="fe.h" />
|
|
<ClInclude Include="fixedint.h" />
|
|
<ClInclude Include="ge.h" />
|
|
<ClInclude Include="precomp_data.h" />
|
|
<ClInclude Include="sc.h" />
|
|
<ClInclude Include="sha512.h" />
|
|
</ItemGroup>
|
|
</Project> |