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

Last change on this file since 253 was 253, checked in by alloc, 7 years ago

Fixes 6_8_10

File size: 2.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>10.0.0</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  </PropertyGroup>
22  <ItemGroup>
23    <Reference Include="System" />
24    <Reference Include="Assembly-CSharp">
25      <HintPath>..\7dtd-binaries\Assembly-CSharp.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="LogLibrary">
33      <HintPath>..\7dtd-binaries\LogLibrary.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="Commands\Give.cs" />
44    <Compile Include="Commands\ListKnownPlayers.cs" />
45    <Compile Include="Commands\ListLandProtection.cs" />
46    <Compile Include="Commands\RemoveLandProtection.cs" />
47    <Compile Include="Commands\Reply.cs" />
48    <Compile Include="Commands\SayToPlayer.cs" />
49    <Compile Include="Commands\ShowInventory.cs" />
50    <Compile Include="Commands\TeleportPlayer.cs" />
51    <Compile Include="PrivateMessageConnections.cs" />
52    <Compile Include="Chat.cs" />
53    <Compile Include="Commands\ListItems.cs" />
54    <Compile Include="Commands\ExportItemIcons.cs" />
55    <Compile Include="Commands\BuffPlayer.cs" />
56    <Compile Include="Commands\DebuffPlayer.cs" />
57  </ItemGroup>
58  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
59  <ItemGroup>
60    <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
61      <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
62      <Name>7dtd-server-fixes</Name>
63      <Private>False</Private>
64    </ProjectReference>
65  </ItemGroup>
66  <ItemGroup>
67    <Folder Include="Commands\" />
68  </ItemGroup>
69  <ItemGroup>
70    <None Include="ModInfo.xml">
71      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
72    </None>
73  </ItemGroup>
74</Project>
Note: See TracBrowser for help on using the repository browser.