-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRewstWebhooks.vbproj
More file actions
41 lines (36 loc) · 1.42 KB
/
RewstWebhooks.vbproj
File metadata and controls
41 lines (36 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>RewstWebhooks</RootNamespace>
<TargetFramework>net9.0</TargetFramework>
<ApplicationIcon>rewst-webhooks.ico</ApplicationIcon>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>Rewst Webhooks</Title>
<Authors>Reed Kimble</Authors>
<Company>Dragonfly Technologies</Company>
<Description>A simple interface for integrating Rewst Webhooks into your project.</Description>
<PackageIcon>rewst-webhooks-128.png</PackageIcon>
<PackageProjectUrl>https://github.com/ReedK-DFT/RewstWebhooks</PackageProjectUrl>
<RepositoryUrl>https://github.com/ReedK-DFT/RewstWebhooks</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Copyright>Copyright © Dragonfly Technologies, LLC 2025</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>rewst;webhook</PackageTags>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<Content Include="rewst-webhooks.ico" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\Downloads\rewst-webhooks-128.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>