summaryrefslogtreecommitdiffstats
path: root/Examples/MicrophoneCS/MicrophoneCS.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/MicrophoneCS/MicrophoneCS.csproj')
-rw-r--r--Examples/MicrophoneCS/MicrophoneCS.csproj27
1 files changed, 27 insertions, 0 deletions
diff --git a/Examples/MicrophoneCS/MicrophoneCS.csproj b/Examples/MicrophoneCS/MicrophoneCS.csproj
new file mode 100644
index 0000000..f417d20
--- /dev/null
+++ b/Examples/MicrophoneCS/MicrophoneCS.csproj
@@ -0,0 +1,27 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net6.0-windows</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
+ <Platforms>x64</Platforms>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Compile Include="..\TranscribeCS\AnsiCodes.cs" Link="AnsiCodes.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Content Include="..\..\x64\$(Configuration)\Whisper.dll" Link="Whisper.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\..\WhisperNet\WhisperNet.csproj" />
+ </ItemGroup>
+
+</Project> \ No newline at end of file