2022-07-07 14:58:12 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-07-05 00:19:04 +02:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFrameworks>net48</TargetFrameworks>
|
2022-07-07 14:58:12 +02:00
|
|
|
|
<RootNamespace>alterNERDtive.Yavapf</RootNamespace>
|
2022-07-05 00:19:04 +02:00
|
|
|
|
<PackageId>alterNERDtive.YAVAPF</PackageId>
|
2022-07-11 01:46:42 +02:00
|
|
|
|
<Version>0.1.0</Version>
|
2022-07-05 00:19:04 +02:00
|
|
|
|
<Company>alterNERDtive</Company>
|
|
|
|
|
<Authors>alterNERDtive</Authors>
|
|
|
|
|
<Description>YAVAPF is yet another VoiceAttack plugin framework.</Description>
|
|
|
|
|
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
|
|
|
|
|
<PackageProjectUrl>https://alterNERDtive.github.io/YAVAPF</PackageProjectUrl>
|
|
|
|
|
<Copyright>© 2022 alterNERDtive</Copyright>
|
|
|
|
|
<PackageIcon>glider.jpg</PackageIcon>
|
|
|
|
|
<PackageIconUrl />
|
|
|
|
|
<RepositoryUrl>https://github.com/alterNERDtive/YAVAPF</RepositoryUrl>
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
2022-07-11 01:46:42 +02:00
|
|
|
|
<PackageTags>VoiceAttack;plugin;framework</PackageTags>
|
2022-07-05 00:19:04 +02:00
|
|
|
|
<NeutralLanguage>en</NeutralLanguage>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
|
|
<Title>Yet Another VoiceAttack Plugin Framework</Title>
|
|
|
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
|
|
|
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
|
|
|
|
<IncludeSymbols>True</IncludeSymbols>
|
|
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
2022-07-09 16:33:32 +02:00
|
|
|
|
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2022-07-05 00:19:04 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\glider.jpg">
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="..\README.md">
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
<PackagePath>\</PackagePath>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-07-07 14:58:12 +02:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="VoiceAttack">
|
|
|
|
|
<HintPath>C:\Program Files\VoiceAttack\VoiceAttack.exe</HintPath>
|
|
|
|
|
<Private>False</Private>
|
2022-07-11 01:46:42 +02:00
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
2022-07-07 14:58:12 +02:00
|
|
|
|
</Reference>
|
2022-07-05 00:19:04 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|