You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
594 B
Plaintext
19 lines
594 B
Plaintext
|
5 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<ItemGroup>
|
||
|
|
<ClCompile Include="main.c" />
|
||
|
|
<ClCompile Include="qhsmtst.c" />
|
||
|
2 years ago
|
<ClCompile Include="..\qpc\src\qf\qep_hsm.c">
|
||
|
|
<Filter>QEP</Filter>
|
||
|
|
</ClCompile>
|
||
|
5 years ago
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ClInclude Include="qhsmtst.h" />
|
||
|
2 years ago
|
<ClInclude Include="qf_port.h" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Filter Include="QEP">
|
||
|
|
<UniqueIdentifier>{ee79d87d-043f-4f52-9525-2d3df056d571}</UniqueIdentifier>
|
||
|
|
</Filter>
|
||
|
5 years ago
|
</ItemGroup>
|
||
|
|
</Project>
|