accent_classification/accent_classification/accent_classification.pyproj

68 lines
2.5 KiB
Plaintext

<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>fe1b1358-adbe-4446-affd-a0802d13d15b</ProjectGuid>
<ProjectTypeGuids>{a41c8ea1-112a-4a2d-9f91-29557995525f};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<ProjectHome>.</ProjectHome>
<StartupFile>speaker_based.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>dialect_identification</Name>
<RootNamespace>dialect_identification</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="data_io.py" />
<Compile Include="data_manipulation.py" />
<Compile Include="manipulate_db.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="audio2db.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="classifier.py" />
<Compile Include="output_confusion_matrix.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="sentence_based.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="speaker_based.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="speaker_based_functions.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="test_code.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="evaluation.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="word_based.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="config.ini" />
</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>