118 lines
5.9 KiB
XML
118 lines
5.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||
<PropertyGroup>
|
||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
<ProjectGuid>{EAE0DB6B-E282-C812-7F5A-6D13E9D24581}</ProjectGuid>
|
||
<OutputType>Library</OutputType>
|
||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
<RootNamespace>ArachnaeSwarm</RootNamespace>
|
||
<AssemblyName>ArachnaeSwarm</AssemblyName>
|
||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||
<FileAlignment>512</FileAlignment>
|
||
<Deterministic>true</Deterministic>
|
||
<LangVersion>11.0</LangVersion>
|
||
</PropertyGroup>
|
||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
<DebugSymbols>false</DebugSymbols>
|
||
<DebugType>none</DebugType>
|
||
<Optimize>false</Optimize>
|
||
<OutputPath>..\..\1.6\1.6\Assemblies\</OutputPath>
|
||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||
<ErrorReport>prompt</ErrorReport>
|
||
<WarningLevel>4</WarningLevel>
|
||
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
||
<AllowedReferenceRelatedFileExtensions>.allowedextension</AllowedReferenceRelatedFileExtensions>
|
||
</PropertyGroup>
|
||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
<DebugType>pdbonly</DebugType>
|
||
<Optimize>true</Optimize>
|
||
<OutputPath>bin\Release\</OutputPath>
|
||
<DefineConstants>TRACE</DefineConstants>
|
||
<ErrorReport>prompt</ErrorReport>
|
||
<WarningLevel>4</WarningLevel>
|
||
</PropertyGroup>
|
||
<ItemGroup>
|
||
<Reference Include="0Harmony">
|
||
<HintPath>..\..\..\..\..\..\workshop\content\294100\2009463077\1.5\Assemblies\0Harmony.dll</HintPath>
|
||
<Private>False</Private>
|
||
</Reference>
|
||
<Reference Include="Assembly-CSharp">
|
||
<HintPath>..\..\..\..\..\..\common\RimWorld\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
|
||
<Private>False</Private>
|
||
</Reference>
|
||
<Reference Include="System" />
|
||
<Reference Include="System.Core" />
|
||
<Reference Include="System.Xml.Linq" />
|
||
<Reference Include="System.Data.DataSetExtensions" />
|
||
<Reference Include="Microsoft.CSharp" />
|
||
<Reference Include="System.Data" />
|
||
<Reference Include="System.Net.Http" />
|
||
<Reference Include="System.Xml" />
|
||
<Reference Include="UnityEngine">
|
||
<HintPath>..\..\..\..\..\..\common\RimWorld\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
|
||
<Private>False</Private>
|
||
</Reference>
|
||
<Reference Include="UnityEngine.CoreModule">
|
||
<HintPath>..\..\..\..\..\..\common\RimWorld\RimWorldWin64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
||
<Private>False</Private>
|
||
</Reference>
|
||
<Reference Include="UnityEngine.IMGUIModule">
|
||
<HintPath>..\..\..\..\..\..\common\RimWorld\RimWorldWin64_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
|
||
<Private>False</Private>
|
||
</Reference>
|
||
<Reference Include="UnityEngine.TextRenderingModule">
|
||
<HintPath>..\..\..\..\..\..\common\RimWorld\RimWorldWin64_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
|
||
<Private>False</Private>
|
||
</Reference>
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<Compile Include="ARA_SpawnPawnFromList\CompProperties_SpawnPawnFromList.cs" />
|
||
<Compile Include="ARA_SpawnPawnFromList\CompSpawnPawnFromList.cs" />
|
||
<Compile Include="ARA_SpawnPawnFromList\JobDriver_Incubate.cs" />
|
||
<Compile Include="ARA_QueenAbility\CompProperties_AbilitySprayLiquidMulti.cs" />
|
||
<Compile Include="ARA_QueenAbility\CompAbilityEffect_SprayLiquidMulti.cs" />
|
||
<Compile Include="Hediffs\Hediff_CurseFlame.cs" />
|
||
<Compile Include="ARA_QueenAbility\CompAbilityEffect_NeedCost.cs" />
|
||
<Compile Include="ARA_QueenAbility\CompAbilityEffect_BodyPartCheck.cs" />
|
||
<Compile Include="ARA_HiveMind\Hediff_HiveMindMaster.cs" />
|
||
<Compile Include="ARA_HiveMind\Hediff_HiveMindDrone.cs" />
|
||
<Compile Include="ARA_HiveMind\HediffCompProperties_HiveMindDrone.cs" />
|
||
<Compile Include="ARA_HiveMind\HediffComp_HiveMindDrone.cs" />
|
||
<Compile Include="ARA_HiveMind\CompAbilityEffect_BindDrone.cs" />
|
||
<Compile Include="ARA_HiveMind\CompProperties_AbilityBindDrone.cs" />
|
||
<Compile Include="JobGiver_MaintainBuildings.cs" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<Compile Include="Work\CompMilkableArachnae.cs" />
|
||
<Compile Include="Work\CompProperties_MilkableArachnae.cs" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<Compile Include="MainHarmony.cs" />
|
||
<Compile Include="ARA_TrainingWork\ThinkNode_ConditionalAnimalShouldDoGrowingWork.cs" />
|
||
<Compile Include="ARA_TrainingWork\CompAdvancedTraining.cs" />
|
||
<Compile Include="ARA_TrainingWork\JobGiver_Grower.cs" />
|
||
<Compile Include="ARA_TrainingWork\WorkGiver_ArachnaeSow.cs" />
|
||
<Compile Include="ARA_TrainingWork\TrainingSystem_Patcher.cs" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<Compile Include="ARA_BuildingTerrainSpawn\CompProperties_DelayedTerrainSpawn.cs" />
|
||
<Compile Include="ARA_BuildingTerrainSpawn\CompDelayedTerrainSpawn.cs" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<Compile Include="WULA_AutoMechCarrier\CompAutoMechCarrier.cs" />
|
||
<Compile Include="WULA_AutoMechCarrier\CompProperties_AutoMechCarrier.cs" />
|
||
<Compile Include="WULA_AutoMechCarrier\PawnProductionEntry.cs" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<Compile Include="CompInteractiveProducer.cs" />
|
||
<Compile Include="JobDriver_StartProduction.cs" />
|
||
</ItemGroup>
|
||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||
<!-- 自定义清理任务,删除obj文件夹中的临时文件 -->
|
||
<Target Name="CleanDebugFiles" AfterTargets="Build">
|
||
<RemoveDir Directories="$(ProjectDir)obj\Debug" />
|
||
<RemoveDir Directories="$(ProjectDir)obj\Release" />
|
||
</Target>
|
||
</Project> |