207 lines
No EOL
11 KiB
XML
207 lines
No EOL
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{5E2CD2B8-6C9F-4D44-9BE0-E74F088ED93A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Roleplay</RootNamespace>
|
|
<AssemblyName>Roleplay</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</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="GrandTheftMultiplayer.Server">
|
|
<HintPath>packages\grandtheftmultiplayer.api.0.1.513.481\lib\net452\GrandTheftMultiplayer.Server.exe</HintPath>
|
|
</Reference>
|
|
<Reference Include="GrandTheftMultiplayer.Shared">
|
|
<HintPath>packages\grandtheftmultiplayer.api.0.1.513.481\lib\net452\GrandTheftMultiplayer.Shared.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="GTANetworkServer">
|
|
<HintPath>..\..\GTANetworkServer.exe</HintPath>
|
|
</Reference>
|
|
<Reference Include="GTANetworkShared">
|
|
<HintPath>..\..\GTANetworkShared.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data">
|
|
<HintPath>.\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>packages\NLog.4.4.9\lib\net45\NLog.dll</HintPath>
|
|
</Reference>
|
|
<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.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Admin\admin_cmds.cs" />
|
|
<Compile Include="Admin\BanAPI.cs" />
|
|
<Compile Include="Fraktionen\FIB\FIB.cs" />
|
|
<Compile Include="ueben.cs" />
|
|
<Compile Include="ClientAPI.cs" />
|
|
<Compile Include="Environment\Death\Death.cs" />
|
|
<Compile Include="Environment\Fahrschule\Fahrschule.cs" />
|
|
<Compile Include="Environment\Fahrzeuganmeldestelle.cs" />
|
|
<Compile Include="Environment\Hilfsanzeigen\Hilfsanzeigen.cs" />
|
|
<Compile Include="Environment\Items.cs" />
|
|
<Compile Include="Environment\LiveWeather.cs" />
|
|
<Compile Include="Environment\mobile.cs" />
|
|
<Compile Include="Environment\Shops\Shop.cs" />
|
|
<Compile Include="Environment\Stadthalle.cs" />
|
|
<Compile Include="Environment\Weapons.cs" />
|
|
<Compile Include="Fraktionen\Aktionen\Aktionsmanager.cs" />
|
|
<Compile Include="Fraktionen\Aktionen\BadFraktionmanager.cs" />
|
|
<Compile Include="Fraktionen\Aktionen\Geldtransport.cs" />
|
|
<Compile Include="Fraktionen\Aktionen\Matstransport.cs" />
|
|
<Compile Include="Fraktionen\Aktionen\Waffenshop.cs" />
|
|
<Compile Include="Fraktionen\Bloods\Bloods.cs" />
|
|
<Compile Include="Fraktionen\Einknasten.cs" />
|
|
<Compile Include="Fraktionen\Fraktionsmanager.cs" />
|
|
<Compile Include="Fraktionen\Ballas\Ballas.cs" />
|
|
<Compile Include="Fraktionen\Grove\Grove.cs" />
|
|
<Compile Include="Fraktionen\PD\PD.cs" />
|
|
<Compile Include="Fraktionen\Rescue\Rescue.cs" />
|
|
<Compile Include="Fraktionen\Vagos\Vagos.cs" />
|
|
<Compile Include="Haussystem\Haussystem.cs" />
|
|
<Compile Include="Jobs\Greenkeeper\Greenkeeper.cs" />
|
|
<Compile Include="Jobs\Jobmanager.cs" />
|
|
<Compile Include="Jobs\Pilot\Pilot.cs" />
|
|
<Compile Include="Jobs\Taxifahrer\Taxifahrer.cs" />
|
|
<Compile Include="Jobs\Transporter\Transporter.cs" />
|
|
<Compile Include="RAPI\MainAPI.cs" />
|
|
<Compile Include="RAPI\Marker.cs" />
|
|
<Compile Include="Commands\cmdLoginRegister.cs" />
|
|
<Compile Include="Database\CharacterDatabase.cs" />
|
|
<Compile Include="Database\CharacterOutfits.cs" />
|
|
<Compile Include="Environment\chat.cs" />
|
|
<Compile Include="Environment\MONEY\Money.cs" />
|
|
<Compile Include="Environment\Skinshop\Skinshop.cs" />
|
|
<Compile Include="Environment\Skinshop\Skinshop.js" />
|
|
<Compile Include="Environment\vehicle.cs" />
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="Database\PlayerDatabase.cs" />
|
|
<Compile Include="Vehiclesystem\PayNSpray.cs" />
|
|
<Compile Include="Vehiclesystem\Tuning.cs" />
|
|
<Compile Include="Vehiclesystem\VehicleMain.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Vehiclesystem\VehicleShop.cs" />
|
|
<Compile Include="Voice\Teamspeak.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Admin\admin_client.js" />
|
|
<Content Include="Commands\browser.js" />
|
|
<Content Include="Commands\login.js" />
|
|
<Content Include="Environment\MONEY\Money.js" />
|
|
<Content Include="Environment\vehicle.js" />
|
|
<Content Include="login.html" />
|
|
<Content Include="LoginCamera.js" />
|
|
<Content Include="meta.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="RAPI\Marker.js" />
|
|
<Content Include="RAPI\Menu.js" />
|
|
<Content Include="Voice\Teamspeak.js" />
|
|
<Content Include="Voice\VoiceRangeDisplay.js" />
|
|
<TypeScriptCompile Include="Environment\Death\Death.ts" />
|
|
<TypeScriptCompile Include="Environment\Hilfsanzeigen\Hilfsanzeigen.ts" />
|
|
<TypeScriptCompile Include="Environment\mobile.ts">
|
|
<Generator>tsc VehicleMain.ts</Generator>
|
|
</TypeScriptCompile>
|
|
<None Include="Environment\Death\tsconfig.json" />
|
|
<None Include="Environment\tsconfig.json" />
|
|
<TypeScriptCompile Include="Fraktionen\Ballas\Ballas.ts" />
|
|
<TypeScriptCompile Include="Fraktionen\PD\PD.ts" />
|
|
<TypeScriptCompile Include="Jobs\Greenkeeper\Greenkeeper.ts" />
|
|
<TypeScriptCompile Include="Jobs\Transporter\Transporter.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\Declarations.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GrandTheftMultiplayer.Client.GUI.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GrandTheftMultiplayer.Client.Javascript.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GrandTheftMultiplayer.Client.Javascript.ScriptContext.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GrandTheftMultiplayer.Client.Misc.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GrandTheftMultiplayer.Client.Sound.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GrandTheftMultiplayer.Client.Streamer.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GrandTheftMultiplayer.Client.Sync.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GrandTheftMultiplayer.Client.Util.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GrandTheftMultiplayer.Shared.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GrandTheftMultiplayer.Shared.Math.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GTA.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GTA.Math.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GTA.Native.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GTA.NaturalMotion.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\GTA.UI.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\index.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\Microsoft.ClearScript.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\NativeUI.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\NativeUI.UIMenu.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\NativeUI.UIMenuItem.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\NativeUI.UIResText.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\System.Collections.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\System.Collections.Generic.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\System.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\System.Drawing.d.ts" />
|
|
<TypeScriptCompile Include="types-gt-mp\System.Windows.Forms.d.ts" />
|
|
<TypeScriptCompile Include="Vehiclesystem\PayNSpray.ts">
|
|
<Generator>tsc VehicleMain.ts</Generator>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="types-gtanetwork\Declarations.d.ts" />
|
|
<TypeScriptCompile Include="types-gtanetwork\Enums.ts" />
|
|
<TypeScriptCompile Include="types-gtanetwork\GTANetwork.dll.d.ts" />
|
|
<TypeScriptCompile Include="types-gtanetwork\GTANetworkShared.dll.d.ts" />
|
|
<TypeScriptCompile Include="types-gtanetwork\index.d.ts" />
|
|
<TypeScriptCompile Include="types-gtanetwork\NativeUI.dll.d.ts" />
|
|
<TypeScriptCompile Include="types-gtanetwork\ScriptHookVDotNet.dll.d.ts" />
|
|
<TypeScriptCompile Include="types-gtanetwork\System.d.ts" />
|
|
<TypeScriptCompile Include="types-gtanetwork\System.Drawing.dll.d.ts" />
|
|
<TypeScriptCompile Include="types-gtanetwork\Xilium.CefGlue.dll.d.ts" />
|
|
<TypeScriptCompile Include="Vehiclesystem\VehicleMain.ts">
|
|
<Generator>tsc VehicleMain.ts</Generator>
|
|
</TypeScriptCompile>
|
|
<Content Include="registerMenu.js" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Fraktionen\Ballas\tsconfig.json" />
|
|
<None Include="Fraktionen\Grove\tsconfig.json" />
|
|
<None Include="Fraktionen\PD\tsconfig.json" />
|
|
<None Include="Jobs\Greenkeeper\tsconfig.json" />
|
|
<None Include="Jobs\Transporter\tsconfig.json" />
|
|
<None Include="packages.config" />
|
|
<None Include="Vehiclesystem\tsconfig.json" />
|
|
</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> |