mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
223 lines
No EOL
11 KiB
XML
223 lines
No EOL
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{21D1AA6D-7BEC-4EE5-B503-41E6E6F3480A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ACE.DatLoader</RootNamespace>
|
|
<AssemblyName>ACE.DatLoader</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>
|
|
</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>
|
|
</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="StyleCop, Version=5.0.0.0, Culture=neutral, PublicKeyToken=f904653c63bc2738, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\StyleCop.5.0.0\lib\net40\StyleCop.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CellDatDatabase.cs" />
|
|
<Compile Include="Entity\AmbientSoundDesc.cs" />
|
|
<Compile Include="Entity\AmbientSTBDesc.cs" />
|
|
<Compile Include="Entity\AnimationFrame.cs" />
|
|
<Compile Include="Entity\AnimationHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\AttackHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\CallPESHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\CreateParticleHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\DefaultScriptPartHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\DestroyParticleHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\DiffuseHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\DiffusePartHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\EtherealHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\IHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\LuminousHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\LuminousPartHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\NoDrawHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\ReplaceObjectHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\ScaleHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\SetLightHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\SetOmegaHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\SoundHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\SoundTableHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\SoundTweakedHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\StopParticleHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\TextureVelocityHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\TextureVelocityPartHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\TransparentHook.cs" />
|
|
<Compile Include="Entity\AnimationHooks\TransparentPartHook.cs" />
|
|
<Compile Include="Entity\AnimData.cs" />
|
|
<Compile Include="Entity\AttackCone.cs" />
|
|
<Compile Include="Entity\BSPTree.cs" />
|
|
<Compile Include="Entity\BSPLeaf.cs" />
|
|
<Compile Include="Entity\BSPNode.cs" />
|
|
<Compile Include="Entity\BSPPortal.cs" />
|
|
<Compile Include="Entity\BuildInfo.cs" />
|
|
<Compile Include="Entity\CBldPortal.cs" />
|
|
<Compile Include="Entity\CellPortal.cs" />
|
|
<Compile Include="Entity\CellStruct.cs" />
|
|
<Compile Include="Entity\CombatManeuver.cs" />
|
|
<Compile Include="Entity\Contract.cs" />
|
|
<Compile Include="Entity\LightInfo.cs" />
|
|
<Compile Include="Entity\LocationType.cs" />
|
|
<Compile Include="Entity\PlacementType.cs" />
|
|
<Compile Include="Entity\Plane.cs" />
|
|
<Compile Include="Entity\Polygon.cs" />
|
|
<Compile Include="Entity\PortalPoly.cs" />
|
|
<Compile Include="Entity\SWVertex.cs" />
|
|
<Compile Include="Entity\GfxObjInfo.cs" />
|
|
<Compile Include="Entity\DayGroup.cs" />
|
|
<Compile Include="Entity\GameTime.cs" />
|
|
<Compile Include="Entity\LandDefs.cs" />
|
|
<Compile Include="Entity\LandSurf.cs" />
|
|
<Compile Include="Entity\MotionData.cs" />
|
|
<Compile Include="Entity\ObjectDesc.cs" />
|
|
<Compile Include="Entity\PhysicsScriptData.cs" />
|
|
<Compile Include="Entity\PhysicsScriptTableData.cs" />
|
|
<Compile Include="Entity\PositionExtensions.cs" />
|
|
<Compile Include="Entity\RegionMisc.cs" />
|
|
<Compile Include="Entity\RestrictionTable.cs" />
|
|
<Compile Include="Entity\RoadAlphaMap.cs" />
|
|
<Compile Include="Entity\SceneDesc.cs" />
|
|
<Compile Include="Entity\SceneType.cs" />
|
|
<Compile Include="Entity\ScriptAndModData.cs" />
|
|
<Compile Include="Entity\Season.cs" />
|
|
<Compile Include="Entity\SkyDesc.cs" />
|
|
<Compile Include="Entity\SkyObject.cs" />
|
|
<Compile Include="Entity\SkyObjectReplace.cs" />
|
|
<Compile Include="Entity\SkyTimeOfDay.cs" />
|
|
<Compile Include="Entity\SoundDesc.cs" />
|
|
<Compile Include="Entity\SpellBase.cs" />
|
|
<Compile Include="Entity\SpellComponentBase.cs" />
|
|
<Compile Include="Entity\Stab.cs" />
|
|
<Compile Include="Entity\TerrainAlphaMap.cs" />
|
|
<Compile Include="Entity\TerrainDesc.cs" />
|
|
<Compile Include="Entity\TerrainTex.cs" />
|
|
<Compile Include="Entity\TerrainType.cs" />
|
|
<Compile Include="Entity\TexMerge.cs" />
|
|
<Compile Include="Entity\TimeOfDay.cs" />
|
|
<Compile Include="Entity\TMTerrainDesc.cs" />
|
|
<Compile Include="Entity\CVertexArray.cs" />
|
|
<Compile Include="Entity\Vec2Duv.cs" />
|
|
<Compile Include="FileTypes\Animation.cs" />
|
|
<Compile Include="FileTypes\CLandblockInfo.cs" />
|
|
<Compile Include="FileTypes\CombatManeuverTable.cs" />
|
|
<Compile Include="FileTypes\ContractTable.cs" />
|
|
<Compile Include="FileTypes\EnvCell.cs" />
|
|
<Compile Include="DatDatabaseType.cs" />
|
|
<Compile Include="DatDatabaseTypeAttribute.cs" />
|
|
<Compile Include="DatDirectory.cs" />
|
|
<Compile Include="DatFile.cs" />
|
|
<Compile Include="DatDatabase.cs" />
|
|
<Compile Include="DatFileType.cs" />
|
|
<Compile Include="DatFileTypeExtensionAttribute.cs" />
|
|
<Compile Include="DatFileTypeIdRangeAttribute.cs" />
|
|
<Compile Include="DatManager.cs" />
|
|
<Compile Include="DatReader.cs" />
|
|
<Compile Include="Entity\AnimationPartChange.cs" />
|
|
<Compile Include="Entity\CloObjectEffect.cs" />
|
|
<Compile Include="Entity\CloSubPalEffect.cs" />
|
|
<Compile Include="Entity\CloSubPalette.cs" />
|
|
<Compile Include="Entity\CloSubPalleteRange.cs" />
|
|
<Compile Include="Entity\CloTextureEffect.cs" />
|
|
<Compile Include="Entity\ClothingBaseEffect.cs" />
|
|
<Compile Include="Entity\CSphere.cs" />
|
|
<Compile Include="Entity\CylSphere.cs" />
|
|
<Compile Include="Entity\EyeStripCG.cs" />
|
|
<Compile Include="Entity\FaceStripCG.cs" />
|
|
<Compile Include="Entity\GearCG.cs" />
|
|
<Compile Include="Entity\Generator.cs" />
|
|
<Compile Include="Entity\HairStyleCG.cs" />
|
|
<Compile Include="Entity\HeritageGroupCG.cs" />
|
|
<Compile Include="Entity\Loc.cs" />
|
|
<Compile Include="Entity\ObjDesc.cs" />
|
|
<Compile Include="Entity\SexCG.cs" />
|
|
<Compile Include="Entity\SkillCG.cs" />
|
|
<Compile Include="Entity\SubPalette.cs" />
|
|
<Compile Include="Entity\TemplateCG.cs" />
|
|
<Compile Include="Entity\TextureMapChange.cs" />
|
|
<Compile Include="FileTypes\CellLandblock.cs" />
|
|
<Compile Include="FileTypes\CharGen.cs" />
|
|
<Compile Include="FileTypes\Environment.cs" />
|
|
<Compile Include="FileTypes\GeneratorTable.cs" />
|
|
<Compile Include="FileTypes\ClothingTable.cs" />
|
|
<Compile Include="FileTypes\GfxObj.cs" />
|
|
<Compile Include="FileTypes\MotionTable.cs" />
|
|
<Compile Include="FileTypes\Palette.cs" />
|
|
<Compile Include="FileTypes\PaletteSet.cs" />
|
|
<Compile Include="FileTypes\ParticleEmitterInfo.cs" />
|
|
<Compile Include="FileTypes\PhysicsScript.cs" />
|
|
<Compile Include="FileTypes\PhysicsScriptTable.cs" />
|
|
<Compile Include="FileTypes\RegionDesc.cs" />
|
|
<Compile Include="FileTypes\Scene.cs" />
|
|
<Compile Include="FileTypes\SetupModel.cs" />
|
|
<Compile Include="FileTypes\SpellComponentsTable.cs" />
|
|
<Compile Include="FileTypes\SpellTable.cs" />
|
|
<Compile Include="FileTypes\Surface.cs" />
|
|
<Compile Include="FileTypes\Wave.cs" />
|
|
<Compile Include="FileTypes\XpTable.cs" />
|
|
<Compile Include="FileTypes\GfxObjDegradeInfo.cs" />
|
|
<Compile Include="PortalDatDatabase.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ACE.Common\ACE.Common.csproj">
|
|
<Project>{136e260e-b4a8-4e6f-b9cb-6ae7fc368dc8}</Project>
|
|
<Name>ACE.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ACE.Entity\ACE.Entity.csproj">
|
|
<Project>{aa611a84-cdf8-4ab6-8d53-085c897a7422}</Project>
|
|
<Name>ACE.Entity</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="..\packages\StyleCop.MSBuild.5.0.0\build\StyleCop.MSBuild.targets" Condition="Exists('..\packages\StyleCop.MSBuild.5.0.0\build\StyleCop.MSBuild.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\StyleCop.MSBuild.5.0.0\build\StyleCop.MSBuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\StyleCop.MSBuild.5.0.0\build\StyleCop.MSBuild.targets'))" />
|
|
</Target>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |