|
|
@ -2,11 +2,25 @@ |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
|
|
|
|
<Version>1.0.1</Version> |
|
|
|
|
|
|
|
<Authors>Zaafar</Authors> |
|
|
|
|
|
|
|
<Product /> |
|
|
|
|
|
|
|
<Company /> |
|
|
|
|
|
|
|
<Description>A library to create transparent overlays on the windows machines.</Description> |
|
|
|
|
|
|
|
<PackageProjectUrl>https://github.com/zaafar/ClickableTransparentOverlay</PackageProjectUrl> |
|
|
|
|
|
|
|
<PackageTags>Transparent Overlay</PackageTags> |
|
|
|
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
|
|
|
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
|
|
|
|
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Remove="Assets\HLSL\imgui-frag.hlsl.bytes" /> |
|
|
|
<None Remove="Assets\HLSL\imgui-frag.hlsl.bytes" /> |
|
|
|
<None Remove="Assets\HLSL\imgui-vertex.hlsl.bytes" /> |
|
|
|
<None Remove="Assets\HLSL\imgui-vertex.hlsl.bytes" /> |
|
|
|
|
|
|
|
<None Include="..\LICENSE"> |
|
|
|
|
|
|
|
<Pack>True</Pack> |
|
|
|
|
|
|
|
<PackagePath></PackagePath> |
|
|
|
|
|
|
|
</None> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|