Attempted hotfix of trashcan abuse. User's inventory shouldn't be saved if they are being nagged about logging out.
200 lines
No EOL
8.3 KiB
XML
200 lines
No EOL
8.3 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>{49606449-072B-4CF5-8088-AA49DA586694}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>TShockAPI</RootNamespace>
|
|
<AssemblyName>TShockAPI</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\..\Tshock Debug\ServerPlugins\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DocumentationFile>..\..\..\Tshock Debug\ServerPlugins\TShockAPI.XML</DocumentationFile>
|
|
</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>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DocumentationFile>bin\Release\TShockAPI.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="HttpServer">
|
|
<HintPath>..\HttpBins\HttpServer.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Data.Sqlite">
|
|
<HintPath>..\SqlBins\Mono.Data.Sqlite.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data, Version=6.3.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\SqlBins\MySql.Data.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="MySql.Web, Version=6.3.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\SqlBins\MySql.Web.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>.\Newtonsoft.Json.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.Xml" />
|
|
<Reference Include="TerrariaServer, Version=1.0.4.0, Culture=neutral, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<ExecutableExtension>.exe</ExecutableExtension>
|
|
<HintPath>..\TerrariaServerBins\TerrariaServer.exe</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BackupManager.cs" />
|
|
<Compile Include="DB\BanManager.cs" />
|
|
<Compile Include="DB\InventoryManager.cs" />
|
|
<Compile Include="DB\IQueryBuilder.cs" />
|
|
<Compile Include="DB\ItemManager.cs" />
|
|
<Compile Include="DB\SqlColumn.cs" />
|
|
<Compile Include="DB\SqlTable.cs" />
|
|
<Compile Include="DB\SqlValue.cs" />
|
|
<Compile Include="Extensions\DbExt.cs" />
|
|
<Compile Include="DB\GroupManager.cs" />
|
|
<Compile Include="DB\UserManager.cs" />
|
|
<Compile Include="Extensions\RandomExt.cs" />
|
|
<Compile Include="Extensions\StringExt.cs" />
|
|
<Compile Include="GeoIPCountry.cs" />
|
|
<Compile Include="HandlerList.cs" />
|
|
<Compile Include="IPackable.cs" />
|
|
<Compile Include="Commands.cs" />
|
|
<Compile Include="ConfigFile.cs" />
|
|
<Compile Include="FileTools.cs" />
|
|
<Compile Include="GetDataHandlers.cs" />
|
|
<Compile Include="Group.cs" />
|
|
<Compile Include="Extensions\LinqExt.cs" />
|
|
<Compile Include="Log.cs" />
|
|
<Compile Include="Net\BaseMsg.cs" />
|
|
<Compile Include="Net\DisconnectMsg.cs" />
|
|
<Compile Include="Net\NetTile.cs" />
|
|
<Compile Include="Net\ProjectileRemoveMsg.cs" />
|
|
<Compile Include="Net\SpawnMsg.cs" />
|
|
<Compile Include="Net\WorldInfoMsg.cs" />
|
|
<Compile Include="DB\RegionManager.cs" />
|
|
<Compile Include="PacketBufferer.cs" />
|
|
<Compile Include="Permissions.cs" />
|
|
<Compile Include="RconHandler.cs" />
|
|
<Compile Include="DB\RememberPosManager.cs" />
|
|
<Compile Include="Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Rest\Rest.cs" />
|
|
<Compile Include="Rest\RestCommand.cs" />
|
|
<Compile Include="Rest\RestManager.cs" />
|
|
<Compile Include="Rest\RestObject.cs" />
|
|
<Compile Include="Rest\RestVerbs.cs" />
|
|
<Compile Include="Rest\SecureRest.cs" />
|
|
<Compile Include="StatTracker.cs" />
|
|
<Compile Include="Utils.cs" />
|
|
<Compile Include="TShock.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="TSPlayer.cs" />
|
|
<Compile Include="UpdateManager.cs" />
|
|
<Compile Include="DB\WarpsManager.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="config\groups.txt" />
|
|
<None Include="TShockAPI.licenseheader" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="config\users.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<SubType>Designer</SubType>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="config\itembans.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>"$(ProjectDir)postbuild.bat"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<UserProperties BuildVersion_IncrementBeforeBuild="False" BuildVersion_StartDate="2011/6/17" BuildVersion_BuildVersioningStyle="None.None.None.MonthAndDayStamp" BuildVersion_BuildAction="Both" BuildVersion_UpdateFileVersion="True" BuildVersion_UpdateAssemblyVersion="True" />
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<!-- 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> |