mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
92 lines
4.1 KiB
XML
92 lines
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{AC4E7E8B-F83A-481C-A8B0-8FA4E8AE59AB}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>TGS.Interface</RootNamespace>
|
|
<AssemblyName>TGServiceInterface</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>tgs.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DocumentationFile>bin\x86\Release\TGS.Interface.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>false</SignAssembly>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.ServiceModel" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AuthenticationHeaderApplicator.cs" />
|
|
<Compile Include="Components\Administration.cs" />
|
|
<Compile Include="Components\Byond.cs" />
|
|
<Compile Include="ChatSetupInfo.cs" />
|
|
<Compile Include="Command.cs" />
|
|
<Compile Include="Components\Compiler.cs" />
|
|
<Compile Include="Components\Config.cs" />
|
|
<Compile Include="Components\Connectivity.cs" />
|
|
<Compile Include="Components\DreamDaemon.cs" />
|
|
<Compile Include="Components\Chat.cs" />
|
|
<Compile Include="Components\Instance.cs" />
|
|
<Compile Include="Components\InstanceManager.cs" />
|
|
<Compile Include="Components\Landing.cs" />
|
|
<Compile Include="Definitions.cs" />
|
|
<Compile Include="Enumerations.cs" />
|
|
<Compile Include="Helpers.cs" />
|
|
<Compile Include="IInstance.cs" />
|
|
<Compile Include="InstanceMetadata.cs" />
|
|
<Compile Include="Instance.cs" />
|
|
<Compile Include="IServer.cs" />
|
|
<Compile Include="IClient.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Components\Repository.cs" />
|
|
<Compile Include="PullRequestInfo.cs" />
|
|
<Compile Include="RemoteLoginInfo.cs" />
|
|
<Compile Include="RootCommand.cs" />
|
|
<Compile Include="Client.cs" />
|
|
<Compile Include="..\AssemblyInfo.global.cs" />
|
|
<Compile Include="Components\Service.cs" />
|
|
<Compile Include="Components\Interop.cs" />
|
|
<Compile Include="Server.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="tgs.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="TGS.Interface.nuspec" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |