2018-03-26 20:50:14 +02:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
<ProjectGuid>4d8c8573-32f0-4a62-9e62-3ce5cc680390</ProjectGuid>
|
|
|
|
<ProjectHome>.</ProjectHome>
|
2018-12-26 23:49:28 +01:00
|
|
|
<StartupFile>check_novoapi.py</StartupFile>
|
2018-03-26 20:50:14 +02:00
|
|
|
<SearchPath>
|
|
|
|
</SearchPath>
|
|
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
<Name>acoustic_model</Name>
|
|
|
|
<RootNamespace>acoustic_model</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="acoustic_model.py" />
|
2018-03-28 10:31:33 +02:00
|
|
|
<Compile Include="acoustic_model_functions.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2018-12-26 23:49:28 +01:00
|
|
|
<Compile Include="check_novoapi.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2018-06-13 00:22:53 +02:00
|
|
|
<Compile Include="convert_xsampa2ipa.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2018-09-02 12:16:37 +02:00
|
|
|
<Compile Include="defaultfiles.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="fa_test.py">
|
2018-06-13 00:22:53 +02:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2018-12-26 23:49:28 +01:00
|
|
|
<Compile Include="forced_alignment_novo.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="htk_vs_kaldi.py">
|
2018-08-20 22:50:53 +02:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2018-03-28 10:31:33 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="config.ini" />
|
2018-03-26 20:50:14 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
|
|
|
<!-- Uncomment the CoreCompile target to enable the Build command in
|
|
|
|
Visual Studio and specify your pre- and post-build commands in
|
|
|
|
the BeforeBuild and AfterBuild targets below. -->
|
|
|
|
<!--<Target Name="CoreCompile" />-->
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
</Target>
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
</Target>
|
|
|
|
</Project>
|