[391] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{01B5F981-B9FD-4364-8F9E-9127130D2542}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <RootNamespace>Webserver</RootNamespace>
|
---|
| 11 | <AssemblyName>WebServer</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[402] | 13 | <LangVersion>9</LangVersion>
|
---|
[391] | 14 | </PropertyGroup>
|
---|
| 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 16 | <DebugType>none</DebugType>
|
---|
| 17 | <Optimize>true</Optimize>
|
---|
| 18 | <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
|
---|
| 19 | <ErrorReport>prompt</ErrorReport>
|
---|
| 20 | <WarningLevel>4</WarningLevel>
|
---|
| 21 | <ConsolePause>false</ConsolePause>
|
---|
| 22 | <NoStdLib>true</NoStdLib>
|
---|
| 23 | </PropertyGroup>
|
---|
| 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
|
---|
| 25 | <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
|
---|
| 26 | <DefineConstants>ENABLE_PROFILER</DefineConstants>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
| 28 | <DebugSymbols>true</DebugSymbols>
|
---|
| 29 | <DebugType>full</DebugType>
|
---|
| 30 | <WarningLevel>4</WarningLevel>
|
---|
| 31 | <NoStdLib>true</NoStdLib>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 34 | <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
|
---|
| 35 | <DebugType>full</DebugType>
|
---|
| 36 | <DebugSymbols>true</DebugSymbols>
|
---|
| 37 | </PropertyGroup>
|
---|
[392] | 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Profiler|AnyCPU' ">
|
---|
| 39 | <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
|
---|
| 40 | <DefineConstants>ENABLE_PROFILER</DefineConstants>
|
---|
| 41 | <DebugSymbols>true</DebugSymbols>
|
---|
| 42 | <DebugType>full</DebugType>
|
---|
| 43 | </PropertyGroup>
|
---|
[391] | 44 | <ItemGroup>
|
---|
| 45 | <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
| 46 | <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath>
|
---|
| 47 | <Private>False</Private>
|
---|
| 48 | </Reference>
|
---|
[402] | 49 | <Reference Include="com.rlabrecque.steamworks.net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
| 50 | <HintPath>..\7dtd-binaries\com.rlabrecque.steamworks.net.dll</HintPath>
|
---|
| 51 | <Private>False</Private>
|
---|
| 52 | </Reference>
|
---|
[391] | 53 | <Reference Include="LogLibrary">
|
---|
| 54 | <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
|
---|
| 55 | <Private>False</Private>
|
---|
| 56 | </Reference>
|
---|
| 57 | <Reference Include="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
---|
| 58 | <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
|
---|
| 59 | <Private>False</Private>
|
---|
| 60 | </Reference>
|
---|
| 61 | <Reference Include="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
---|
| 62 | <HintPath>..\7dtd-binaries\System.dll</HintPath>
|
---|
| 63 | <Private>False</Private>
|
---|
| 64 | </Reference>
|
---|
| 65 | <Reference Include="System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
---|
| 66 | <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
|
---|
| 67 | <Private>False</Private>
|
---|
| 68 | </Reference>
|
---|
| 69 | <Reference Include="UnityEngine">
|
---|
| 70 | <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
|
---|
| 71 | <Private>False</Private>
|
---|
| 72 | </Reference>
|
---|
| 73 | <Reference Include="Assembly-CSharp">
|
---|
| 74 | <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
|
---|
| 75 | <Private>False</Private>
|
---|
| 76 | </Reference>
|
---|
| 77 | <Reference Include="mscorlib">
|
---|
| 78 | <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
|
---|
| 79 | <Private>False</Private>
|
---|
| 80 | </Reference>
|
---|
| 81 | <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
| 82 | <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
|
---|
| 83 | <Private>False</Private>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
| 86 | <HintPath>..\7dtd-binaries\UnityEngine.ImageConversionModule.dll</HintPath>
|
---|
| 87 | <Private>False</Private>
|
---|
| 88 | </Reference>
|
---|
[402] | 89 | <Reference Include="Utf8Json, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
| 90 | <HintPath>..\7dtd-binaries\Utf8Json.dll</HintPath>
|
---|
| 91 | <Private>False</Private>
|
---|
| 92 | </Reference>
|
---|
[391] | 93 | </ItemGroup>
|
---|
| 94 | <ItemGroup>
|
---|
[402] | 95 | <Compile Include="src\FileCache\AbstractCache.cs" />
|
---|
| 96 | <Compile Include="src\FileCache\DirectAccess.cs" />
|
---|
| 97 | <Compile Include="src\FileCache\InvalidateCachesCmd.cs" />
|
---|
| 98 | <Compile Include="src\FileCache\SimpleCache.cs" />
|
---|
| 99 | <Compile Include="src\LiveData\Animals.cs" />
|
---|
| 100 | <Compile Include="src\LiveData\EntityFilterList.cs" />
|
---|
| 101 | <Compile Include="src\LiveData\Hostiles.cs" />
|
---|
[391] | 102 | <Compile Include="src\ModApi.cs" />
|
---|
| 103 | <Compile Include="src\UrlHandlers\ApiHandler.cs" />
|
---|
| 104 | <Compile Include="src\UrlHandlers\SseHandler.cs" />
|
---|
| 105 | <Compile Include="src\WebAPI\AbsRestApi.cs" />
|
---|
| 106 | <Compile Include="src\WebAPI\AbsWebAPI.cs" />
|
---|
[402] | 107 | <Compile Include="src\WebAPI\APIs\Animal.cs" />
|
---|
| 108 | <Compile Include="src\WebAPI\APIs\Command.cs" />
|
---|
| 109 | <Compile Include="src\WebAPI\APIs\GetLandClaims.cs" />
|
---|
| 110 | <Compile Include="src\WebAPI\APIs\GetPlayerInventories.cs" />
|
---|
| 111 | <Compile Include="src\WebAPI\APIs\GetPlayerInventory.cs" />
|
---|
| 112 | <Compile Include="src\WebAPI\APIs\GetPlayerList.cs" />
|
---|
| 113 | <Compile Include="src\WebAPI\APIs\GetPlayersLocation.cs" />
|
---|
| 114 | <Compile Include="src\WebAPI\APIs\GetPlayersOnline.cs" />
|
---|
| 115 | <Compile Include="src\WebAPI\APIs\Hostile.cs" />
|
---|
| 116 | <Compile Include="src\WebAPI\APIs\Log.cs" />
|
---|
| 117 | <Compile Include="src\WebAPI\APIs\ServerInfo.cs" />
|
---|
| 118 | <Compile Include="src\WebAPI\APIs\ServerStats.cs" />
|
---|
| 119 | <Compile Include="src\WebAPI\APIs\WebMods.cs" />
|
---|
| 120 | <Compile Include="src\WebAPI\APIs\WebUiUpdates.cs" />
|
---|
| 121 | <Compile Include="src\WebAPI\JsonCommons.cs" />
|
---|
[391] | 122 | <Compile Include="src\WebAPI\Null.cs" />
|
---|
| 123 | <Compile Include="src\AssemblyInfo.cs" />
|
---|
| 124 | <Compile Include="src\Commands\EnableOpenIDDebug.cs" />
|
---|
| 125 | <Compile Include="src\Commands\ReloadWebPermissions.cs" />
|
---|
| 126 | <Compile Include="src\Commands\WebPermissionsCmd.cs" />
|
---|
| 127 | <Compile Include="src\Commands\WebTokens.cs" />
|
---|
| 128 | <Compile Include="src\ConnectionHandler.cs" />
|
---|
| 129 | <Compile Include="src\UrlHandlers\AbsHandler.cs" />
|
---|
| 130 | <Compile Include="src\UrlHandlers\ItemIconHandler.cs" />
|
---|
| 131 | <Compile Include="src\UrlHandlers\RewriteHandler.cs" />
|
---|
| 132 | <Compile Include="src\UrlHandlers\SessionHandler.cs" />
|
---|
| 133 | <Compile Include="src\UrlHandlers\SimpleRedirectHandler.cs" />
|
---|
| 134 | <Compile Include="src\UrlHandlers\StaticHandler.cs" />
|
---|
| 135 | <Compile Include="src\UrlHandlers\UserStatusHandler.cs" />
|
---|
| 136 | <Compile Include="src\LogBuffer.cs" />
|
---|
| 137 | <Compile Include="src\MimeType.cs" />
|
---|
| 138 | <Compile Include="src\OpenID.cs" />
|
---|
| 139 | <Compile Include="src\RequestContext.cs" />
|
---|
| 140 | <Compile Include="src\SSE\AbsEvent.cs" />
|
---|
| 141 | <Compile Include="src\SSE\EventLog.cs" />
|
---|
| 142 | <Compile Include="src\Web.cs" />
|
---|
| 143 | <Compile Include="src\WebCommandResult.cs" />
|
---|
| 144 | <Compile Include="src\WebConnection.cs" />
|
---|
| 145 | <Compile Include="src\WebMod.cs" />
|
---|
| 146 | <Compile Include="src\WebPermissions.cs" />
|
---|
| 147 | <Compile Include="src\WebUtils.cs" />
|
---|
| 148 | </ItemGroup>
|
---|
| 149 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 150 | <ItemGroup>
|
---|
| 151 | <None Include="ModInfo.xml">
|
---|
| 152 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 153 | </None>
|
---|
| 154 | <None Include="steam-intermediate.cer">
|
---|
| 155 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 156 | </None>
|
---|
| 157 | <None Include="steam-rootca.cer">
|
---|
| 158 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 159 | </None>
|
---|
| 160 | </ItemGroup>
|
---|
| 161 | <ItemGroup>
|
---|
| 162 | <ProjectReference Include="..\SpaceWizards.HttpListener\SpaceWizards.HttpListener.csproj">
|
---|
| 163 | <Project>{1c5368e1-a4cf-4580-86bb-dffb20ab682c}</Project>
|
---|
| 164 | <Name>SpaceWizards.HttpListener</Name>
|
---|
| 165 | <Private>False</Private>
|
---|
| 166 | </ProjectReference>
|
---|
| 167 | </ItemGroup>
|
---|
| 168 | </Project>
|
---|