Files
Intellix/aoStealerv35_c6.csproj
T
2026-08-27 10:55:23 -06:00

29 lines
1.0 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<AssemblyName>stub</AssemblyName>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<UseWindowsForms>True</UseWindowsForms>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<PlatformTarget>x64</PlatformTarget>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<Reference Include="System.Net.Http" />
<Reference Include="System.Web" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<Reference Include="System.Security" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Management" />
<Reference Include="System.Numerics" />
<Reference Include="System.IO.Compression" />
</ItemGroup>
</Project>