
* Features - Added more lenient version parsing for plugins (v#.# should work) - Added countdown option to restart command (!restart [seconds]) * Fixes - General fixes to work with the latest SE version - Fixed config changes not saving - Fixed crash on servers using the Windows Classic theme
381 lines
17 KiB
XML
381 lines
17 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.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>{CA50886B-7B22-4CD8-93A0-C06F38D4F77D}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Torch.Server</RootNamespace>
|
|
<AssemblyName>Torch.Server</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<DocumentationFile>bin\x64\Release\Torch.Server.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>Torch.Server.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>torchicon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="HavokWrapper, Version=1.0.6051.28726, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\HavokWrapper.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CodeAnalysis, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\Microsoft.CodeAnalysis.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CodeAnalysis.CSharp, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<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="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NLog.4.4.11\lib\net45\NLog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Sandbox.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\Sandbox.Common.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Sandbox.Game, Version=0.1.6305.30774, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\Sandbox.Game.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Sandbox.Graphics, Version=0.1.6305.30761, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\Sandbox.Graphics.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="SpaceEngineers.Game, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\SpaceEngineers.Game.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="SpaceEngineers.ObjectBuilders, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\SpaceEngineers.ObjectBuilders.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="SpaceEngineers.ObjectBuilders.XmlSerializers, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\SpaceEngineers.ObjectBuilders.XmlSerializers.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="SteamSDK, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\SteamSDK.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="VRage, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.Audio, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Audio.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="VRage.Dedicated, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Dedicated.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.Game, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Game.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.Game.XmlSerializers, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Game.XmlSerializers.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.Input, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Input.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.Library, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Library.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.Math, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Math.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.Native, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Native.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.OpenVRWrapper, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.OpenVRWrapper.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.Render, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Render.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.Render11, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Render11.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="VRage.Scripting, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GameBinaries\VRage.Scripting.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ListBoxExtensions.cs" />
|
|
<Compile Include="Managers\InstanceManager.cs" />
|
|
<Compile Include="NativeMethods.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>AssemblyInfo.tt</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo1.cs" />
|
|
<Compile Include="ServerStatistics.cs" />
|
|
<Compile Include="TorchConfig.cs" />
|
|
<Compile Include="TorchService.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="TorchServiceInstaller.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="ViewModels\BlockLimitViewModel.cs" />
|
|
<Compile Include="ViewModels\Entities\Blocks\BlockViewModel.cs" />
|
|
<Compile Include="ViewModels\Entities\Blocks\BlockViewModelGenerator.cs" />
|
|
<Compile Include="ViewModels\Entities\Blocks\PropertyViewModel.cs" />
|
|
<Compile Include="ViewModels\Entities\CharacterViewModel.cs" />
|
|
<Compile Include="ViewModels\ConfigDedicatedViewModel.cs" />
|
|
<Compile Include="ViewModels\EntityTreeViewModel.cs" />
|
|
<Compile Include="ViewModels\Entities\EntityViewModel.cs" />
|
|
<Compile Include="ViewModels\Entities\FloatingObjectViewModel.cs" />
|
|
<Compile Include="ViewModels\Entities\GridViewModel.cs" />
|
|
<Compile Include="ViewModels\ILazyLoad.cs" />
|
|
<Compile Include="ViewModels\PluginManagerViewModel.cs" />
|
|
<Compile Include="ViewModels\PluginViewModel.cs" />
|
|
<Compile Include="ViewModels\SessionSettingsViewModel.cs" />
|
|
<Compile Include="ViewModels\Entities\VoxelMapViewModel.cs" />
|
|
<Compile Include="ViewModels\SteamUserViewModel.cs" />
|
|
<Compile Include="Views\AddWorkshopItemsDialog.xaml.cs">
|
|
<DependentUpon>AddWorkshopItemsDialog.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Converters\InverseBooleanConverter.cs" />
|
|
<Compile Include="Views\Converters\Vector3DConverter.cs" />
|
|
<Compile Include="Views\Entities\Blocks\BlockView.xaml.cs">
|
|
<DependentUpon>BlockView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Entities\Blocks\PropertyView.xaml.cs">
|
|
<DependentUpon>PropertyView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\ChatControl.xaml.cs">
|
|
<DependentUpon>ChatControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\ConfigControl.xaml.cs">
|
|
<DependentUpon>ConfigControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\EntitiesControl.xaml.cs">
|
|
<DependentUpon>EntitiesControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Converters\StringBuilderConverter.cs" />
|
|
<Compile Include="Views\Converters\StringIdConverter.cs" />
|
|
<Compile Include="Views\Entities\GridView.xaml.cs">
|
|
<DependentUpon>GridView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Entities\VoxelMapView.xaml.cs">
|
|
<DependentUpon>VoxelMapView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\FirstTimeSetup.xaml.cs">
|
|
<DependentUpon>FirstTimeSetup.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\ModsControl.xaml.cs">
|
|
<DependentUpon>ModsControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\PluginsControl.xaml.cs">
|
|
<DependentUpon>PluginsControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\TorchUI.xaml.cs">
|
|
<DependentUpon>TorchUI.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\PlayerListControl.xaml.cs">
|
|
<DependentUpon>PlayerListControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="TorchServer.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<AppDesigner Include="Properties\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Torch.API\Torch.API.csproj">
|
|
<Project>{fba5d932-6254-4a1e-baf4-e229fa94e3c2}</Project>
|
|
<Name>Torch.API</Name>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Torch\Torch.csproj">
|
|
<Project>{7e01635c-3b67-472e-bcd6-c5539564f214}</Project>
|
|
<Name>Torch</Name>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="Views\AddWorkshopItemsDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\Entities\Blocks\BlockView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\Entities\Blocks\PropertyView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\ChatControl.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\ConfigControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\EntitiesControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\Entities\GridView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\Entities\VoxelMapView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\FirstTimeSetup.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\ModsControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\PluginsControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\TorchUI.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\PlayerListControl.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="torchicon.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Properties\AssemblyInfo.tt">
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
<LastGenOutput>AssemblyInfo.cs</LastGenOutput>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>cd "$(TargetDir)"
|
|
copy "$(SolutionDir)NLog.config" "$(TargetDir)"
|
|
"Torch Server Release.bat"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- 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> |