SAMP.NET/sampdotnet/sampdotnet.csproj
2022-08-27 18:16:44 +01:00

102 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{28F6A8E6-4A8A-4CDE-852C-FA578325B7DB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SAMP</RootNamespace>
<AssemblyName>sampdotnet</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="API\Enums\Alignment.cs" />
<Compile Include="API\Enums\CameraMode.cs" />
<Compile Include="API\Enums\ComponentSlots.cs" />
<Compile Include="API\Enums\Keys.cs" />
<Compile Include="API\EventData\Player\PlayerPickUpPickupEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerStateChangeEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerExitVehicleEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerEnterVehicleEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerDeathEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerCommandTextEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerEnterExitModShopEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerClickMapEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerSpawnEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerRequestClassEventArgs.cs" />
<Compile Include="API\EventData\RconCommandEventArgs.cs" />
<Compile Include="API\EventData\Vehicle\VehicleDeathEventArgs.cs" />
<Compile Include="API\Objects\GameMode.cs" />
<Compile Include="API\Objects\GangZone.cs" />
<Compile Include="API\Objects\Menu.cs" />
<Compile Include="API\Objects\Text3D.cs" />
<Compile Include="API\Util\Color.cs" />
<Compile Include="API\Enums\DialogStyle.cs" />
<Compile Include="API\Enums\DisconnectReason.cs" />
<Compile Include="API\Enums\PlayerState.cs" />
<Compile Include="API\Enums\Skin.cs" />
<Compile Include="API\EventData\DialogResponseEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerDisconnectEventArgs.cs" />
<Compile Include="API\EventData\Player\PlayerTextEventArgs.cs" />
<Compile Include="API\Objects\Player.cs" />
<Compile Include="API\Objects\TextDraw.cs" />
<Compile Include="API\Objects\Vehicle.cs" />
<Compile Include="API\Objects\PlayerCamera.cs" />
<Compile Include="API\Util\Constants.cs" />
<Compile Include="API\Util\SpawnInfo.cs" />
<Compile Include="API\Util\Vector2.cs" />
<Compile Include="API\Util\Server.cs" />
<Compile Include="API\Util\Util.cs" />
<Compile Include="API\Objects\World.cs" />
<Compile Include="Core\Exceptions.cs" />
<Compile Include="Core\Interfaces\ICountable.cs" />
<Compile Include="Core\Interfaces\IScriptBase.cs" />
<Compile Include="Core\Interfaces\IWorldEntity.cs" />
<Compile Include="Core\Internal.cs" />
<Compile Include="Core\Natives.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="API\Util\Vector3.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ClassDiagram.cd" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>