source: binary-improvements/MapRendering/WebAndMapRendering.csproj@ 461

Last change on this file since 461 was 456, checked in by alloc, 16 months ago

25_30_45

  • Readded WebTokens_Legacy command to inform users to use vanilla's webtokens command instead
File size: 5.9 KB
RevLine 
[251]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>
[254]6 <ProductVersion>8.0.30703</ProductVersion>
[251]7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>MapRendering</RootNamespace>
[420]11 <AssemblyName>AllocsWeb</AssemblyName>
[450]12 <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
[454]13 <Nullable>warnings</Nullable>
14 <LangVersion>9</LangVersion>
[251]15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
17 <DebugType>none</DebugType>
18 <Optimize>true</Optimize>
19 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 <ConsolePause>false</ConsolePause>
[254]23 <NoStdLib>true</NoStdLib>
[251]24 </PropertyGroup>
[330]25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
26 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
27 <DefineConstants>ENABLE_PROFILER</DefineConstants>
28 <Optimize>true</Optimize>
29 <DebugSymbols>true</DebugSymbols>
30 <DebugType>full</DebugType>
[355]31 <WarningLevel>4</WarningLevel>
32 <NoStdLib>true</NoStdLib>
[330]33 </PropertyGroup>
[373]34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
36 <DebugType>full</DebugType>
37 </PropertyGroup>
[251]38 <ItemGroup>
[369]39 <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
40 <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath>
41 <Private>False</Private>
42 </Reference>
[420]43 <Reference Include="com.rlabrecque.steamworks.net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
44 <HintPath>..\7dtd-binaries\com.rlabrecque.steamworks.net.dll</HintPath>
45 <Private>False</Private>
46 </Reference>
[251]47 <Reference Include="LogLibrary">
48 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
49 <Private>False</Private>
50 </Reference>
[420]51 <Reference Include="MapRendering, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
52 <HintPath>..\7dtd-binaries\MapRendering.dll</HintPath>
53 <Private>False</Private>
54 </Reference>
[367]55 <Reference Include="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
56 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
57 <Private>False</Private>
58 </Reference>
[454]59 <Reference Include="SpaceWizards.HttpListener">
60 <HintPath>..\7dtd-binaries\SpaceWizards.HttpListener.dll</HintPath>
61 <Private>False</Private>
62 </Reference>
[251]63 <Reference Include="UnityEngine">
64 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
65 <Private>False</Private>
66 </Reference>
67 <Reference Include="Assembly-CSharp">
68 <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
69 <Private>False</Private>
70 </Reference>
71 <Reference Include="mscorlib">
72 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
73 <Private>False</Private>
74 </Reference>
75 <Reference Include="System.Xml">
76 <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
77 <Private>False</Private>
78 </Reference>
[314]79 <Reference Include="System">
80 <HintPath>..\7dtd-binaries\System.dll</HintPath>
81 <Private>False</Private>
82 </Reference>
[324]83 <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
84 <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
85 <Private>False</Private>
86 </Reference>
87 <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
88 <HintPath>..\7dtd-binaries\UnityEngine.ImageConversionModule.dll</HintPath>
89 <Private>False</Private>
90 </Reference>
[455]91 <Reference Include="Utf8Json">
92 <HintPath>..\7dtd-binaries\Utf8Json.dll</HintPath>
93 <Private>False</Private>
94 </Reference>
[420]95 <Reference Include="WebServer, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
96 <HintPath>..\7dtd-binaries\WebServer.dll</HintPath>
97 <Private>False</Private>
98 </Reference>
[251]99 </ItemGroup>
100 <ItemGroup>
[454]101 <Compile Include="API\ExecuteConsoleCommand.cs" />
102 <Compile Include="API\GetAllowedCommands.cs" />
103 <Compile Include="API\GetAnimalsLocation.cs" />
[455]104 <Compile Include="API\GetEntityListAbs.cs" />
[454]105 <Compile Include="API\GetHostileLocation.cs" />
106 <Compile Include="API\GetLandClaims.cs" />
107 <Compile Include="API\GetLog.cs" />
108 <Compile Include="API\GetPlayerInventories.cs" />
109 <Compile Include="API\GetPlayerInventory.cs" />
110 <Compile Include="API\GetPlayerList.cs" />
111 <Compile Include="API\GetPlayersLocation.cs" />
112 <Compile Include="API\GetPlayersOnline.cs" />
113 <Compile Include="API\GetServerInfo.cs" />
114 <Compile Include="API\GetStats.cs" />
115 <Compile Include="API\GetWebUIUpdates.cs" />
[251]116 <Compile Include="AssemblyInfo.cs" />
117 <Compile Include="API.cs" />
[454]118 <Compile Include="SteamLoginApi.cs" />
119 <Compile Include="WebCommandResult.cs" />
[456]120 <Compile Include="WebTokens_Legacy.cs" />
[251]121 </ItemGroup>
122 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
123 <ItemGroup>
124 <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
125 <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
126 <Name>7dtd-server-fixes</Name>
127 <Private>False</Private>
128 </ProjectReference>
129 </ItemGroup>
130 <ItemGroup>
131 <None Include="ModInfo.xml">
132 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
133 </None>
134 </ItemGroup>
[230]135</Project>
Note: See TracBrowser for help on using the repository browser.