| [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>
|
|---|
| [453] | 12 | <TargetFrameworkVersion>v4.8</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>
|
|---|
| [469] | 35 | <DebugType>portable</DebugType>
|
|---|
| [391] | 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>
|
|---|
| [469] | 42 | <DebugType>portable</DebugType>
|
|---|
| [392] | 43 | </PropertyGroup>
|
|---|
| [391] | 44 | <ItemGroup>
|
|---|
| [487] | 45 | <Reference Include="0Harmony">
|
|---|
| [404] | 46 | <HintPath>..\7dtd-binaries\0Harmony.dll</HintPath>
|
|---|
| 47 | <Private>False</Private>
|
|---|
| 48 | </Reference>
|
|---|
| [391] | 49 | <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|---|
| 50 | <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath>
|
|---|
| 51 | <Private>False</Private>
|
|---|
| 52 | </Reference>
|
|---|
| [402] | 53 | <Reference Include="com.rlabrecque.steamworks.net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|---|
| 54 | <HintPath>..\7dtd-binaries\com.rlabrecque.steamworks.net.dll</HintPath>
|
|---|
| 55 | <Private>False</Private>
|
|---|
| 56 | </Reference>
|
|---|
| [391] | 57 | <Reference Include="LogLibrary">
|
|---|
| 58 | <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
|
|---|
| 59 | <Private>False</Private>
|
|---|
| 60 | </Reference>
|
|---|
| 61 | <Reference Include="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|---|
| 62 | <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
|
|---|
| 63 | <Private>False</Private>
|
|---|
| 64 | </Reference>
|
|---|
| 65 | <Reference Include="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|---|
| 66 | <HintPath>..\7dtd-binaries\System.dll</HintPath>
|
|---|
| 67 | <Private>False</Private>
|
|---|
| 68 | </Reference>
|
|---|
| 69 | <Reference Include="System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|---|
| 70 | <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
|
|---|
| 71 | <Private>False</Private>
|
|---|
| 72 | </Reference>
|
|---|
| [404] | 73 | <Reference Include="System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|---|
| 74 | <HintPath>..\7dtd-binaries\System.Xml.Linq.dll</HintPath>
|
|---|
| 75 | <Private>False</Private>
|
|---|
| 76 | </Reference>
|
|---|
| [391] | 77 | <Reference Include="UnityEngine">
|
|---|
| 78 | <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
|
|---|
| 79 | <Private>False</Private>
|
|---|
| 80 | </Reference>
|
|---|
| 81 | <Reference Include="Assembly-CSharp">
|
|---|
| 82 | <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
|
|---|
| 83 | <Private>False</Private>
|
|---|
| 84 | </Reference>
|
|---|
| 85 | <Reference Include="mscorlib">
|
|---|
| 86 | <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
|
|---|
| 87 | <Private>False</Private>
|
|---|
| 88 | </Reference>
|
|---|
| 89 | <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|---|
| 90 | <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
|
|---|
| 91 | <Private>False</Private>
|
|---|
| 92 | </Reference>
|
|---|
| 93 | <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|---|
| 94 | <HintPath>..\7dtd-binaries\UnityEngine.ImageConversionModule.dll</HintPath>
|
|---|
| 95 | <Private>False</Private>
|
|---|
| 96 | </Reference>
|
|---|
| [487] | 97 | <Reference Include="Utf8Json">
|
|---|
| [402] | 98 | <HintPath>..\7dtd-binaries\Utf8Json.dll</HintPath>
|
|---|
| 99 | <Private>False</Private>
|
|---|
| 100 | </Reference>
|
|---|
| [391] | 101 | </ItemGroup>
|
|---|
| 102 | <ItemGroup>
|
|---|
| [426] | 103 | <Compile Include="src\ERequestMethod.cs" />
|
|---|
| [402] | 104 | <Compile Include="src\FileCache\AbstractCache.cs" />
|
|---|
| 105 | <Compile Include="src\FileCache\DirectAccess.cs" />
|
|---|
| 106 | <Compile Include="src\FileCache\InvalidateCachesCmd.cs" />
|
|---|
| 107 | <Compile Include="src\FileCache\SimpleCache.cs" />
|
|---|
| [459] | 108 | <Compile Include="src\ResourceHelpers.cs" />
|
|---|
| [402] | 109 | <Compile Include="src\LiveData\Animals.cs" />
|
|---|
| 110 | <Compile Include="src\LiveData\EntityFilterList.cs" />
|
|---|
| 111 | <Compile Include="src\LiveData\Hostiles.cs" />
|
|---|
| [391] | 112 | <Compile Include="src\ModApi.cs" />
|
|---|
| [404] | 113 | <Compile Include="src\Permissions\AdminWebModules.cs" />
|
|---|
| 114 | <Compile Include="src\Permissions\AdminApiTokens.cs" />
|
|---|
| 115 | <Compile Include="src\Permissions\AdminWebUsers.cs" />
|
|---|
| [425] | 116 | <Compile Include="src\Permissions\PermissionUtils.cs" />
|
|---|
| [404] | 117 | <Compile Include="src\Permissions\RegisterModules.cs" />
|
|---|
| [487] | 118 | <Compile Include="src\SSE\SseClient.cs" />
|
|---|
| [413] | 119 | <Compile Include="src\UserRegistrationTokens.cs" />
|
|---|
| [391] | 120 | <Compile Include="src\UrlHandlers\ApiHandler.cs" />
|
|---|
| 121 | <Compile Include="src\UrlHandlers\SseHandler.cs" />
|
|---|
| 122 | <Compile Include="src\WebAPI\AbsRestApi.cs" />
|
|---|
| 123 | <Compile Include="src\WebAPI\AbsWebAPI.cs" />
|
|---|
| [402] | 124 | <Compile Include="src\WebAPI\APIs\Command.cs" />
|
|---|
| [485] | 125 | <Compile Include="src\WebAPI\APIs\GameData\EntityClass.cs" />
|
|---|
| [433] | 126 | <Compile Include="src\WebAPI\APIs\GameData\Item.cs" />
|
|---|
| 127 | <Compile Include="src\WebAPI\APIs\GameData\Mods.cs" />
|
|---|
| [459] | 128 | <Compile Include="src\WebAPI\APIs\LogApi.cs" />
|
|---|
| 129 | <Compile Include="src\WebAPI\APIs\OpenAPI.cs" />
|
|---|
| [434] | 130 | <Compile Include="src\WebAPI\APIs\Permissions\Blacklist.cs" />
|
|---|
| 131 | <Compile Include="src\WebAPI\APIs\Permissions\CommandPermissions.cs" />
|
|---|
| 132 | <Compile Include="src\WebAPI\APIs\Permissions\PermissionsApiHelpers.cs" />
|
|---|
| 133 | <Compile Include="src\WebAPI\APIs\Permissions\UserPermissions.cs" />
|
|---|
| [433] | 134 | <Compile Include="src\WebAPI\APIs\Permissions\RegisterUser.cs" />
|
|---|
| [434] | 135 | <Compile Include="src\WebAPI\APIs\Permissions\WebApiTokens.cs" />
|
|---|
| 136 | <Compile Include="src\WebAPI\APIs\Permissions\WebModules.cs" />
|
|---|
| 137 | <Compile Include="src\WebAPI\APIs\Permissions\WebUsers.cs" />
|
|---|
| 138 | <Compile Include="src\WebAPI\APIs\Permissions\Whitelist.cs" />
|
|---|
| [437] | 139 | <Compile Include="src\WebAPI\APIs\ServerState\GamePrefs.cs" />
|
|---|
| 140 | <Compile Include="src\WebAPI\APIs\ServerState\GameStats.cs" />
|
|---|
| [457] | 141 | <Compile Include="src\WebAPI\APIs\ServerState\KeyValueListAbs.cs" />
|
|---|
| [437] | 142 | <Compile Include="src\WebAPI\APIs\ServerState\ServerInfo.cs" />
|
|---|
| 143 | <Compile Include="src\WebAPI\APIs\ServerState\ServerStats.cs" />
|
|---|
| [433] | 144 | <Compile Include="src\WebAPI\APIs\WorldState\Animal.cs" />
|
|---|
| [437] | 145 | <Compile Include="src\WebAPI\APIs\WorldState\Bloodmoon.cs" />
|
|---|
| [433] | 146 | <Compile Include="src\WebAPI\APIs\WorldState\GetLandClaims.cs" />
|
|---|
| 147 | <Compile Include="src\WebAPI\APIs\WorldState\GetPlayerInventories.cs" />
|
|---|
| 148 | <Compile Include="src\WebAPI\APIs\WorldState\GetPlayerInventory.cs" />
|
|---|
| 149 | <Compile Include="src\WebAPI\APIs\WorldState\GetPlayerList.cs" />
|
|---|
| 150 | <Compile Include="src\WebAPI\APIs\WorldState\GetPlayersLocation.cs" />
|
|---|
| 151 | <Compile Include="src\WebAPI\APIs\WorldState\GetPlayersOnline.cs" />
|
|---|
| 152 | <Compile Include="src\WebAPI\APIs\WorldState\Hostile.cs" />
|
|---|
| 153 | <Compile Include="src\WebAPI\APIs\WorldState\Player.cs" />
|
|---|
| [486] | 154 | <Compile Include="src\WebAPI\EApiErrorCode.cs" />
|
|---|
| [402] | 155 | <Compile Include="src\WebAPI\JsonCommons.cs" />
|
|---|
| [391] | 156 | <Compile Include="src\WebAPI\Null.cs" />
|
|---|
| 157 | <Compile Include="src\AssemblyInfo.cs" />
|
|---|
| 158 | <Compile Include="src\Commands\EnableOpenIDDebug.cs" />
|
|---|
| 159 | <Compile Include="src\Commands\WebPermissionsCmd.cs" />
|
|---|
| 160 | <Compile Include="src\Commands\WebTokens.cs" />
|
|---|
| 161 | <Compile Include="src\ConnectionHandler.cs" />
|
|---|
| 162 | <Compile Include="src\UrlHandlers\AbsHandler.cs" />
|
|---|
| 163 | <Compile Include="src\UrlHandlers\ItemIconHandler.cs" />
|
|---|
| 164 | <Compile Include="src\UrlHandlers\RewriteHandler.cs" />
|
|---|
| 165 | <Compile Include="src\UrlHandlers\SessionHandler.cs" />
|
|---|
| 166 | <Compile Include="src\UrlHandlers\SimpleRedirectHandler.cs" />
|
|---|
| 167 | <Compile Include="src\UrlHandlers\StaticHandler.cs" />
|
|---|
| 168 | <Compile Include="src\UrlHandlers\UserStatusHandler.cs" />
|
|---|
| 169 | <Compile Include="src\LogBuffer.cs" />
|
|---|
| 170 | <Compile Include="src\MimeType.cs" />
|
|---|
| 171 | <Compile Include="src\OpenID.cs" />
|
|---|
| 172 | <Compile Include="src\RequestContext.cs" />
|
|---|
| 173 | <Compile Include="src\SSE\AbsEvent.cs" />
|
|---|
| 174 | <Compile Include="src\SSE\EventLog.cs" />
|
|---|
| 175 | <Compile Include="src\Web.cs" />
|
|---|
| [459] | 176 | <Compile Include="src\WebAPI\OpenApiHelpers.cs" />
|
|---|
| [391] | 177 | <Compile Include="src\WebCommandResult.cs" />
|
|---|
| 178 | <Compile Include="src\WebConnection.cs" />
|
|---|
| 179 | <Compile Include="src\WebMod.cs" />
|
|---|
| 180 | <Compile Include="src\WebUtils.cs" />
|
|---|
| 181 | </ItemGroup>
|
|---|
| 182 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|---|
| 183 | <ItemGroup>
|
|---|
| 184 | <None Include="ModInfo.xml">
|
|---|
| 185 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|---|
| 186 | </None>
|
|---|
| 187 | <None Include="steam-intermediate.cer">
|
|---|
| 188 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|---|
| 189 | </None>
|
|---|
| 190 | <None Include="steam-rootca.cer">
|
|---|
| 191 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|---|
| 192 | </None>
|
|---|
| [432] | 193 | <None Include="webroot\**" CopyToOutputDirectory="Always" LinkBase="webroot\" />
|
|---|
| [391] | 194 | </ItemGroup>
|
|---|
| 195 | <ItemGroup>
|
|---|
| 196 | <ProjectReference Include="..\SpaceWizards.HttpListener\SpaceWizards.HttpListener.csproj">
|
|---|
| 197 | <Project>{1c5368e1-a4cf-4580-86bb-dffb20ab682c}</Project>
|
|---|
| 198 | <Name>SpaceWizards.HttpListener</Name>
|
|---|
| 199 | <Private>False</Private>
|
|---|
| 200 | </ProjectReference>
|
|---|
| 201 | </ItemGroup>
|
|---|
| [457] | 202 | <ItemGroup>
|
|---|
| [463] | 203 | <EmbeddedResource Include="src\UrlHandlers\ItemIconHandler.openapi.yaml" />
|
|---|
| 204 | <EmbeddedResource Include="src\UrlHandlers\SessionHandler.openapi.yaml" />
|
|---|
| 205 | <EmbeddedResource Include="src\UrlHandlers\UserStatusHandler.openapi.yaml" />
|
|---|
| [485] | 206 | <EmbeddedResource Include="src\WebAPI\APIs\GameData\EntityClass.openapi.yaml" />
|
|---|
| [460] | 207 | <EmbeddedResource Include="src\WebAPI\APIs\GameData\Item.openapi.yaml" />
|
|---|
| 208 | <EmbeddedResource Include="src\WebAPI\APIs\GameData\Mods.openapi.yaml" />
|
|---|
| 209 | <EmbeddedResource Include="src\WebAPI\APIs\Log.openapi.yaml" />
|
|---|
| 210 | <EmbeddedResource Include="src\WebAPI\APIs\Command.openapi.yaml" />
|
|---|
| 211 | <EmbeddedResource Include="src\WebAPI\APIs\Permissions\Blacklist.openapi.yaml" />
|
|---|
| [462] | 212 | <EmbeddedResource Include="src\WebAPI\APIs\Permissions\CommandPermissions.openapi.yaml" />
|
|---|
| 213 | <EmbeddedResource Include="src\WebAPI\APIs\Permissions\RegisterUser.openapi.yaml" />
|
|---|
| 214 | <EmbeddedResource Include="src\WebAPI\APIs\Permissions\UserPermissions.openapi.yaml" />
|
|---|
| 215 | <EmbeddedResource Include="src\WebAPI\APIs\Permissions\WebApiTokens.openapi.yaml" />
|
|---|
| 216 | <EmbeddedResource Include="src\WebAPI\APIs\Permissions\WebModules.openapi.yaml" />
|
|---|
| 217 | <EmbeddedResource Include="src\WebAPI\APIs\Permissions\WebUsers.openapi.yaml" />
|
|---|
| 218 | <EmbeddedResource Include="src\WebAPI\APIs\Permissions\Whitelist.openapi.yaml" />
|
|---|
| [463] | 219 | <EmbeddedResource Include="src\WebAPI\APIs\ServerState\GamePrefs.openapi.yaml" />
|
|---|
| 220 | <EmbeddedResource Include="src\WebAPI\APIs\ServerState\GameStats.openapi.yaml" />
|
|---|
| 221 | <EmbeddedResource Include="src\WebAPI\APIs\ServerState\ServerInfo.openapi.yaml" />
|
|---|
| 222 | <EmbeddedResource Include="src\WebAPI\APIs\ServerState\ServerStats.openapi.yaml" />
|
|---|
| [459] | 223 | <EmbeddedResource Include="src\WebAPI\APIs\WorldState\Animal.openapi.yaml" />
|
|---|
| [463] | 224 | <EmbeddedResource Include="src\WebAPI\APIs\WorldState\Bloodmoon.openapi.yaml" />
|
|---|
| 225 | <EmbeddedResource Include="src\WebAPI\APIs\WorldState\Hostile.openapi.yaml" />
|
|---|
| 226 | <EmbeddedResource Include="src\WebAPI\APIs\WorldState\Player.openapi.yaml" />
|
|---|
| [459] | 227 | <EmbeddedResource Include="src\WebAPI\OpenAPI.master.yaml" />
|
|---|
| [457] | 228 | </ItemGroup>
|
|---|
| [459] | 229 | <ItemGroup>
|
|---|
| 230 | <EmbeddedResource Include="src\WebAPI\APIs\OpenAPI.openapi.yaml" />
|
|---|
| 231 | </ItemGroup>
|
|---|
| [391] | 232 | </Project>
|
|---|