welsonjs/WelsonJS.Toolkit/WelsonJS.Cryptography/WelsonJS.Cryptography.vbproj
Namhyeon, Go 9afb64a997 Add package WelsonJS.Cryptography
Add package `WelsonJS.Cryptography`
2025-07-04 23:43:09 +09:00

35 lines
1.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>WelsonJS.Cryptography</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework>
<RepositoryUrl>https://github.com/gnh1201/welsonjs</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/gnh1201/welsonjs</PackageProjectUrl>
<Copyright>Catswords OSS</Copyright>
<Company>Catswords Research</Company>
<Authors>Namhyeon Go,Catswords OSS</Authors>
<Platforms>AnyCPU;x86</Platforms>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AssemblyVersion>0.2.7.55</AssemblyVersion>
<FileVersion>0.2.7.55</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<RemoveIntegerChecks>True</RemoveIntegerChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoveIntegerChecks>True</RemoveIntegerChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<RemoveIntegerChecks>True</RemoveIntegerChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoveIntegerChecks>True</RemoveIntegerChecks>
</PropertyGroup>
</Project>