First commit

This commit is contained in:
DESKTOP-QG096I2\RentPc
2025-07-23 20:55:18 +03:00
parent 6c99a025fd
commit 361c920574
40 changed files with 1319 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Watrmark.Net_CLI</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Copyright>Geckon01</Copyright>
<AssemblyVersion>0.24.7.1</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Watermark.NET\Watermark.Net.csproj" />
</ItemGroup>
</Project>