editor-legacy/Plugins/UniversalEditor.Plugins.VersatileContainer/UniversalEditor.Plugins.VersatileContainer.csproj
2021-05-07 22:05:11 -04:00

77 lines
3.9 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>{FFC91B24-39AF-49AC-9A3A-900FBE1012ED}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>UniversalEditor</RootNamespace>
<AssemblyName>UniversalEditor.Plugins.VersatileContainer</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\VersatileContainer\VersatileContainerV2DataFormat.cs" />
<Compile Include="DataFormats\VersatileContainer\VersatileContainerSectionType.cs" />
<Compile Include="DataFormats\VersatileContainer\VersatileContainerV1DataFormat.cs" />
<Compile Include="ObjectModels\VersatileContainer\Sections\VersatileContainerBlankSection.cs" />
<Compile Include="ObjectModels\VersatileContainer\Sections\VersatileContainerDirectorySection.cs" />
<Compile Include="ObjectModels\VersatileContainer\Sections\VersatileContainerReferenceSection.cs" />
<Compile Include="ObjectModels\VersatileContainer\VersatileContainerObjectModel.cs" />
<Compile Include="ObjectModels\VersatileContainer\VersatileContainerProperty.cs" />
<Compile Include="ObjectModels\VersatileContainer\VersatileContainerSection.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="DataFormats\VersatileContainer\VersatileContainerV3DataFormat.cs" />
<Compile Include="DataFormats\VersatileContainer\VSCTChunkType.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="ObjectModels\VersatileContainer\Sections\VersatileContainerContentSection.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>
</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>