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

Last change on this file since 420 was 420, checked in by alloc, 20 months ago

A21 preparations.
NOT COMPATIBLE WITH A20 ANYMORE!

File size: 6.8 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>
[355]12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[251]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>
[254]21 <NoStdLib>true</NoStdLib>
[251]22 </PropertyGroup>
[330]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>
[355]29 <WarningLevel>4</WarningLevel>
30 <NoStdLib>true</NoStdLib>
[330]31 </PropertyGroup>
[373]32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
34 <DebugType>full</DebugType>
35 </PropertyGroup>
[251]36 <ItemGroup>
[369]37 <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
38 <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath>
39 <Private>False</Private>
40 </Reference>
[420]41 <Reference Include="com.rlabrecque.steamworks.net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
42 <HintPath>..\7dtd-binaries\com.rlabrecque.steamworks.net.dll</HintPath>
43 <Private>False</Private>
44 </Reference>
[251]45 <Reference Include="LogLibrary">
46 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
47 <Private>False</Private>
48 </Reference>
[420]49 <Reference Include="MapRendering, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
50 <HintPath>..\7dtd-binaries\MapRendering.dll</HintPath>
51 <Private>False</Private>
52 </Reference>
[367]53 <Reference Include="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
54 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
55 <Private>False</Private>
56 </Reference>
[251]57 <Reference Include="UnityEngine">
58 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
59 <Private>False</Private>
60 </Reference>
61 <Reference Include="Assembly-CSharp">
62 <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
63 <Private>False</Private>
64 </Reference>
65 <Reference Include="mscorlib">
66 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
67 <Private>False</Private>
68 </Reference>
69 <Reference Include="System.Xml">
70 <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
71 <Private>False</Private>
72 </Reference>
[314]73 <Reference Include="System">
74 <HintPath>..\7dtd-binaries\System.dll</HintPath>
75 <Private>False</Private>
76 </Reference>
[324]77 <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
78 <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
79 <Private>False</Private>
80 </Reference>
81 <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
82 <HintPath>..\7dtd-binaries\UnityEngine.ImageConversionModule.dll</HintPath>
83 <Private>False</Private>
84 </Reference>
[420]85 <Reference Include="WebServer, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
86 <HintPath>..\7dtd-binaries\WebServer.dll</HintPath>
87 <Private>False</Private>
88 </Reference>
[251]89 </ItemGroup>
90 <ItemGroup>
91 <Compile Include="AssemblyInfo.cs" />
92 <Compile Include="API.cs" />
93 <Compile Include="Web\API\GetAnimalsLocation.cs" />
94 <Compile Include="Web\API\GetHostileLocation.cs" />
95 <Compile Include="Web\API\Null.cs" />
[367]96 <Compile Include="Web\SSE\EventLog.cs" />
97 <Compile Include="Web\SSE\SseHandler.cs" />
98 <Compile Include="Web\SSE\EventBase.cs" />
[251]99 <Compile Include="Web\Web.cs" />
100 <Compile Include="Web\MimeType.cs" />
101 <Compile Include="Web\API\GetPlayersOnline.cs" />
102 <Compile Include="Web\API\WebAPI.cs" />
103 <Compile Include="Web\API\GetPlayersLocation.cs" />
104 <Compile Include="Web\API\GetPlayerInventory.cs" />
105 <Compile Include="Web\API\GetLandClaims.cs" />
106 <Compile Include="Commands\webstat.cs" />
107 <Compile Include="Web\API\GetStats.cs" />
108 <Compile Include="Web\WebConnection.cs" />
109 <Compile Include="Web\OpenID.cs" />
110 <Compile Include="Web\ConnectionHandler.cs" />
111 <Compile Include="Web\WebPermissions.cs" />
112 <Compile Include="Web\Handlers\ApiHandler.cs" />
113 <Compile Include="Web\Handlers\ItemIconHandler.cs" />
114 <Compile Include="Web\Handlers\PathHandler.cs" />
115 <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" />
116 <Compile Include="Web\Handlers\StaticHandler.cs" />
117 <Compile Include="Web\Handlers\SessionHandler.cs" />
118 <Compile Include="Web\API\ExecuteConsoleCommand.cs" />
119 <Compile Include="Commands\ReloadWebPermissions.cs" />
120 <Compile Include="Web\Handlers\UserStatusHandler.cs" />
121 <Compile Include="Commands\WebTokens.cs" />
122 <Compile Include="Commands\WebPermissionsCmd.cs" />
123 <Compile Include="Web\LogBuffer.cs" />
124 <Compile Include="Web\API\GetLog.cs" />
125 <Compile Include="Web\API\GetWebUIUpdates.cs" />
[277]126 <Compile Include="Web\API\GetServerInfo.cs" />
[279]127 <Compile Include="Web\API\GetPlayerList.cs" />
128 <Compile Include="Web\WebCommandResult.cs" />
129 <Compile Include="Web\API\GetAllowedCommands.cs" />
[322]130 <Compile Include="Web\API\GetPlayerInventories.cs" />
[251]131 </ItemGroup>
132 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
133 <ItemGroup>
134 <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
135 <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
136 <Name>7dtd-server-fixes</Name>
137 <Private>False</Private>
138 </ProjectReference>
139 </ItemGroup>
140 <ItemGroup>
141 <None Include="ModInfo.xml">
142 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
143 </None>
[314]144 <None Include="steam-intermediate.cer">
145 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
146 </None>
147 <None Include="steam-rootca.cer">
148 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
149 </None>
[251]150 </ItemGroup>
[230]151</Project>
Note: See TracBrowser for help on using the repository browser.