This repository has been archived on 2025-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
roblox-patcher/RobloxLegacy/RobloxLegacy.csproj

30 lines
919 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Company>RandomServer</Company>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\RobloxWrapper\build\lptch.dll">
<Link>Resources\lptch.dll</Link>
</EmbeddedResource>
<None Remove="Resources\AppSettings.xml" />
<EmbeddedResource Include="Resources\AppSettings.xml" />
</ItemGroup>
</Project>