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 />
|
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>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<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>
|
|
|
|
|
<ItemGroup>
|
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>
|
|
|
|
|
</Reference>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Data.SQLite">
|
2016-01-15 17:15:39 -05:00
|
|
|
|
<HintPath>D:\SOURCE\Admin\lib\System.Data.SQLite.dll</HintPath>
|
2015-08-20 01:06:44 -04:00
|
|
|
|
</Reference>
|
|
|
|
|
<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-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" />
|
|
|
|
|
<Compile Include="Exceptions\ServerException.cs" />
|
|
|
|
|
<Compile Include="Interfaces\IManager.cs" />
|
|
|
|
|
<Compile Include="Interfaces\ISerializable.cs" />
|
|
|
|
|
<Compile Include="Penalty.cs" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Compile Include="Command.cs" />
|
|
|
|
|
<Compile Include="Database.cs" />
|
|
|
|
|
<Compile Include="Event.cs" />
|
|
|
|
|
<Compile Include="File.cs" />
|
|
|
|
|
<Compile Include="Dvar.cs" />
|
|
|
|
|
<Compile Include="Log.cs" />
|
|
|
|
|
<Compile Include="Map.cs" />
|
2015-08-22 02:04:30 -04:00
|
|
|
|
<Compile Include="Miscellaneous.cs" />
|
2015-08-20 01:06:44 -04:00
|
|
|
|
<Compile Include="Player.cs" />
|
2017-05-27 00:22:50 -04:00
|
|
|
|
<Compile Include="Interfaces\IPlugin.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="Report.cs" />
|
|
|
|
|
<Compile Include="Server.cs" />
|
|
|
|
|
<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>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2015-08-20 13:52:30 -04:00
|
|
|
|
<PropertyGroup>
|
2017-05-26 18:49:27 -04:00
|
|
|
|
<PostBuildEvent>mkdir "$(SolutionDir)Admin\$(OutDir)plugins
|
|
|
|
|
copy /Y "$(TargetDir)$(TargetName).dll" "$(SolutionDir)BUILD\lib"
|
|
|
|
|
copy /Y "$(TargetDir)$(TargetName).dll" "$(SolutionDir)Admin\lib"
|
|
|
|
|
copy /Y "$(TargetDir)System.Data.SQLite.dll" "$(SolutionDir)BUILD\lib"
|
|
|
|
|
copy /Y "$(TargetDir)Newtonsoft.Json.dll" "$(SolutionDir)BUILD\lib"
|
|
|
|
|
copy /Y "$(TargetDir)Newtonsoft.Json.dll" "$(SolutionDir)Admin\lib"</PostBuildEvent>
|
2015-08-20 13:52:30 -04:00
|
|
|
|
</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>
|