2015-08-20 01:06:44 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.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>{D51EECEB-438A-47DA-870F-7D7B41BC24D6}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>SharedLibrary</RootNamespace>
|
2015-08-28 00:39:36 -04:00
|
|
|
|
<AssemblyName>SharedLibrary</AssemblyName>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<TargetFrameworkProfile />
|
2017-05-30 17:23:31 -04:00
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2017-08-23 18:29:48 -04:00
|
|
|
|
<CodeAnalysisRuleSet>..\..\..\RuleSet1.ruleset</CodeAnalysisRuleSet>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
</PropertyGroup>
|
2017-09-29 22:42:24 -04:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-Nightly|AnyCPU' ">
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
2017-05-29 22:25:49 -04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Stable|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\Release-Stable\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2017-09-29 22:42:24 -04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-Nightly|x86' ">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Stable|x86'">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<OutputPath>bin\x86\Release-Stable\</OutputPath>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
</PropertyGroup>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<ItemGroup>
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="EntityFramework.SqlServerCompact, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\EntityFramework.SqlServerCompact.6.2.0\lib\net45\EntityFramework.SqlServerCompact.dll</HintPath>
|
|
|
|
|
</Reference>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<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>
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Private>False</Private>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
</Reference>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Reference Include="System" />
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Reference Include="System.Core" />
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll</HintPath>
|
2017-05-30 17:23:31 -04:00
|
|
|
|
<Private>True</Private>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
</Reference>
|
2017-11-16 18:09:19 -05:00
|
|
|
|
<Reference Include="System.Web" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Compile Include="Database\Initializer.cs" />
|
|
|
|
|
<Compile Include="Database\IW4MAdminDatabaseContext.cs" />
|
|
|
|
|
<Compile Include="Database\Models\EFAlias.cs" />
|
|
|
|
|
<Compile Include="Database\Models\EFAliasLink.cs" />
|
|
|
|
|
<Compile Include="Database\Models\EFClient.cs" />
|
|
|
|
|
<Compile Include="Database\Models\EFPenalty.cs" />
|
|
|
|
|
<Compile Include="Database\Models\SharedEntity.cs" />
|
|
|
|
|
<Compile Include="Exceptions\DatabaseException.cs" />
|
2017-06-12 17:47:31 -04:00
|
|
|
|
<Compile Include="Helpers\AsyncStatus.cs" />
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Compile Include="Commands\NativeCommands.cs" />
|
|
|
|
|
<Compile Include="Exceptions\CommandException.cs" />
|
|
|
|
|
<Compile Include="Exceptions\DvarException.cs" />
|
|
|
|
|
<Compile Include="Exceptions\NetworkException.cs" />
|
2017-06-06 23:45:21 -04:00
|
|
|
|
<Compile Include="Exceptions\SerializationException.cs" />
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Compile Include="Exceptions\ServerException.cs" />
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Compile Include="Helpers\CommandResult.cs" />
|
2017-06-12 20:24:12 -04:00
|
|
|
|
<Compile Include="Helpers\ConfigurationManager.cs" />
|
2017-10-03 19:17:35 -04:00
|
|
|
|
<Compile Include="Helpers\ParseEnum.cs" />
|
|
|
|
|
<Compile Include="Helpers\Vector3.cs" />
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Compile Include="Interfaces\IEntityService.cs" />
|
2017-05-27 19:29:20 -04:00
|
|
|
|
<Compile Include="Interfaces\ILogger.cs" />
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Compile Include="Interfaces\IManager.cs" />
|
|
|
|
|
<Compile Include="Interfaces\ISerializable.cs" />
|
2017-06-12 17:47:31 -04:00
|
|
|
|
<Compile Include="Helpers\MessageToken.cs" />
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Compile Include="Objects\Alias.cs" />
|
|
|
|
|
<Compile Include="Objects\Penalty.cs" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Compile Include="Command.cs" />
|
|
|
|
|
<Compile Include="Event.cs" />
|
|
|
|
|
<Compile Include="File.cs" />
|
|
|
|
|
<Compile Include="Dvar.cs" />
|
|
|
|
|
<Compile Include="Map.cs" />
|
2017-06-12 17:47:31 -04:00
|
|
|
|
<Compile Include="Helpers\PlayerHistory.cs" />
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Compile Include="Objects\Player.cs" />
|
2017-05-27 00:22:50 -04:00
|
|
|
|
<Compile Include="Interfaces\IPlugin.cs" />
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Compile Include="Objects\Report.cs" />
|
2017-06-12 17:47:31 -04:00
|
|
|
|
<Compile Include="PluginImporter.cs" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Compile Include="RCON.cs" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Compile Include="Server.cs" />
|
2017-06-19 13:58:01 -04:00
|
|
|
|
<Compile Include="ServerConfiguration.cs" />
|
2017-11-25 20:29:58 -05:00
|
|
|
|
<Compile Include="Services\AliasService.cs" />
|
|
|
|
|
<Compile Include="Services\ClientService.cs" />
|
|
|
|
|
<Compile Include="Services\PenaltyService.cs" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Compile Include="Utilities.cs" />
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<Compile Include="WebService.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
</ItemGroup>
|
2017-05-30 17:23:31 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="SQLite.Interop.dll">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2015-08-20 13:52:30 -04:00
|
|
|
|
<PropertyGroup>
|
2017-05-30 17:23:31 -04:00
|
|
|
|
<PostBuildEvent>move "$(TargetDir)Newtonsoft.Json.dll" "$(TargetDir)lib\Newtonsoft.Json.dll"
|
|
|
|
|
copy /Y "$(TargetDir)SQLite.Interop.dll" "$(SolutionDir)BUILD\lib"
|
|
|
|
|
copy /Y "$(TargetDir)System.Data.SQLite.dll" "$(SolutionDir)BUILD\lib"
|
|
|
|
|
copy /Y "$(TargetDir)SQLite.Interop.dll" "$(SolutionDir)Admin\lib"
|
|
|
|
|
copy /Y "$(TargetDir)System.Data.SQLite.dll" "$(SolutionDir)Admin\lib"
|
2017-05-26 18:49:27 -04:00
|
|
|
|
copy /Y "$(TargetDir)$(TargetName).dll" "$(SolutionDir)BUILD\lib"
|
|
|
|
|
copy /Y "$(TargetDir)$(TargetName).dll" "$(SolutionDir)Admin\lib"
|
|
|
|
|
copy /Y "$(TargetDir)Newtonsoft.Json.dll" "$(SolutionDir)BUILD\lib"
|
2017-11-25 20:29:58 -05:00
|
|
|
|
copy /Y "$(TargetDir)Newtonsoft.Json.dll" "$(SolutionDir)Admin\lib"
|
|
|
|
|
if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
|
|
|
|
|
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
|
|
|
|
|
if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
|
|
|
|
|
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
|
2015-08-20 13:52:30 -04:00
|
|
|
|
</PropertyGroup>
|
2017-11-02 12:49:45 -04:00
|
|
|
|
<PropertyGroup>
|
2017-11-04 19:42:31 -04:00
|
|
|
|
<PreBuildEvent>if exist "$(SolutionDir)BUILD\Plugins" rmdir /Q /S "$(SolutionDir)BUILD\Plugins"
|
|
|
|
|
mkdir "$(SolutionDir)BUILD\Plugins"
|
|
|
|
|
|
|
|
|
|
if not exist "$(SolutionDir)BUILD" mkdir "$(SolutionDir)BUILD"
|
2017-11-02 12:49:45 -04:00
|
|
|
|
if not exist "$(SolutionDir)BUILD\Lib" mkdir "$(SolutionDir)BUILD\Lib"
|
|
|
|
|
if not exist "$(SolutionDir)BUILD\userraw\scripts" mkdir "$(SolutionDir)BUILD\userraw\scripts"</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<!-- 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>
|