blob: 0135074d040974d9c45700652fd5cf4705ac927d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="..\..\Whisper\source\whisper.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="..\..\Whisper\source\ggml.c" />
<ClCompile Include="..\..\Whisper\source.compat\ggmlMsvc.c" />
<ClCompile Include="Utils\Logger.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\Whisper\source\ggml.h" />
<ClInclude Include="..\..\Whisper\source\whisper.h" />
<ClInclude Include="dr_wav.h" />
<ClInclude Include="Utils\Logger.h" />
</ItemGroup>
<ItemGroup>
<Text Include="Readme.txt" />
</ItemGroup>
</Project>
|