-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAutoPixAiCreditClaimer.csproj
34 lines (30 loc) · 1.21 KB
/
AutoPixAiCreditClaimer.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
<PropertyGroup>
<Version>1.3.1</Version>
<FileVersion>1.3.1</FileVersion>
<AssemblyVersion>1.3.1</AssemblyVersion>
<AssemblyName>AutoPixAiCreditClaimer</AssemblyName>
<Authors>BySuspect</Authors>
<Description>Automation for Pixai.art</Description>
<Copyright>Copyright © 2023 Made by BySuspect</Copyright>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<None Remove=".gitattributes" />
<None Remove=".gitignore" />
<None Remove="CHANGELOG.md" />
<None Remove="LICENSE.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Selenium.WebDriver" Version="4.25.0" />
</ItemGroup>
</Project>