yum-archive/TaSTT-Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model

git clone https://git.yummers.dev/yum-archive/TaSTT-Whisper

KonstantinSource codes8c4603c

master
5.2 KiB116 linesraw
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|x64">
5      <Configuration>Debug</Configuration>
6      <Platform>x64</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Release|x64">
9      <Configuration>Release</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12  </ItemGroup>
13  <ItemGroup>
14    <ClInclude Include="comLightClient.h" />
15    <ClInclude Include="client\CComPtr.hpp" />
16    <ClInclude Include="comLightServer.h" />
17    <ClInclude Include="comLightCommon.h" />
18    <ClInclude Include="server\freeThreadedMarshaller.h" />
19    <ClInclude Include="hresult.h" />
20    <ClInclude Include="server\ObjectRoot.hpp" />
21    <ClInclude Include="pal\guiddef.h" />
22    <ClInclude Include="server\Object.hpp" />
23    <ClInclude Include="server\interfaceMap.h" />
24    <ClInclude Include="server\RefCounter.hpp" />
25    <ClInclude Include="Exception.hpp" />
26    <ClInclude Include="streams.h" />
27    <ClInclude Include="utils\guid_parse.hpp" />
28    <ClInclude Include="pal\hresult.h" />
29    <ClInclude Include="unknwn.h" />
30    <ClInclude Include="utils\typeTraits.hpp" />
31  </ItemGroup>
32  <ItemGroup>
33    <ClCompile Include="server\freeThreadedMarshaller.cpp" />
34  </ItemGroup>
35  <ItemGroup>
36    <Text Include="Readme.txt" />
37  </ItemGroup>
38  <PropertyGroup Label="Globals">
39    <VCProjectVersion>15.0</VCProjectVersion>
40    <ProjectGuid>{52F486E7-830C-45D8-BE47-E76B5AAB2772}</ProjectGuid>
41    <Keyword>Win32Proj</Keyword>
42    <RootNamespace>ComLightLib</RootNamespace>
43    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
44  </PropertyGroup>
45  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
47    <ConfigurationType>StaticLibrary</ConfigurationType>
48    <UseDebugLibraries>true</UseDebugLibraries>
49    <PlatformToolset>v143</PlatformToolset>
50    <CharacterSet>Unicode</CharacterSet>
51  </PropertyGroup>
52  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
53    <ConfigurationType>StaticLibrary</ConfigurationType>
54    <UseDebugLibraries>false</UseDebugLibraries>
55    <PlatformToolset>v143</PlatformToolset>
56    <WholeProgramOptimization>true</WholeProgramOptimization>
57    <CharacterSet>Unicode</CharacterSet>
58  </PropertyGroup>
59  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
60  <ImportGroup Label="ExtensionSettings">
61  </ImportGroup>
62  <ImportGroup Label="Shared">
63  </ImportGroup>
64  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
65    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66  </ImportGroup>
67  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
68    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69  </ImportGroup>
70  <PropertyGroup Label="UserMacros" />
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
72    <LinkIncremental>true</LinkIncremental>
73    <OutDir>$(Platform)\$(Configuration)\</OutDir>
74  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
76    <LinkIncremental>false</LinkIncremental>
77    <OutDir>$(Platform)\$(Configuration)\</OutDir>
78  </PropertyGroup>
79  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80    <ClCompile>
81      <PrecompiledHeader>NotUsing</PrecompiledHeader>
82      <WarningLevel>Level3</WarningLevel>
83      <Optimization>Disabled</Optimization>
84      <SDLCheck>true</SDLCheck>
85      <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
86      <ConformanceMode>true</ConformanceMode>
87      <LanguageStandard>stdcpp20</LanguageStandard>
88    </ClCompile>
89    <Link>
90      <SubSystem>Windows</SubSystem>
91      <GenerateDebugInformation>true</GenerateDebugInformation>
92    </Link>
93  </ItemDefinitionGroup>
94  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
95    <ClCompile>
96      <PrecompiledHeader>NotUsing</PrecompiledHeader>
97      <WarningLevel>Level3</WarningLevel>
98      <Optimization>MaxSpeed</Optimization>
99      <FunctionLevelLinking>true</FunctionLevelLinking>
100      <IntrinsicFunctions>true</IntrinsicFunctions>
101      <SDLCheck>true</SDLCheck>
102      <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103      <ConformanceMode>true</ConformanceMode>
104      <LanguageStandard>stdcpp20</LanguageStandard>
105    </ClCompile>
106    <Link>
107      <SubSystem>Windows</SubSystem>
108      <EnableCOMDATFolding>true</EnableCOMDATFolding>
109      <OptimizeReferences>true</OptimizeReferences>
110      <GenerateDebugInformation>true</GenerateDebugInformation>
111    </Link>
112  </ItemDefinitionGroup>
113  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
114  <ImportGroup Label="ExtensionTargets">
115  </ImportGroup>
116</Project>