Alexander Epaneshnikov 3 years ago
parent
commit
d54a02c5d9
No account linked to committer's email address
2 changed files with 26 additions and 0 deletions
  1. 2
    0
      src/windows/libespeak-ng.vcxproj
  2. 24
    0
      src/windows/libespeak-ng.vcxproj.filters

+ 2
- 0
src/windows/libespeak-ng.vcxproj View File

</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\libespeak-ng\soundicon.c" />
<ClCompile Include="..\ucd-tools\src\case.c" /> <ClCompile Include="..\ucd-tools\src\case.c" />
<ClCompile Include="..\ucd-tools\src\categories.c" /> <ClCompile Include="..\ucd-tools\src\categories.c" />
<ClCompile Include="..\ucd-tools\src\ctype.c" /> <ClCompile Include="..\ucd-tools\src\ctype.c" />
<ClInclude Include="..\libespeak-ng\mbrowrap.h" /> <ClInclude Include="..\libespeak-ng\mbrowrap.h" />
<ClInclude Include="..\libespeak-ng\phoneme.h" /> <ClInclude Include="..\libespeak-ng\phoneme.h" />
<ClInclude Include="..\libespeak-ng\sintab.h" /> <ClInclude Include="..\libespeak-ng\sintab.h" />
<ClInclude Include="..\libespeak-ng\soundicon.h" />
<ClInclude Include="..\libespeak-ng\spect.h" /> <ClInclude Include="..\libespeak-ng\spect.h" />
<ClInclude Include="..\libespeak-ng\speech.h" /> <ClInclude Include="..\libespeak-ng\speech.h" />
<ClInclude Include="..\libespeak-ng\sPlayer.h" /> <ClInclude Include="..\libespeak-ng\sPlayer.h" />

+ 24
- 0
src/windows/libespeak-ng.vcxproj.filters View File

<ClCompile Include="..\libespeak-ng\phoneme.c"> <ClCompile Include="..\libespeak-ng\phoneme.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\libespeak-ng\sPlayer.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\libespeak-ng\ssml.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\speechPlayer\src\frame.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\speechPlayer\src\speechPlayer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\speechPlayer\src\speechWaveGenerator.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\libespeak-ng\soundicon.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="config.h"> <ClInclude Include="config.h">
<ClInclude Include="..\include\ucd-tools\src\include\ucd\ucd.h"> <ClInclude Include="..\include\ucd-tools\src\include\ucd\ucd.h">
<Filter>Header Files</Filter> <Filter>Header Files</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\libespeak-ng\sPlayer.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\libespeak-ng\soundicon.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="libespeak-ng.def"> <None Include="libespeak-ng.def">

Loading…
Cancel
Save