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

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

25_30_44

  • Got rid (mostly) of custom JSON serialization
  • Some code cleanup
File size: 5.9 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>AllocsWeb</AssemblyName>
12 <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
13 <Nullable>warnings</Nullable>
14 <LangVersion>9</LangVersion>
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>
23 <NoStdLib>true</NoStdLib>
24 </PropertyGroup>
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>
31 <WarningLevel>4</WarningLevel>
32 <NoStdLib>true</NoStdLib>
33 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
36 <DebugType>full</DebugType>
37 </PropertyGroup>
38 <ItemGroup>
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>
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>
47 <Reference Include="LogLibrary">
48 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
49 <Private>False</Private>
50 </Reference>
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>
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>
59 <Reference Include="SpaceWizards.HttpListener">
60 <HintPath>..\7dtd-binaries\SpaceWizards.HttpListener.dll</HintPath>
61 <Private>False</Private>
62 </Reference>
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>
79 <Reference Include="System">
80 <HintPath>..\7dtd-binaries\System.dll</HintPath>
81 <Private>False</Private>
82 </Reference>
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>
91 <Reference Include="Utf8Json">
92 <HintPath>..\7dtd-binaries\Utf8Json.dll</HintPath>
93 <Private>False</Private>
94 </Reference>
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>
99 </ItemGroup>
100 <ItemGroup>
101 <Compile Include="API\ExecuteConsoleCommand.cs" />
102 <Compile Include="API\GetAllowedCommands.cs" />
103 <Compile Include="API\GetAnimalsLocation.cs" />
104 <Compile Include="API\GetEntityListAbs.cs" />
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" />
116 <Compile Include="AssemblyInfo.cs" />
117 <Compile Include="API.cs" />
118 <Compile Include="SteamLoginApi.cs" />
119 <Compile Include="WebCommandResult.cs" />
120 </ItemGroup>
121 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
122 <ItemGroup>
123 <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
124 <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
125 <Name>7dtd-server-fixes</Name>
126 <Private>False</Private>
127 </ProjectReference>
128 </ItemGroup>
129 <ItemGroup>
130 <None Include="ModInfo.xml">
131 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
132 </None>
133 </ItemGroup>
134</Project>
Note: See TracBrowser for help on using the repository browser.