173 lines
11 KiB
XML
173 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{26095090-3F7D-4DB5-A9BF-4C687230FC0F}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>UniversalEditor</RootNamespace>
|
|
<AssemblyName>UniversalEditor.Plugins.NewWorldComputing</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<ReleaseVersion>4.0.2019.12</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Output\Debug\Plugins\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Output\Release\Plugins\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DataFormats\FileSystem\NewWorldComputing\AGG\AGGDataFormat.cs" />
|
|
<Compile Include="DataFormats\Multimedia\Palette\NewWorldComputing\KBPaletteDataFormat.cs" />
|
|
<Compile Include="DataFormats\Multimedia\Picture\NewWorldComputing\ICN\ICNDataFormat.cs" />
|
|
<Compile Include="DataFormats\Multimedia\Picture\NewWorldComputing\BMP\BMPDataFormat.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\CC\CCDataFormat.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\FNT\FNTDataFormat.cs" />
|
|
<Compile Include="DataFormats\Multimedia\Audio\NewWorldComputing\Eight2MDataFormat.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\Campaign\Heroes4CampaignDataFormat.cs" />
|
|
<Compile Include="DataFormats\FileSystem\NewWorldComputing\LOD\Heroes3LODDataFormat.cs" />
|
|
<Compile Include="DataFormats\FileSystem\NewWorldComputing\LOD\Magic6LODDataFormat.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\WorldMap2D\NewWorldComputing\Heroes2\Heroes2MapDataFormat.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\WorldMap2D\NewWorldComputing\Heroes3\Heroes3GameType.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\WorldMap2D\NewWorldComputing\Heroes3\Heroes3MapDataFormat.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\Save\Heroes4SaveDataFormat.cs" />
|
|
<Compile Include="DataFormats\FileSystem\NewWorldComputing\Heroes3SNDDataFormat.cs" />
|
|
<Compile Include="DataFormats\FileSystem\NewWorldComputing\Heroes3VIDDataFormat.cs" />
|
|
<Compile Include="HoMM2Palette.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Campaign\CampaignObjectModel.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Font\FontObjectModel.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapGroundType.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapKingdomColor.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapBuildingType.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapCastle.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapCastleColor.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapArmyMonster.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapCastleType.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapDifficulty.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapDwellingType.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapMageGuildLevel.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapMonsterType.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapObject.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapObjectModel.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapObjectType.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapSize.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapTile.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapTileLevel.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapTileType.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapWinCondition.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Save\SaveObjectModel.cs" />
|
|
<Compile Include="ObjectModels\NWCSceneLayout\SceneObject.cs" />
|
|
<Compile Include="ObjectModels\NWCSceneLayout\SceneObjects\SceneObjectButton.cs" />
|
|
<Compile Include="ObjectModels\NWCSceneLayout\SceneObjects\SceneObjectImage.cs" />
|
|
<Compile Include="ObjectModels\NWCSceneLayout\SceneObjects\SceneObjectLabel.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ObjectModels\NWCSceneLayout\SceneObjectGuids.cs" />
|
|
<Compile Include="ObjectModels\NWCSceneLayout\ScenePropertyGuids.cs" />
|
|
<Compile Include="DataFormats\NWCSceneLayout\NewWorldComputing\BIN\BINDataFormat.cs" />
|
|
<Compile Include="DataFormats\NWCSceneLayout\NewWorldComputing\BIN\BINComponentType.cs" />
|
|
<Compile Include="DataFormats\Multimedia\Picture\NewWorldComputing\TIL\TILDataFormat.cs" />
|
|
<Compile Include="DataFormats\NWCSceneLayout\NewWorldComputing\BIN\BINComponentFlags.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapEvent.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapItemType.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapItem.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapHero.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapArtifact.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapArtifactType.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\HeroSkill.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\HeroSkillLevel.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\HeroSkillType.cs" />
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapResourceType.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\WorldMap2D\NewWorldComputing\Heroes2\CastleFragment.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\WorldMap2D\NewWorldComputing\Heroes2\MonsterFragment.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\WorldMap2D\NewWorldComputing\Heroes2\HeroFragment.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\WorldMap2D\NewWorldComputing\Heroes2\TileFragment.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\WorldMap2D\NewWorldComputing\Heroes2\EventFragment.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\Animation\BINDataFormat.cs" />
|
|
<Compile Include="DataFormats\NewWorldComputing\Animation\BINAnimationType.cs" />
|
|
<Compile Include="DataFormats\Multimedia\Picture\NewWorldComputing\PCX\PCXDataFormat.cs" />
|
|
<Compile Include="DataFormats\Multimedia\Palette\NewWorldComputing\RIFFPaletteDataFormat.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Compression\UniversalEditor.Compression.csproj">
|
|
<Project>{3F664673-7E22-4486-9AD0-FC81861D0B78}</Project>
|
|
<Name>UniversalEditor.Compression</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj">
|
|
<Project>{2D4737E6-6D95-408A-90DB-8DFF38147E85}</Project>
|
|
<Name>UniversalEditor.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Essential\UniversalEditor.Essential.csproj">
|
|
<Project>{30467E5C-05BC-4856-AADC-13906EF4CADD}</Project>
|
|
<Name>UniversalEditor.Essential</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\UniversalEditor.Plugins.Multimedia\UniversalEditor.Plugins.Multimedia.csproj">
|
|
<Project>{BE4D0BA3-0888-42A5-9C09-FC308A4509D2}</Project>
|
|
<Name>UniversalEditor.Plugins.Multimedia</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\MBS.Framework\MBS.Framework\MBS.Framework.csproj">
|
|
<Project>{00266B21-35C9-4A7F-A6BA-D54D7FDCC25C}</Project>
|
|
<Name>MBS.Framework</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\UniversalEditor.Plugins.Designer\UniversalEditor.Plugins.Designer.csproj">
|
|
<Project>{899E3DD6-EA65-4168-AAE3-867A4F9650A6}</Project>
|
|
<Name>UniversalEditor.Plugins.Designer</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\MBS.Framework.UserInterface\Libraries\MBS.Framework.UserInterface\MBS.Framework.UserInterface.csproj">
|
|
<Project>{29E1C1BB-3EA5-4062-B62F-85EEC703FE07}</Project>
|
|
<Name>MBS.Framework.UserInterface</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Plugins.UserInterface\UniversalEditor.Plugins.Multimedia.UserInterface\UniversalEditor.Plugins.Multimedia.UserInterface.csproj">
|
|
<Project>{D9D5AC3B-9AC0-4D4E-B295-2134FDCF166C}</Project>
|
|
<Name>UniversalEditor.Plugins.Multimedia.UserInterface</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ObjectModels\NewWorldComputing\Map\MapLoseCondition.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="DataFormats\NWCSceneLayout\NewWorldComputing\BIN\" />
|
|
<Folder Include="DataFormats\Multimedia\Picture\NewWorldComputing\TIL\" />
|
|
<Folder Include="DataFormats\NewWorldComputing\Animation\" />
|
|
<Folder Include="DataFormats\Multimedia\Picture\NewWorldComputing\PCX\" />
|
|
<Folder Include="Associations\" />
|
|
<Folder Include="Associations\NewWorldComputing\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Associations\NewWorldComputing\NWCCampaign.uexml" />
|
|
<EmbeddedResource Include="Associations\NewWorldComputing\NWCFileSystem.uexml" />
|
|
<EmbeddedResource Include="Associations\NewWorldComputing\NWCFont.uexml" />
|
|
<EmbeddedResource Include="Associations\NewWorldComputing\NWCGameSave.uexml" />
|
|
<EmbeddedResource Include="Associations\NewWorldComputing\NWCMap.uexml" />
|
|
<EmbeddedResource Include="Associations\NewWorldComputing\NWCPalette.uexml" />
|
|
<EmbeddedResource Include="Associations\NewWorldComputing\NWCPicture.uexml" />
|
|
<EmbeddedResource Include="Associations\NewWorldComputing\NWCResourceBIN.uexml" />
|
|
<EmbeddedResource Include="Associations\NewWorldComputing\NWCSound.uexml" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- 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>
|