source: binary-improvements/AllocsCommands/AllocsCommands.csproj@ 274

Last change on this file since 274 was 270, checked in by alloc, 9 years ago

Fixed Web log

File size: 3.0 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>{E273D042-57F9-4E2E-8268-5053527E5287}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>AllocsCommands</RootNamespace>
11 <AssemblyName>AllocsCommands</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_CommandExtensions\</OutputPath>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <ConsolePause>false</ConsolePause>
21 <NoStdLib>true</NoStdLib>
22 </PropertyGroup>
23 <ItemGroup>
24 <Reference Include="System" />
25 <Reference Include="Assembly-CSharp">
26 <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
27 <Private>False</Private>
28 </Reference>
29 <Reference Include="UnityEngine">
30 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
31 <Private>False</Private>
32 </Reference>
33 <Reference Include="LogLibrary">
34 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
35 <Private>False</Private>
36 </Reference>
37 <Reference Include="mscorlib">
38 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
39 <Private>False</Private>
40 </Reference>
41 </ItemGroup>
42 <ItemGroup>
43 <Compile Include="AssemblyInfo.cs" />
44 <Compile Include="Commands\Give.cs" />
45 <Compile Include="Commands\ListKnownPlayers.cs" />
46 <Compile Include="Commands\ListLandProtection.cs" />
47 <Compile Include="Commands\RemoveLandProtection.cs" />
48 <Compile Include="Commands\Reply.cs" />
49 <Compile Include="Commands\SayToPlayer.cs" />
50 <Compile Include="Commands\ShowInventory.cs" />
51 <Compile Include="Commands\TeleportPlayer.cs" />
52 <Compile Include="PrivateMessageConnections.cs" />
53 <Compile Include="Chat.cs" />
54 <Compile Include="Commands\ListItems.cs" />
55 <Compile Include="Commands\ExportItemIcons.cs" />
56 <Compile Include="Commands\BuffPlayer.cs" />
57 <Compile Include="Commands\DebuffPlayer.cs" />
58 <Compile Include="Commands\RepairChunkDensity.cs" />
59 </ItemGroup>
60 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
61 <ItemGroup>
62 <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
63 <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
64 <Name>7dtd-server-fixes</Name>
65 <Private>False</Private>
66 </ProjectReference>
67 </ItemGroup>
68 <ItemGroup>
69 <Folder Include="Commands\" />
70 </ItemGroup>
71 <ItemGroup>
72 <None Include="ModInfo.xml">
73 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
74 </None>
75 </ItemGroup>
76</Project>
Note: See TracBrowser for help on using the repository browser.