[230] | 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>10.0.0</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 | </PropertyGroup>
|
---|
| 22 | <ItemGroup>
|
---|
| 23 | <Reference Include="System" />
|
---|
| 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 | </ItemGroup>
|
---|
| 41 | <ItemGroup>
|
---|
| 42 | <Compile Include="AssemblyInfo.cs" />
|
---|
| 43 | <Compile Include="MapRendering\MapRendering.cs" />
|
---|
| 44 | <Compile Include="MapRendering\MapRenderBlockBuffer.cs" />
|
---|
| 45 | <Compile Include="MapRendering\Constants.cs" />
|
---|
| 46 | <Compile Include="Commands\RenderMap.cs" />
|
---|
| 47 | <Compile Include="Commands\EnableRendering.cs" />
|
---|
| 48 | <Compile Include="API.cs" />
|
---|
| 49 | <Compile Include="Web\Web.cs" />
|
---|
| 50 | <Compile Include="Web\PathHandler.cs" />
|
---|
| 51 | <Compile Include="Web\StaticHandler.cs" />
|
---|
| 52 | <Compile Include="Web\SimpleRedirectHandler.cs" />
|
---|
| 53 | <Compile Include="Web\MimeType.cs" />
|
---|
| 54 | <Compile Include="Web\ApiHandler.cs" />
|
---|
| 55 | <Compile Include="Web\API\GetPlayersOnline.cs" />
|
---|
| 56 | <Compile Include="Web\API\WebAPI.cs" />
|
---|
| 57 | <Compile Include="Web\API\GetPlayersLocation.cs" />
|
---|
| 58 | <Compile Include="Web\API\GetPlayerInventory.cs" />
|
---|
| 59 | <Compile Include="Web\API\GetLandClaims.cs" />
|
---|
| 60 | <Compile Include="Commands\webstat.cs" />
|
---|
[238] | 61 | <Compile Include="Web\ItemIconHandler.cs" />
|
---|
[230] | 62 | </ItemGroup>
|
---|
| 63 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 64 | <ItemGroup>
|
---|
| 65 | <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
|
---|
| 66 | <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
|
---|
| 67 | <Name>7dtd-server-fixes</Name>
|
---|
| 68 | <Private>False</Private>
|
---|
| 69 | </ProjectReference>
|
---|
| 70 | </ItemGroup>
|
---|
| 71 | <ItemGroup>
|
---|
| 72 | <Folder Include="Commands\" />
|
---|
| 73 | </ItemGroup>
|
---|
| 74 | <ItemGroup>
|
---|
| 75 | <None Include="ModInfo.xml">
|
---|
| 76 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 77 | </None>
|
---|
| 78 | </ItemGroup>
|
---|
| 79 | </Project>
|
---|