Skip to content

Commit fb91fb8

Browse files
authored
Add pronunciation assessment sample code in csharp (WPF) (#184)
* Add pronunciation assessment sample code in csharp (WPF) * Add copyright comment
1 parent 7d61bb4 commit fb91fb8

21 files changed

+1039
-0
lines changed
File renamed without changes.
File renamed without changes.

PronunciationAssessment/CSharp/PronunciationAssessment.cs renamed to PronunciationAssessment/CSharp/Console/PronunciationAssessment.cs

File renamed without changes.

PronunciationAssessment/CSharp/PronunciationAssessment.csproj renamed to PronunciationAssessment/CSharp/Console/PronunciationAssessment.csproj

File renamed without changes.

PronunciationAssessment/CSharp/PronunciationAssessment.sln renamed to PronunciationAssessment/CSharp/Console/PronunciationAssessment.sln

File renamed without changes.

PronunciationAssessment/CSharp/Properties/AssemblyInfo.cs renamed to PronunciationAssessment/CSharp/Console/Properties/AssemblyInfo.cs

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5+
</startup>
6+
<runtime>
7+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8+
<dependentAssembly>
9+
<assemblyIdentity name="Microsoft.Xaml.Behaviors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
10+
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
11+
</dependentAssembly>
12+
</assemblyBinding>
13+
</runtime>
14+
</configuration>

0 commit comments

Comments
 (0)