Skip to content

Commit

Permalink
add csharp sample code for public api 2023-12-01-preview (#2296)
Browse files Browse the repository at this point in the history
Co-authored-by: Yulin Li <[email protected]>
  • Loading branch information
ms-feizhao and yulin-li authored Mar 15, 2024
1 parent fb26302 commit 21ee820
Show file tree
Hide file tree
Showing 21 changed files with 1,386 additions and 0 deletions.
25 changes: 25 additions & 0 deletions samples/custom-voice/csharp/CustomVoiceSample.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomVoiceSample", "CustomVoiceSample\CustomVoiceSample.csproj", "{9BACF1B3-A122-43E8-8484-9689EB0934D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BACF1B3-A122-43E8-8484-9689EB0934D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BACF1B3-A122-43E8-8484-9689EB0934D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BACF1B3-A122-43E8-8484-9689EB0934D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BACF1B3-A122-43E8-8484-9689EB0934D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54274AE0-DEA5-4638-A157-6A30B5008CF4}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 21ee820

Please sign in to comment.