[273] | 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>{771240CA-9B22-4AFE-A422-959E74B645B2}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <RootNamespace>CoppisAdditions</RootNamespace>
|
---|
| 11 | <AssemblyName>CoppisAdditions</AssemblyName>
|
---|
| 12 | <UseMSBuildEngine>True</UseMSBuildEngine>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | </PropertyGroup>
|
---|
| 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 16 | <Optimize>true</Optimize>
|
---|
| 17 | <OutputPath>..\bin\Mods\CoppisAdditions\</OutputPath>
|
---|
| 18 | <ErrorReport>prompt</ErrorReport>
|
---|
| 19 | <WarningLevel>4</WarningLevel>
|
---|
| 20 | <ConsolePause>false</ConsolePause>
|
---|
| 21 | <NoStdLib>true</NoStdLib>
|
---|
| 22 | </PropertyGroup>
|
---|
| 23 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 24 | <ItemGroup>
|
---|
| 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 | <Reference Include="System">
|
---|
| 42 | <HintPath>..\7dtd-binaries\System.dll</HintPath>
|
---|
| 43 | <Private>False</Private>
|
---|
| 44 | </Reference>
|
---|
| 45 | </ItemGroup>
|
---|
| 46 | <ItemGroup>
|
---|
| 47 | <Compile Include="src\Commands\GiveXP.cs" />
|
---|
| 48 | <Compile Include="src\Commands\ListPlayersBed.cs" />
|
---|
| 49 | <Compile Include="src\Commands\ListPlayersFriends.cs" />
|
---|
| 50 | <Compile Include="src\Commands\Physics.cs" />
|
---|
| 51 | <Compile Include="src\Commands\SpawnMultipleEntity.cs" />
|
---|
| 52 | <Compile Include="src\Commands\UnlockAll.cs" />
|
---|
| 53 | <Compile Include="src\API.cs" />
|
---|
| 54 | <Compile Include="src\ChatFilter.cs" />
|
---|
| 55 | <Compile Include="src\Commands\MutePlayerChat.cs" />
|
---|
| 56 | <Compile Include="src\Commands\PlayerChatMaxLength.cs" />
|
---|
| 57 | <Compile Include="src\Commands\TeleportPlayerHome.cs" />
|
---|
| 58 | <Compile Include="src\Commands\SayToPlayer2.cs" />
|
---|
[279] | 59 | <Compile Include="src\Commands\ToggleChatCommandHide.cs" />
|
---|
| 60 | <Compile Include="src\Commands\SpawnHorde.cs" />
|
---|
| 61 | <Compile Include="src\Commands\SpawnScouts.cs" />
|
---|
[273] | 62 | </ItemGroup>
|
---|
| 63 | <ItemGroup>
|
---|
| 64 | <None Include="ModInfo.xml">
|
---|
| 65 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 66 | </None>
|
---|
| 67 | </ItemGroup>
|
---|
| 68 | <ItemGroup>
|
---|
| 69 | <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
|
---|
| 70 | <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
|
---|
| 71 | <Name>7dtd-server-fixes</Name>
|
---|
| 72 | <Private>False</Private>
|
---|
| 73 | </ProjectReference>
|
---|
| 74 | <ProjectReference Include="..\AllocsCommands\AllocsCommands.csproj">
|
---|
| 75 | <Project>{E273D042-57F9-4E2E-8268-5053527E5287}</Project>
|
---|
| 76 | <Name>AllocsCommands</Name>
|
---|
| 77 | <Private>False</Private>
|
---|
| 78 | </ProjectReference>
|
---|
| 79 | </ItemGroup>
|
---|
| 80 | </Project>
|
---|