[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>
|
---|
| 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>
|
---|
[254] | 21 | <NoStdLib>true</NoStdLib>
|
---|
[251] | 22 | </PropertyGroup>
|
---|
| 23 | <ItemGroup>
|
---|
| 24 | <Reference Include="LogLibrary">
|
---|
| 25 | <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
|
---|
| 26 | <Private>False</Private>
|
---|
| 27 | </Reference>
|
---|
| 28 | <Reference Include="UnityEngine">
|
---|
| 29 | <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
|
---|
| 30 | <Private>False</Private>
|
---|
| 31 | </Reference>
|
---|
| 32 | <Reference Include="Assembly-CSharp">
|
---|
| 33 | <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
|
---|
| 34 | <Private>False</Private>
|
---|
| 35 | </Reference>
|
---|
| 36 | <Reference Include="mscorlib">
|
---|
| 37 | <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
|
---|
| 38 | <Private>False</Private>
|
---|
| 39 | </Reference>
|
---|
| 40 | <Reference Include="System.Xml">
|
---|
| 41 | <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
|
---|
| 42 | <Private>False</Private>
|
---|
| 43 | </Reference>
|
---|
[314] | 44 | <Reference Include="System">
|
---|
| 45 | <HintPath>..\7dtd-binaries\System.dll</HintPath>
|
---|
| 46 | <Private>False</Private>
|
---|
| 47 | </Reference>
|
---|
[251] | 48 | </ItemGroup>
|
---|
| 49 | <ItemGroup>
|
---|
| 50 | <Compile Include="AssemblyInfo.cs" />
|
---|
| 51 | <Compile Include="MapRendering\MapRendering.cs" />
|
---|
| 52 | <Compile Include="MapRendering\MapRenderBlockBuffer.cs" />
|
---|
| 53 | <Compile Include="MapRendering\Constants.cs" />
|
---|
| 54 | <Compile Include="Commands\RenderMap.cs" />
|
---|
| 55 | <Compile Include="Commands\EnableRendering.cs" />
|
---|
| 56 | <Compile Include="API.cs" />
|
---|
| 57 | <Compile Include="Web\API\GetAnimalsLocation.cs" />
|
---|
| 58 | <Compile Include="Web\API\GetHostileLocation.cs" />
|
---|
| 59 | <Compile Include="Web\API\Null.cs" />
|
---|
| 60 | <Compile Include="Web\Web.cs" />
|
---|
| 61 | <Compile Include="Web\MimeType.cs" />
|
---|
| 62 | <Compile Include="Web\API\GetPlayersOnline.cs" />
|
---|
| 63 | <Compile Include="Web\API\WebAPI.cs" />
|
---|
| 64 | <Compile Include="Web\API\GetPlayersLocation.cs" />
|
---|
| 65 | <Compile Include="Web\API\GetPlayerInventory.cs" />
|
---|
| 66 | <Compile Include="Web\API\GetLandClaims.cs" />
|
---|
| 67 | <Compile Include="Commands\webstat.cs" />
|
---|
| 68 | <Compile Include="Web\API\GetStats.cs" />
|
---|
| 69 | <Compile Include="Web\WebConnection.cs" />
|
---|
| 70 | <Compile Include="Web\OpenID.cs" />
|
---|
| 71 | <Compile Include="Web\ConnectionHandler.cs" />
|
---|
| 72 | <Compile Include="Web\WebPermissions.cs" />
|
---|
| 73 | <Compile Include="Web\Handlers\ApiHandler.cs" />
|
---|
| 74 | <Compile Include="Web\Handlers\ItemIconHandler.cs" />
|
---|
| 75 | <Compile Include="Web\Handlers\PathHandler.cs" />
|
---|
| 76 | <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" />
|
---|
| 77 | <Compile Include="Web\Handlers\StaticHandler.cs" />
|
---|
| 78 | <Compile Include="Web\Handlers\SessionHandler.cs" />
|
---|
| 79 | <Compile Include="Web\API\ExecuteConsoleCommand.cs" />
|
---|
| 80 | <Compile Include="Commands\ReloadWebPermissions.cs" />
|
---|
| 81 | <Compile Include="Web\Handlers\UserStatusHandler.cs" />
|
---|
| 82 | <Compile Include="Commands\WebTokens.cs" />
|
---|
| 83 | <Compile Include="Commands\WebPermissionsCmd.cs" />
|
---|
| 84 | <Compile Include="Web\LogBuffer.cs" />
|
---|
| 85 | <Compile Include="Web\API\GetLog.cs" />
|
---|
| 86 | <Compile Include="Web\API\GetWebUIUpdates.cs" />
|
---|
[277] | 87 | <Compile Include="Web\API\GetServerInfo.cs" />
|
---|
[279] | 88 | <Compile Include="Web\API\GetPlayerList.cs" />
|
---|
| 89 | <Compile Include="Web\WebCommandResult.cs" />
|
---|
| 90 | <Compile Include="Web\API\GetAllowedCommands.cs" />
|
---|
[251] | 91 | </ItemGroup>
|
---|
| 92 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 93 | <ItemGroup>
|
---|
| 94 | <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
|
---|
| 95 | <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
|
---|
| 96 | <Name>7dtd-server-fixes</Name>
|
---|
| 97 | <Private>False</Private>
|
---|
| 98 | </ProjectReference>
|
---|
| 99 | </ItemGroup>
|
---|
| 100 | <ItemGroup />
|
---|
| 101 | <ItemGroup>
|
---|
| 102 | <None Include="ModInfo.xml">
|
---|
| 103 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 104 | </None>
|
---|
[314] | 105 | <None Include="steam-intermediate.cer">
|
---|
| 106 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 107 | </None>
|
---|
| 108 | <None Include="steam-rootca.cer">
|
---|
| 109 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 110 | </None>
|
---|
[251] | 111 | </ItemGroup>
|
---|
[230] | 112 | </Project>
|
---|