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.8</TargetFrameworkVersion>
|
---|
13 | <LangVersion>9</LangVersion>
|
---|
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>
|
---|
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>
|
---|
44 | <ItemGroup>
|
---|
45 | <Reference Include="0Harmony, Version=2.10.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
46 | <HintPath>..\7dtd-binaries\0Harmony.dll</HintPath>
|
---|
47 | <Private>False</Private>
|
---|
48 | </Reference>
|
---|
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>
|
---|
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>
|
---|
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>
|
---|
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>
|
---|
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>
|
---|
97 | <Reference Include="Utf8Json, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
98 | <HintPath>..\7dtd-binaries\Utf8Json.dll</HintPath>
|
---|
99 | <Private>False</Private>
|
---|
100 | </Reference>
|
---|
101 | </ItemGroup>
|
---|
102 | <ItemGroup>
|
---|
103 | <Compile Include="src\ERequestMethod.cs" />
|
---|
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" />
|
---|
108 | <Compile Include="src\ResourceHelpers.cs" />
|
---|
109 | <Compile Include="src\LiveData\Animals.cs" />
|
---|
110 | <Compile Include="src\LiveData\EntityFilterList.cs" />
|
---|
111 | <Compile Include="src\LiveData\Hostiles.cs" />
|
---|
112 | <Compile Include="src\ModApi.cs" />
|
---|
113 | <Compile Include="src\Permissions\AdminWebModules.cs" />
|
---|
114 | <Compile Include="src\Permissions\AdminApiTokens.cs" />
|
---|
115 | <Compile Include="src\Permissions\AdminWebUsers.cs" />
|
---|
116 | <Compile Include="src\Permissions\PermissionUtils.cs" />
|
---|
117 | <Compile Include="src\Permissions\RegisterModules.cs" />
|
---|
118 | <Compile Include="src\UserRegistrationTokens.cs" />
|
---|
119 | <Compile Include="src\UrlHandlers\ApiHandler.cs" />
|
---|
120 | <Compile Include="src\UrlHandlers\SseHandler.cs" />
|
---|
121 | <Compile Include="src\WebAPI\AbsRestApi.cs" />
|
---|
122 | <Compile Include="src\WebAPI\AbsWebAPI.cs" />
|
---|
123 | <Compile Include="src\WebAPI\APIs\Command.cs" />
|
---|
124 | <Compile Include="src\WebAPI\APIs\GameData\Item.cs" />
|
---|
125 | <Compile Include="src\WebAPI\APIs\GameData\Mods.cs" />
|
---|
126 | <Compile Include="src\WebAPI\APIs\LogApi.cs" />
|
---|
127 | <Compile Include="src\WebAPI\APIs\OpenAPI.cs" />
|
---|
128 | <Compile Include="src\WebAPI\APIs\Permissions\Blacklist.cs" />
|
---|
129 | <Compile Include="src\WebAPI\APIs\Permissions\CommandPermissions.cs" />
|
---|
130 | <Compile Include="src\WebAPI\APIs\Permissions\PermissionsApiHelpers.cs" />
|
---|
131 | <Compile Include="src\WebAPI\APIs\Permissions\UserPermissions.cs" />
|
---|
132 | <Compile Include="src\WebAPI\APIs\Permissions\RegisterUser.cs" />
|
---|
133 | <Compile Include="src\WebAPI\APIs\Permissions\WebApiTokens.cs" />
|
---|
134 | <Compile Include="src\WebAPI\APIs\Permissions\WebModules.cs" />
|
---|
135 | <Compile Include="src\WebAPI\APIs\Permissions\WebUsers.cs" />
|
---|
136 | <Compile Include="src\WebAPI\APIs\Permissions\Whitelist.cs" />
|
---|
137 | <Compile Include="src\WebAPI\APIs\ServerState\GamePrefs.cs" />
|
---|
138 | <Compile Include="src\WebAPI\APIs\ServerState\GameStats.cs" />
|
---|
139 | <Compile Include="src\WebAPI\APIs\ServerState\KeyValueListAbs.cs" />
|
---|
140 | <Compile Include="src\WebAPI\APIs\ServerState\ServerInfo.cs" />
|
---|
141 | <Compile Include="src\WebAPI\APIs\ServerState\ServerStats.cs" />
|
---|
142 | <Compile Include="src\WebAPI\APIs\WorldState\Animal.cs" />
|
---|
143 | <Compile Include="src\WebAPI\APIs\WorldState\Bloodmoon.cs" />
|
---|
144 | <Compile Include="src\WebAPI\APIs\WorldState\GetLandClaims.cs" />
|
---|
145 | <Compile Include="src\WebAPI\APIs\WorldState\GetPlayerInventories.cs" />
|
---|
146 | <Compile Include="src\WebAPI\APIs\WorldState\GetPlayerInventory.cs" />
|
---|
147 | <Compile Include="src\WebAPI\APIs\WorldState\GetPlayerList.cs" />
|
---|
148 | <Compile Include="src\WebAPI\APIs\WorldState\GetPlayersLocation.cs" />
|
---|
149 | <Compile Include="src\WebAPI\APIs\WorldState\GetPlayersOnline.cs" />
|
---|
150 | <Compile Include="src\WebAPI\APIs\WorldState\Hostile.cs" />
|
---|
151 | <Compile Include="src\WebAPI\APIs\WorldState\Player.cs" />
|
---|
152 | <Compile Include="src\WebAPI\JsonCommons.cs" />
|
---|
153 | <Compile Include="src\WebAPI\Null.cs" />
|
---|
154 | <Compile Include="src\AssemblyInfo.cs" />
|
---|
155 | <Compile Include="src\Commands\EnableOpenIDDebug.cs" />
|
---|
156 | <Compile Include="src\Commands\WebPermissionsCmd.cs" />
|
---|
157 | <Compile Include="src\Commands\WebTokens.cs" />
|
---|
158 | <Compile Include="src\ConnectionHandler.cs" />
|
---|
159 | <Compile Include="src\UrlHandlers\AbsHandler.cs" />
|
---|
160 | <Compile Include="src\UrlHandlers\ItemIconHandler.cs" />
|
---|
161 | <Compile Include="src\UrlHandlers\RewriteHandler.cs" />
|
---|
162 | <Compile Include="src\UrlHandlers\SessionHandler.cs" />
|
---|
163 | <Compile Include="src\UrlHandlers\SimpleRedirectHandler.cs" />
|
---|
164 | <Compile Include="src\UrlHandlers\StaticHandler.cs" />
|
---|
165 | <Compile Include="src\UrlHandlers\UserStatusHandler.cs" />
|
---|
166 | <Compile Include="src\LogBuffer.cs" />
|
---|
167 | <Compile Include="src\MimeType.cs" />
|
---|
168 | <Compile Include="src\OpenID.cs" />
|
---|
169 | <Compile Include="src\RequestContext.cs" />
|
---|
170 | <Compile Include="src\SSE\AbsEvent.cs" />
|
---|
171 | <Compile Include="src\SSE\EventLog.cs" />
|
---|
172 | <Compile Include="src\Web.cs" />
|
---|
173 | <Compile Include="src\WebAPI\OpenApiHelpers.cs" />
|
---|
174 | <Compile Include="src\WebCommandResult.cs" />
|
---|
175 | <Compile Include="src\WebConnection.cs" />
|
---|
176 | <Compile Include="src\WebMod.cs" />
|
---|
177 | <Compile Include="src\WebUtils.cs" />
|
---|
178 | </ItemGroup>
|
---|
179 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
180 | <ItemGroup>
|
---|
181 | <None Include="ModInfo.xml">
|
---|
182 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
183 | </None>
|
---|
184 | <None Include="steam-intermediate.cer">
|
---|
185 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
186 | </None>
|
---|
187 | <None Include="steam-rootca.cer">
|
---|
188 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
189 | </None>
|
---|
190 | <None Include="webroot\**" CopyToOutputDirectory="Always" LinkBase="webroot\" />
|
---|
191 | </ItemGroup>
|
---|
192 | <ItemGroup>
|
---|
193 | <ProjectReference Include="..\SpaceWizards.HttpListener\SpaceWizards.HttpListener.csproj">
|
---|
194 | <Project>{1c5368e1-a4cf-4580-86bb-dffb20ab682c}</Project>
|
---|
195 | <Name>SpaceWizards.HttpListener</Name>
|
---|
196 | <Private>False</Private>
|
---|
197 | </ProjectReference>
|
---|
198 | </ItemGroup>
|
---|
199 | <ItemGroup>
|
---|
200 | <EmbeddedResource Include="src\WebAPI\APIs\WorldState\Animal.openapi.yaml" />
|
---|
201 | <EmbeddedResource Include="src\WebAPI\OpenAPI.master.yaml" />
|
---|
202 | </ItemGroup>
|
---|
203 | <ItemGroup>
|
---|
204 | <EmbeddedResource Include="src\WebAPI\APIs\OpenAPI.openapi.yaml" />
|
---|
205 | </ItemGroup>
|
---|
206 | </Project>
|
---|