AvatarScaleMod: renamed folder

This commit is contained in:
NotAKidoS 2024-09-06 01:19:20 -05:00
parent a1d73bf156
commit fd4fe2ea9d
28 changed files with 6 additions and 6 deletions

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn />
</PropertyGroup>
<ItemGroup>
<None Remove="resources\menu.js" />
<None Remove="resources\nak_menu.css" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="resources\menu.js" />
<None Remove="resources\Icon_AvatarHeightConfig.png" />
<EmbeddedResource Include="resources\ASM_Icon_AvatarHeightConfig.png" />
<None Remove="resources\ASM_Icon_AvatarHeightCopy.png" />
<EmbeddedResource Include="resources\ASM_Icon_AvatarHeightCopy.png" />
</ItemGroup>
<ItemGroup>
<Reference Include="BTKUILib">
<HintPath>$(MsBuildThisFileDirectory)\..\.ManagedLibs\BTKUILib.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>