source: binary-improvements/MapRendering/WebAndMapRendering.csproj

Last change on this file was 488, checked in by alloc, 5 months ago

27_32_48

  • V1.0 compatibility
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>portable</DebugType>
37 <DebugSymbols>true</DebugSymbols>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
41 <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath>
42 <Private>False</Private>
43 </Reference>
44 <Reference Include="com.rlabrecque.steamworks.net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
45 <HintPath>..\7dtd-binaries\com.rlabrecque.steamworks.net.dll</HintPath>
46 <Private>False</Private>
47 </Reference>
48 <Reference Include="LogLibrary">
49 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
50 <Private>False</Private>
51 </Reference>
52 <Reference Include="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
53 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
54 <Private>False</Private>
55 </Reference>
56 <Reference Include="SpaceWizards.HttpListener">
57 <HintPath>..\7dtd-binaries\SpaceWizards.HttpListener.dll</HintPath>
58 <Private>False</Private>
59 </Reference>
60 <Reference Include="UnityEngine">
61 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
62 <Private>False</Private>
63 </Reference>
64 <Reference Include="Assembly-CSharp">
65 <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
66 <Private>False</Private>
67 </Reference>
68 <Reference Include="mscorlib">
69 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
70 <Private>False</Private>
71 </Reference>
72 <Reference Include="System.Xml">
73 <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
74 <Private>False</Private>
75 </Reference>
76 <Reference Include="System">
77 <HintPath>..\7dtd-binaries\System.dll</HintPath>
78 <Private>False</Private>
79 </Reference>
80 <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
81 <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
82 <Private>False</Private>
83 </Reference>
84 <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
85 <HintPath>..\7dtd-binaries\UnityEngine.ImageConversionModule.dll</HintPath>
86 <Private>False</Private>
87 </Reference>
88 <Reference Include="Utf8Json">
89 <HintPath>..\7dtd-binaries\Utf8Json.dll</HintPath>
90 <Private>False</Private>
91 </Reference>
92 <Reference Include="WebServer, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
93 <HintPath>..\7dtd-binaries\WebServer.dll</HintPath>
94 <Private>False</Private>
95 </Reference>
96 </ItemGroup>
97 <ItemGroup>
98 <Compile Include="API\ExecuteConsoleCommand.cs" />
99 <Compile Include="API\GetAllowedCommands.cs" />
100 <Compile Include="API\GetAnimalsLocation.cs" />
101 <Compile Include="API\GetEntityListAbs.cs" />
102 <Compile Include="API\GetHostileLocation.cs" />
103 <Compile Include="API\GetLandClaims.cs" />
104 <Compile Include="API\GetLog.cs" />
105 <Compile Include="API\GetPlayerInventories.cs" />
106 <Compile Include="API\GetPlayerInventory.cs" />
107 <Compile Include="API\GetPlayerList.cs" />
108 <Compile Include="API\GetPlayersLocation.cs" />
109 <Compile Include="API\GetPlayersOnline.cs" />
110 <Compile Include="API\GetServerInfo.cs" />
111 <Compile Include="API\GetStats.cs" />
112 <Compile Include="API\GetWebUIUpdates.cs" />
113 <Compile Include="AssemblyInfo.cs" />
114 <Compile Include="API.cs" />
115 <Compile Include="SteamLoginApi.cs" />
116 <Compile Include="WebCommandResult.cs" />
117 <Compile Include="WebTokens_Legacy.cs" />
118 </ItemGroup>
119 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
120 <ItemGroup>
121 <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
122 <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
123 <Name>7dtd-server-fixes</Name>
124 <Private>False</Private>
125 </ProjectReference>
126 </ItemGroup>
127 <ItemGroup>
128 <None Include="ModInfo.xml">
129 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
130 </None>
131 </ItemGroup>
132 <ItemGroup>
133 <None Include="WebMod\**" CopyToOutputDirectory="Always" LinkBase="WebMod\" />
134 </ItemGroup>
135</Project>
Note: See TracBrowser for help on using the repository browser.