[324] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[224] | 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>
|
---|
[224] | 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>
|
---|
[355] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[224] | 13 | </PropertyGroup>
|
---|
| 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 15 | <DebugType>none</DebugType>
|
---|
| 16 | <Optimize>true</Optimize>
|
---|
[230] | 17 | <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath>
|
---|
[224] | 18 | <ErrorReport>prompt</ErrorReport>
|
---|
| 19 | <WarningLevel>4</WarningLevel>
|
---|
| 20 | <ConsolePause>false</ConsolePause>
|
---|
[254] | 21 | <NoStdLib>true</NoStdLib>
|
---|
[224] | 22 | </PropertyGroup>
|
---|
[330] | 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
|
---|
| 24 | <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath>
|
---|
| 25 | <DefineConstants>ENABLE_PROFILER</DefineConstants>
|
---|
| 26 | <Optimize>true</Optimize>
|
---|
[355] | 27 | <WarningLevel>4</WarningLevel>
|
---|
| 28 | <NoStdLib>true</NoStdLib>
|
---|
[330] | 29 | </PropertyGroup>
|
---|
[373] | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 31 | <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath>
|
---|
| 32 | <DebugType>full</DebugType>
|
---|
| 33 | </PropertyGroup>
|
---|
[224] | 34 | <ItemGroup>
|
---|
| 35 | <Reference Include="System" />
|
---|
| 36 | <Reference Include="Assembly-CSharp">
|
---|
| 37 | <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
|
---|
| 38 | <Private>False</Private>
|
---|
| 39 | </Reference>
|
---|
| 40 | <Reference Include="UnityEngine">
|
---|
| 41 | <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
|
---|
| 42 | <Private>False</Private>
|
---|
| 43 | </Reference>
|
---|
| 44 | <Reference Include="LogLibrary">
|
---|
| 45 | <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
|
---|
| 46 | <Private>False</Private>
|
---|
| 47 | </Reference>
|
---|
| 48 | <Reference Include="mscorlib">
|
---|
| 49 | <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
|
---|
| 50 | <Private>False</Private>
|
---|
| 51 | </Reference>
|
---|
[309] | 52 | <Reference Include="Assembly-CSharp-firstpass">
|
---|
[323] | 53 | <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath>
|
---|
[309] | 54 | <Private>False</Private>
|
---|
| 55 | </Reference>
|
---|
[324] | 56 | <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
| 57 | <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
|
---|
| 58 | <Private>False</Private>
|
---|
| 59 | </Reference>
|
---|
[224] | 60 | </ItemGroup>
|
---|
| 61 | <ItemGroup>
|
---|
[330] | 62 | <Compile Include="API.cs" />
|
---|
[224] | 63 | <Compile Include="AssemblyInfo.cs" />
|
---|
| 64 | <Compile Include="Commands\ListKnownPlayers.cs" />
|
---|
| 65 | <Compile Include="Commands\ListLandProtection.cs" />
|
---|
| 66 | <Compile Include="Commands\RemoveLandProtection.cs" />
|
---|
| 67 | <Compile Include="Commands\ShowInventory.cs" />
|
---|
| 68 | </ItemGroup>
|
---|
| 69 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 70 | <ItemGroup>
|
---|
| 71 | <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
|
---|
| 72 | <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
|
---|
| 73 | <Name>7dtd-server-fixes</Name>
|
---|
| 74 | <Private>False</Private>
|
---|
| 75 | </ProjectReference>
|
---|
| 76 | </ItemGroup>
|
---|
| 77 | <ItemGroup>
|
---|
| 78 | <Folder Include="Commands\" />
|
---|
| 79 | </ItemGroup>
|
---|
[230] | 80 | <ItemGroup>
|
---|
| 81 | <None Include="ModInfo.xml">
|
---|
| 82 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 83 | </None>
|
---|
| 84 | </ItemGroup>
|
---|
[224] | 85 | </Project>
|
---|