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>v3.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 | </PropertyGroup>
|
---|
30 | <ItemGroup>
|
---|
31 | <Reference Include="LogLibrary">
|
---|
32 | <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
|
---|
33 | <Private>False</Private>
|
---|
34 | </Reference>
|
---|
35 | <Reference Include="UnityEngine">
|
---|
36 | <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
|
---|
37 | <Private>False</Private>
|
---|
38 | </Reference>
|
---|
39 | <Reference Include="Assembly-CSharp">
|
---|
40 | <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
|
---|
41 | <Private>False</Private>
|
---|
42 | </Reference>
|
---|
43 | <Reference Include="mscorlib">
|
---|
44 | <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
|
---|
45 | <Private>False</Private>
|
---|
46 | </Reference>
|
---|
47 | <Reference Include="System.Xml">
|
---|
48 | <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
|
---|
49 | <Private>False</Private>
|
---|
50 | </Reference>
|
---|
51 | <Reference Include="System">
|
---|
52 | <HintPath>..\7dtd-binaries\System.dll</HintPath>
|
---|
53 | <Private>False</Private>
|
---|
54 | </Reference>
|
---|
55 | <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
56 | <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
|
---|
57 | <Private>False</Private>
|
---|
58 | </Reference>
|
---|
59 | <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
60 | <HintPath>..\7dtd-binaries\UnityEngine.ImageConversionModule.dll</HintPath>
|
---|
61 | <Private>False</Private>
|
---|
62 | </Reference>
|
---|
63 | </ItemGroup>
|
---|
64 | <ItemGroup>
|
---|
65 | <Compile Include="AssemblyInfo.cs" />
|
---|
66 | <Compile Include="MapRendering\MapRendering.cs" />
|
---|
67 | <Compile Include="MapRendering\MapRenderBlockBuffer.cs" />
|
---|
68 | <Compile Include="MapRendering\Constants.cs" />
|
---|
69 | <Compile Include="Commands\RenderMap.cs" />
|
---|
70 | <Compile Include="Commands\EnableRendering.cs" />
|
---|
71 | <Compile Include="API.cs" />
|
---|
72 | <Compile Include="Web\API\GetAnimalsLocation.cs" />
|
---|
73 | <Compile Include="Web\API\GetHostileLocation.cs" />
|
---|
74 | <Compile Include="Web\API\Null.cs" />
|
---|
75 | <Compile Include="Web\Web.cs" />
|
---|
76 | <Compile Include="Web\MimeType.cs" />
|
---|
77 | <Compile Include="Web\API\GetPlayersOnline.cs" />
|
---|
78 | <Compile Include="Web\API\WebAPI.cs" />
|
---|
79 | <Compile Include="Web\API\GetPlayersLocation.cs" />
|
---|
80 | <Compile Include="Web\API\GetPlayerInventory.cs" />
|
---|
81 | <Compile Include="Web\API\GetLandClaims.cs" />
|
---|
82 | <Compile Include="Commands\webstat.cs" />
|
---|
83 | <Compile Include="Web\API\GetStats.cs" />
|
---|
84 | <Compile Include="Web\WebConnection.cs" />
|
---|
85 | <Compile Include="Web\OpenID.cs" />
|
---|
86 | <Compile Include="Web\ConnectionHandler.cs" />
|
---|
87 | <Compile Include="Web\WebPermissions.cs" />
|
---|
88 | <Compile Include="Web\Handlers\ApiHandler.cs" />
|
---|
89 | <Compile Include="Web\Handlers\ItemIconHandler.cs" />
|
---|
90 | <Compile Include="Web\Handlers\PathHandler.cs" />
|
---|
91 | <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" />
|
---|
92 | <Compile Include="Web\Handlers\StaticHandler.cs" />
|
---|
93 | <Compile Include="Web\Handlers\SessionHandler.cs" />
|
---|
94 | <Compile Include="Web\API\ExecuteConsoleCommand.cs" />
|
---|
95 | <Compile Include="Commands\ReloadWebPermissions.cs" />
|
---|
96 | <Compile Include="Web\Handlers\UserStatusHandler.cs" />
|
---|
97 | <Compile Include="Commands\WebTokens.cs" />
|
---|
98 | <Compile Include="Commands\WebPermissionsCmd.cs" />
|
---|
99 | <Compile Include="Web\LogBuffer.cs" />
|
---|
100 | <Compile Include="Web\API\GetLog.cs" />
|
---|
101 | <Compile Include="Web\API\GetWebUIUpdates.cs" />
|
---|
102 | <Compile Include="Web\API\GetServerInfo.cs" />
|
---|
103 | <Compile Include="Web\API\GetPlayerList.cs" />
|
---|
104 | <Compile Include="Web\WebCommandResult.cs" />
|
---|
105 | <Compile Include="Web\API\GetAllowedCommands.cs" />
|
---|
106 | <Compile Include="Commands\EnableOpenIDDebug.cs" />
|
---|
107 | <Compile Include="Web\API\GetPlayerInventories.cs" />
|
---|
108 | </ItemGroup>
|
---|
109 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
110 | <ItemGroup>
|
---|
111 | <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
|
---|
112 | <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
|
---|
113 | <Name>7dtd-server-fixes</Name>
|
---|
114 | <Private>False</Private>
|
---|
115 | </ProjectReference>
|
---|
116 | </ItemGroup>
|
---|
117 | <ItemGroup />
|
---|
118 | <ItemGroup>
|
---|
119 | <None Include="ModInfo.xml">
|
---|
120 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
121 | </None>
|
---|
122 | <None Include="steam-intermediate.cer">
|
---|
123 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
124 | </None>
|
---|
125 | <None Include="steam-rootca.cer">
|
---|
126 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
127 | </None>
|
---|
128 | </ItemGroup>
|
---|
129 | </Project>
|
---|