Files
watrbx-game-engine/Client.LegacyAssemblies/Roblox.Common/Roblox.Common.csproj
T
2025-09-18 17:55:52 -04:00

135 lines
5.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{31C4415B-A946-47BD-83FE-AE13FBFB1324}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Roblox.Common</RootNamespace>
<AssemblyName>Roblox.Common</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>false</Deterministic>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Ccr.Core">
<HintPath>..\Microsoft.Ccr.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Data" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AsyncHelper.cs" />
<Compile Include="AsyncWorkQueue.cs" />
<Compile Include="BackgroundThreadHelper.cs" />
<Compile Include="BasicService.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="CcrHttpHandler.cs" />
<Compile Include="CcrHttpModule.cs" />
<Compile Include="CcrService.cs" />
<Compile Include="ClientXmlUtil.cs" />
<Compile Include="CollectionsHelper.cs" />
<Compile Include="CompletionSignal.cs" />
<Compile Include="Converters.cs" />
<Compile Include="DispatcherMonitor.cs" />
<Compile Include="Email.cs" />
<Compile Include="ExceptionHandler.cs" />
<Compile Include="ExceptionPort.cs" />
<Compile Include="Extensions.cs" />
<Compile Include="FastAsyncResult.cs" />
<Compile Include="FileHelper.cs" />
<Compile Include="HashFunctions.cs" />
<Compile Include="Interleaver.cs" />
<Compile Include="JSON.cs" />
<Compile Include="JsonClient.cs" />
<Compile Include="JsonUtility.cs" />
<Compile Include="LogInstaller.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Mime.cs" />
<Compile Include="MimeTypes.cs" />
<Compile Include="NonReentrantTimer.cs" />
<Compile Include="ObjectCounter.cs" />
<Compile Include="ObjectRegistry.cs" />
<Compile Include="ParallelDictionary.cs" />
<Compile Include="PatchedDispatcherQueue.cs" />
<Compile Include="PersistentChannel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="RefreshAhead.cs" />
<Compile Include="Request.cs" />
<Compile Include="Result.cs" />
<Compile Include="RobloxThreadPool.cs" />
<Compile Include="RoundRobin.cs" />
<Compile Include="RSS\IChannel.cs" />
<Compile Include="RSS\IImage.cs" />
<Compile Include="RSS\IItem.cs" />
<Compile Include="ServiceHostApp.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ServiceHostInstaller.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Settings.cs" />
<Compile Include="TextTransform.cs" />
<Compile Include="ThreadPool.cs" />
<Compile Include="VisitsFloodCheckBuffer.cs" />
<Compile Include="Xml.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Roblox.Configuration\Roblox.Configuration.csproj">
<Project>{5ce66082-0a8f-4bf0-acd8-b1e0155c5d08}</Project>
<Name>Roblox.Configuration</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>