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

Last change on this file since 358 was 355, checked in by alloc, 5 years ago

A18 compatibility build, 19_22_32

File size: 5.8 KB
Line 
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>{A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>MapRendering</RootNamespace>
11 <AssemblyName>MapRendering</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
15 <DebugType>none</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <ConsolePause>false</ConsolePause>
21 <NoStdLib>true</NoStdLib>
22 </PropertyGroup>
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
24 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
25 <DefineConstants>ENABLE_PROFILER</DefineConstants>
26 <Optimize>true</Optimize>
27 <DebugSymbols>true</DebugSymbols>
28 <DebugType>full</DebugType>
29 <WarningLevel>4</WarningLevel>
30 <NoStdLib>true</NoStdLib>
31 </PropertyGroup>
32 <ItemGroup>
33 <Reference Include="LogLibrary">
34 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
35 <Private>False</Private>
36 </Reference>
37 <Reference Include="UnityEngine">
38 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
39 <Private>False</Private>
40 </Reference>
41 <Reference Include="Assembly-CSharp">
42 <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
43 <Private>False</Private>
44 </Reference>
45 <Reference Include="mscorlib">
46 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
47 <Private>False</Private>
48 </Reference>
49 <Reference Include="System.Xml">
50 <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
51 <Private>False</Private>
52 </Reference>
53 <Reference Include="System">
54 <HintPath>..\7dtd-binaries\System.dll</HintPath>
55 <Private>False</Private>
56 </Reference>
57 <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
58 <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
59 <Private>False</Private>
60 </Reference>
61 <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
62 <HintPath>..\7dtd-binaries\UnityEngine.ImageConversionModule.dll</HintPath>
63 <Private>False</Private>
64 </Reference>
65 </ItemGroup>
66 <ItemGroup>
67 <Compile Include="AssemblyInfo.cs" />
68 <Compile Include="MapRendering\MapRendering.cs" />
69 <Compile Include="MapRendering\MapRenderBlockBuffer.cs" />
70 <Compile Include="MapRendering\Constants.cs" />
71 <Compile Include="Commands\RenderMap.cs" />
72 <Compile Include="Commands\EnableRendering.cs" />
73 <Compile Include="API.cs" />
74 <Compile Include="Web\API\GetAnimalsLocation.cs" />
75 <Compile Include="Web\API\GetHostileLocation.cs" />
76 <Compile Include="Web\API\Null.cs" />
77 <Compile Include="Web\Web.cs" />
78 <Compile Include="Web\MimeType.cs" />
79 <Compile Include="Web\API\GetPlayersOnline.cs" />
80 <Compile Include="Web\API\WebAPI.cs" />
81 <Compile Include="Web\API\GetPlayersLocation.cs" />
82 <Compile Include="Web\API\GetPlayerInventory.cs" />
83 <Compile Include="Web\API\GetLandClaims.cs" />
84 <Compile Include="Commands\webstat.cs" />
85 <Compile Include="Web\API\GetStats.cs" />
86 <Compile Include="Web\WebConnection.cs" />
87 <Compile Include="Web\OpenID.cs" />
88 <Compile Include="Web\ConnectionHandler.cs" />
89 <Compile Include="Web\WebPermissions.cs" />
90 <Compile Include="Web\Handlers\ApiHandler.cs" />
91 <Compile Include="Web\Handlers\ItemIconHandler.cs" />
92 <Compile Include="Web\Handlers\PathHandler.cs" />
93 <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" />
94 <Compile Include="Web\Handlers\StaticHandler.cs" />
95 <Compile Include="Web\Handlers\SessionHandler.cs" />
96 <Compile Include="Web\API\ExecuteConsoleCommand.cs" />
97 <Compile Include="Commands\ReloadWebPermissions.cs" />
98 <Compile Include="Web\Handlers\UserStatusHandler.cs" />
99 <Compile Include="Commands\WebTokens.cs" />
100 <Compile Include="Commands\WebPermissionsCmd.cs" />
101 <Compile Include="Web\LogBuffer.cs" />
102 <Compile Include="Web\API\GetLog.cs" />
103 <Compile Include="Web\API\GetWebUIUpdates.cs" />
104 <Compile Include="Web\API\GetServerInfo.cs" />
105 <Compile Include="Web\API\GetPlayerList.cs" />
106 <Compile Include="Web\WebCommandResult.cs" />
107 <Compile Include="Web\API\GetAllowedCommands.cs" />
108 <Compile Include="Commands\EnableOpenIDDebug.cs" />
109 <Compile Include="Web\API\GetPlayerInventories.cs" />
110 </ItemGroup>
111 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
112 <ItemGroup>
113 <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
114 <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
115 <Name>7dtd-server-fixes</Name>
116 <Private>False</Private>
117 </ProjectReference>
118 </ItemGroup>
119 <ItemGroup />
120 <ItemGroup>
121 <None Include="ModInfo.xml">
122 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
123 </None>
124 <None Include="steam-intermediate.cer">
125 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
126 </None>
127 <None Include="steam-rootca.cer">
128 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
129 </None>
130 </ItemGroup>
131</Project>
Note: See TracBrowser for help on using the repository browser.