[73] | 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>
|
---|
[224] | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
---|
[73] | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>10.0.0</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AssemblyName>7dtd-server-fixes</AssemblyName>
|
---|
[130] | 11 | <RootNamespace>AllocsFixes</RootNamespace>
|
---|
[202] | 12 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
[73] | 13 | </PropertyGroup>
|
---|
| 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 15 | <DebugType>none</DebugType>
|
---|
| 16 | <Optimize>true</Optimize>
|
---|
[230] | 17 | <OutputPath>..\bin\Mods\Allocs_CommonFunc</OutputPath>
|
---|
[73] | 18 | <ErrorReport>prompt</ErrorReport>
|
---|
| 19 | <WarningLevel>4</WarningLevel>
|
---|
| 20 | <ConsolePause>false</ConsolePause>
|
---|
| 21 | </PropertyGroup>
|
---|
[142] | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Version|AnyCPU' ">
|
---|
| 23 | <DebugType>none</DebugType>
|
---|
| 24 | <Optimize>true</Optimize>
|
---|
[230] | 25 | <OutputPath>..\bin\Mods\Allocs_CommonFunc</OutputPath>
|
---|
[142] | 26 | <ErrorReport>prompt</ErrorReport>
|
---|
| 27 | <WarningLevel>4</WarningLevel>
|
---|
| 28 | <CustomCommands>
|
---|
| 29 | <CustomCommands>
|
---|
[244] | 30 | <Command type="AfterBuild" command="bash -c "${SolutionDir}/versions.sh > ${TargetDir}/${ProjectName}_version.txt"" workingdir="${SolutionDir}" />
|
---|
[142] | 31 | </CustomCommands>
|
---|
| 32 | </CustomCommands>
|
---|
| 33 | <ConsolePause>false</ConsolePause>
|
---|
| 34 | </PropertyGroup>
|
---|
[73] | 35 | <ItemGroup>
|
---|
[230] | 36 | <Reference Include="Assembly-CSharp">
|
---|
| 37 | <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
|
---|
| 38 | <Private>False</Private>
|
---|
[83] | 39 | </Reference>
|
---|
[230] | 40 | <Reference Include="mscorlib">
|
---|
| 41 | <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
|
---|
| 42 | <Private>False</Private>
|
---|
[164] | 43 | </Reference>
|
---|
[230] | 44 | <Reference Include="System">
|
---|
| 45 | <HintPath>..\7dtd-binaries\System.dll</HintPath>
|
---|
| 46 | <Private>False</Private>
|
---|
[164] | 47 | </Reference>
|
---|
[230] | 48 | <Reference Include="UnityEngine">
|
---|
| 49 | <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
|
---|
| 50 | <Private>False</Private>
|
---|
[203] | 51 | </Reference>
|
---|
| 52 | <Reference Include="LogLibrary">
|
---|
| 53 | <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
|
---|
[230] | 54 | <Private>False</Private>
|
---|
[203] | 55 | </Reference>
|
---|
[233] | 56 | <Reference Include="Assembly-CSharp-firstpass">
|
---|
| 57 | <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath>
|
---|
| 58 | <Private>False</Private>
|
---|
| 59 | </Reference>
|
---|
[73] | 60 | </ItemGroup>
|
---|
| 61 | <ItemGroup>
|
---|
| 62 | <Compile Include="src\AssemblyInfo.cs" />
|
---|
[83] | 63 | <Compile Include="src\AllocsLogFunctions.cs" />
|
---|
[93] | 64 | <Compile Include="src\PlayerDataStuff.cs" />
|
---|
[142] | 65 | <Compile Include="src\PersistentData\PersistentContainer.cs" />
|
---|
| 66 | <Compile Include="src\StateManager.cs" />
|
---|
[144] | 67 | <Compile Include="src\PersistentData\InvItem.cs" />
|
---|
| 68 | <Compile Include="src\PersistentData\Inventory.cs" />
|
---|
| 69 | <Compile Include="src\PersistentData\Players.cs" />
|
---|
| 70 | <Compile Include="src\PersistentData\Player.cs" />
|
---|
[154] | 71 | <Compile Include="src\JSON\JSONNode.cs" />
|
---|
| 72 | <Compile Include="src\JSON\JSONArray.cs" />
|
---|
| 73 | <Compile Include="src\JSON\JSONObject.cs" />
|
---|
| 74 | <Compile Include="src\JSON\JSONNumber.cs" />
|
---|
| 75 | <Compile Include="src\JSON\JSONString.cs" />
|
---|
| 76 | <Compile Include="src\JSON\JSONBoolean.cs" />
|
---|
[182] | 77 | <Compile Include="src\BlockingQueue.cs" />
|
---|
[187] | 78 | <Compile Include="src\JSON\Parser.cs" />
|
---|
| 79 | <Compile Include="src\JSON\JSONNull.cs" />
|
---|
| 80 | <Compile Include="src\JSON\MalformedJSONException.cs" />
|
---|
[197] | 81 | <Compile Include="src\ItemList.cs" />
|
---|
[199] | 82 | <Compile Include="src\FileCache\AbstractCache.cs" />
|
---|
| 83 | <Compile Include="src\FileCache\DirectAccess.cs" />
|
---|
| 84 | <Compile Include="src\FileCache\SimpleCache.cs" />
|
---|
| 85 | <Compile Include="src\FileCache\MapTileCache.cs" />
|
---|
[230] | 86 | <Compile Include="src\API.cs" />
|
---|
[238] | 87 | <Compile Include="src\ChatHookExample.cs" />
|
---|
[73] | 88 | </ItemGroup>
|
---|
| 89 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 90 | <ItemGroup>
|
---|
| 91 | <Folder Include="src\" />
|
---|
[142] | 92 | <Folder Include="src\PersistentData\" />
|
---|
[187] | 93 | <Folder Include="src\JSON\Parser\" />
|
---|
[199] | 94 | <Folder Include="src\FileCache\" />
|
---|
[73] | 95 | </ItemGroup>
|
---|
[230] | 96 | <ItemGroup>
|
---|
| 97 | <None Include="ModInfo.xml">
|
---|
| 98 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 99 | </None>
|
---|
| 100 | </ItemGroup>
|
---|
[73] | 101 | </Project>
|
---|