chovy-sign/CHOVY-JUAN/CHOVY-JUAN.csproj

309 lines
15 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>{78933B2F-C754-4904-804E-D3932536471C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CHOVY_JUAN</RootNamespace>
<AssemblyName>CHOVY-JUAN</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<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" />
</ItemGroup>
<ItemGroup>
<Compile Include="AligningStream.cs" />
<Compile Include="ApplePartitionMap\BlockZero.cs" />
<Compile Include="ApplePartitionMap\PartitionMap.cs" />
<Compile Include="ApplePartitionMap\PartitionMapEntry.cs" />
<Compile Include="ApplePartitionMap\PartitionMapFactory.cs" />
<Compile Include="Archives\FileRecord.cs" />
<Compile Include="Archives\TarFile.cs" />
<Compile Include="Archives\TarFileBuilder.cs" />
<Compile Include="Archives\TarHeader.cs" />
<Compile Include="Archives\TarHeaderExtent.cs" />
<Compile Include="Archives\UnixBuildFileRecord.cs" />
<Compile Include="BaseVolumeDescriptor.cs" />
<Compile Include="Block\Block.cs" />
<Compile Include="Block\BlockCache.cs" />
<Compile Include="Block\BlockCacheSettings.cs" />
<Compile Include="Block\BlockCacheStatistics.cs" />
<Compile Include="Block\BlockCacheStream.cs" />
<Compile Include="BootDeviceEmulation.cs" />
<Compile Include="BootInitialEntry.cs" />
<Compile Include="BootValidationEntry.cs" />
<Compile Include="BootVolumeDescriptor.cs" />
<Compile Include="BootVolumeDescriptorRegion.cs" />
<Compile Include="Buffer\Buffer.cs" />
<Compile Include="Buffer\BufferStream.cs" />
<Compile Include="Buffer\IBuffer.cs" />
<Compile Include="Buffer\IMappedBuffer.cs" />
<Compile Include="Buffer\SubBuffer.cs" />
<Compile Include="BuildDirectoryInfo.cs" />
<Compile Include="BuildDirectoryMember.cs" />
<Compile Include="Builder\BuilderBufferExtent.cs" />
<Compile Include="Builder\BuilderBufferExtentSource.cs" />
<Compile Include="Builder\BuilderBytesExtent.cs" />
<Compile Include="Builder\BuilderExtent.cs" />
<Compile Include="Builder\BuilderExtentSource.cs" />
<Compile Include="Builder\BuilderSparseStreamExtent.cs" />
<Compile Include="Builder\BuilderStreamExtent.cs" />
<Compile Include="Builder\BuilderStreamExtentSource.cs" />
<Compile Include="Builder\PassthroughStreamBuilder.cs" />
<Compile Include="Builder\StreamBuilder.cs" />
<Compile Include="BuildFileInfo.cs" />
<Compile Include="BuildParameters.cs" />
<Compile Include="BuiltStream.cs" />
<Compile Include="CDBuilder.cs" />
<Compile Include="CDReader.cs" />
<Compile Include="ChsAddress.cs" />
<Compile Include="CircularStream.cs" />
<Compile Include="ClusterMap.cs" />
<Compile Include="ClusterRoles.cs" />
<Compile Include="CommonVolumeDescriptor.cs" />
<Compile Include="Compression\Adler32.cs" />
<Compile Include="Compression\BigEndianBitStream.cs" />
<Compile Include="Compression\BitStream.cs" />
<Compile Include="Compression\BlockCompressor.cs" />
<Compile Include="Compression\BZip2BlockDecoder.cs" />
<Compile Include="Compression\BZip2CombinedHuffmanTrees.cs" />
<Compile Include="Compression\BZip2DecoderStream.cs" />
<Compile Include="Compression\BZip2Randomizer.cs" />
<Compile Include="Compression\BZip2RleStream.cs" />
<Compile Include="Compression\CompressionResult.cs" />
<Compile Include="Compression\DataBlockTransform.cs" />
<Compile Include="Compression\HuffmanTree.cs" />
<Compile Include="Compression\InverseBurrowsWheeler.cs" />
<Compile Include="Compression\MoveToFront.cs" />
<Compile Include="Compression\SizedDeflateStream.cs" />
<Compile Include="Compression\ZlibBuffer.cs" />
<Compile Include="Compression\ZlibStream.cs" />
<Compile Include="ConcatStream.cs" />
<Compile Include="CoreCompat\EncodingHelper.cs" />
<Compile Include="CoreCompat\ReflectionHelper.cs" />
<Compile Include="CoreCompat\StringExtensions.cs" />
<Compile Include="DirectoryExtent.cs" />
<Compile Include="DirectoryRecord.cs" />
<Compile Include="DiscDirectoryInfo.cs" />
<Compile Include="DiscFileInfo.cs" />
<Compile Include="DiscFileLocator.cs" />
<Compile Include="DiscFileSystem.cs" />
<Compile Include="DiscFileSystemChecker.cs" />
<Compile Include="DiscFileSystemInfo.cs" />
<Compile Include="DiscFileSystemOptions.cs" />
<Compile Include="DiskImageBuilder.cs" />
<Compile Include="DiskImageFileSpecification.cs" />
<Compile Include="ExtentStream.cs" />
<Compile Include="File.cs" />
<Compile Include="FileExtent.cs" />
<Compile Include="FileFlags.cs" />
<Compile Include="FileLocator.cs" />
<Compile Include="FileSystemInfo.cs" />
<Compile Include="FileSystemManager.cs" />
<Compile Include="FileSystemParameters.cs" />
<Compile Include="FileTransport.cs" />
<Compile Include="FloppyDiskType.cs" />
<Compile Include="GenericDiskAdapterType.cs" />
<Compile Include="Geometry.cs" />
<Compile Include="GeometryCalculation.cs" />
<Compile Include="GeometryTranslation.cs" />
<Compile Include="IByteArraySerializable.cs" />
<Compile Include="IClusterBasedFileSystem.cs" />
<Compile Include="IDiagnosticTraceable.cs" />
<Compile Include="IFileSystem.cs" />
<Compile Include="Internal\Crc32.cs" />
<Compile Include="Internal\Crc32Algorithm.cs" />
<Compile Include="Internal\Crc32BigEndian.cs" />
<Compile Include="Internal\Crc32LittleEndian.cs" />
<Compile Include="Internal\LocalFileLocator.cs" />
<Compile Include="Internal\LogicalVolumeFactory.cs" />
<Compile Include="Internal\LogicalVolumeFactoryAttribute.cs" />
<Compile Include="Internal\ObjectCache.cs" />
<Compile Include="Internal\Utilities.cs" />
<Compile Include="Internal\VirtualDiskFactory.cs" />
<Compile Include="Internal\VirtualDiskFactoryAttribute.cs" />
<Compile Include="Internal\VirtualDiskTransport.cs" />
<Compile Include="Internal\VirtualDiskTransportAttribute.cs" />
<Compile Include="InvalidFileSystemException.cs" />
<Compile Include="Iso9660Variant.cs" />
<Compile Include="IsoContext.cs" />
<Compile Include="IsoUtilities.cs" />
<Compile Include="IUnixFileSystem.cs" />
<Compile Include="IWindowsFileSystem.cs" />
<Compile Include="LengthWrappingStream.cs" />
<Compile Include="LogicalDiskManager\ComponentRecord.cs" />
<Compile Include="LogicalDiskManager\Database.cs" />
<Compile Include="LogicalDiskManager\DatabaseHeader.cs" />
<Compile Include="LogicalDiskManager\DatabaseRecord.cs" />
<Compile Include="LogicalDiskManager\DiskGroupRecord.cs" />
<Compile Include="LogicalDiskManager\DiskRecord.cs" />
<Compile Include="LogicalDiskManager\DynamicDisk.cs" />
<Compile Include="LogicalDiskManager\DynamicDiskGroup.cs" />
<Compile Include="LogicalDiskManager\DynamicDiskManager.cs" />
<Compile Include="LogicalDiskManager\DynamicDiskManagerFactory.cs" />
<Compile Include="LogicalDiskManager\DynamicVolume.cs" />
<Compile Include="LogicalDiskManager\ExtentMergeType.cs" />
<Compile Include="LogicalDiskManager\ExtentRecord.cs" />
<Compile Include="LogicalDiskManager\PrivateHeader.cs" />
<Compile Include="LogicalDiskManager\RecordType.cs" />
<Compile Include="LogicalDiskManager\TocBlock.cs" />
<Compile Include="LogicalDiskManager\VolumeRecord.cs" />
<Compile Include="LogicalVolumeInfo.cs" />
<Compile Include="LogicalVolumeStatus.cs" />
<Compile Include="MappedStream.cs" />
<Compile Include="MirrorStream.cs" />
<Compile Include="NativeFileSystem.cs" />
<Compile Include="Partitions\BiosExtendedPartitionTable.cs" />
<Compile Include="Partitions\BiosPartitionedDiskBuilder.cs" />
<Compile Include="Partitions\BiosPartitionInfo.cs" />
<Compile Include="Partitions\BiosPartitionRecord.cs" />
<Compile Include="Partitions\BiosPartitionTable.cs" />
<Compile Include="Partitions\BiosPartitionTypes.cs" />
<Compile Include="Partitions\DefaultPartitionTableFactory.cs" />
<Compile Include="Partitions\GptEntry.cs" />
<Compile Include="Partitions\GptHeader.cs" />
<Compile Include="Partitions\GuidPartitionInfo.cs" />
<Compile Include="Partitions\GuidPartitionTable.cs" />
<Compile Include="Partitions\GuidPartitionTypes.cs" />
<Compile Include="Partitions\PartitionInfo.cs" />
<Compile Include="Partitions\PartitionTable.cs" />
<Compile Include="Partitions\PartitionTableFactory.cs" />
<Compile Include="Partitions\PartitionTableFactoryAttribute.cs" />
<Compile Include="Partitions\WellKnownPartitionType.cs" />
<Compile Include="PathTable.cs" />
<Compile Include="PathTableRecord.cs" />
<Compile Include="PhysicalVolumeInfo.cs" />
<Compile Include="PhysicalVolumeType.cs" />
<Compile Include="Plist.cs" />
<Compile Include="PositionWrappingStream.cs" />
<Compile Include="PrimaryVolumeDescriptor.cs" />
<Compile Include="PrimaryVolumeDescriptorRegion.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PumpProgressEventArgs.cs" />
<Compile Include="Raw\Disk.cs" />
<Compile Include="Raw\DiskFactory.cs" />
<Compile Include="Raw\DiskImageFile.cs" />
<Compile Include="ReaderDirectory.cs" />
<Compile Include="ReaderDirEntry.cs" />
<Compile Include="ReaderWriter\BigEndianDataReader.cs" />
<Compile Include="ReaderWriter\BigEndianDataWriter.cs" />
<Compile Include="ReaderWriter\DataReader.cs" />
<Compile Include="ReaderWriter\DataWriter.cs" />
<Compile Include="ReaderWriter\LittleEndianDataReader.cs" />
<Compile Include="ReadOnlyDiscFileSystem.cs" />
<Compile Include="ReparsePoint.cs" />
<Compile Include="ReportLevels.cs" />
<Compile Include="RockRidge\ChildLinkSystemUseEntry.cs" />
<Compile Include="RockRidge\FileTimeSystemUseEntry.cs" />
<Compile Include="RockRidge\PosixFileInfoSystemUseEntry.cs" />
<Compile Include="RockRidge\PosixNameSystemUseEntry.cs" />
<Compile Include="RockRidge\RockRidgeExtension.cs" />
<Compile Include="Setup\FileOpenEventArgs.cs" />
<Compile Include="Setup\SetupHelper.cs" />
<Compile Include="SnapshotStream.cs" />
<Compile Include="SparseMemoryBuffer.cs" />
<Compile Include="SparseMemoryStream.cs" />
<Compile Include="SparseStream.cs" />
<Compile Include="SparseStreamOpenDelegate.cs" />
<Compile Include="StreamBuffer.cs" />
<Compile Include="StreamExtent.cs" />
<Compile Include="StreamPump.cs" />
<Compile Include="StripedStream.cs" />
<Compile Include="SubStream.cs" />
<Compile Include="SupplementaryVolumeDescriptor.cs" />
<Compile Include="SupplementaryVolumeDescriptorRegion.cs" />
<Compile Include="Susp\ContinuationSystemUseEntry.cs" />
<Compile Include="Susp\ExtensionSelectSystemUseEntry.cs" />
<Compile Include="Susp\ExtensionSystemUseEntry.cs" />
<Compile Include="Susp\GenericSuspExtension.cs" />
<Compile Include="Susp\GenericSystemUseEntry.cs" />
<Compile Include="Susp\PaddingSystemUseEntry.cs" />
<Compile Include="Susp\SharingProtocolSystemUseEntry.cs" />
<Compile Include="Susp\SuspExtension.cs" />
<Compile Include="Susp\SuspRecords.cs" />
<Compile Include="Susp\SystemUseEntry.cs" />
<Compile Include="System\DateTimeOffsetExtensions.cs" />
<Compile Include="System\ExtensionAttribute.cs" />
<Compile Include="System\Func.cs" />
<Compile Include="System\HashSet.cs" />
<Compile Include="System\Tuple.cs" />
<Compile Include="ThreadSafeStream.cs" />
<Compile Include="TimeConverter.cs" />
<Compile Include="UnixFilePermissions.cs" />
<Compile Include="UnixFileSystemInfo.cs" />
<Compile Include="UnixFileType.cs" />
<Compile Include="Util\BitCounter.cs" />
<Compile Include="Util\EndianUtilities.cs" />
<Compile Include="Util\MathUtilities.cs" />
<Compile Include="Util\Numbers.cs" />
<Compile Include="Util\Ownership.cs" />
<Compile Include="Util\Range.cs" />
<Compile Include="Util\Sizes.cs" />
<Compile Include="Util\StreamUtilities.cs" />
<Compile Include="VfsCDReader.cs" />
<Compile Include="Vfs\IVfsDirectory.cs" />
<Compile Include="Vfs\IVfsFile.cs" />
<Compile Include="Vfs\IVfsFileWithStreams.cs" />
<Compile Include="Vfs\IVfsSymlink.cs" />
<Compile Include="Vfs\VfsContext.cs" />
<Compile Include="Vfs\VfsDirEntry.cs" />
<Compile Include="Vfs\VfsFileSystem.cs" />
<Compile Include="Vfs\VfsFileSystemFacade.cs" />
<Compile Include="Vfs\VfsFileSystemFactory.cs" />
<Compile Include="Vfs\VfsFileSystemFactoryAttribute.cs" />
<Compile Include="Vfs\VfsFileSystemInfo.cs" />
<Compile Include="Vfs\VfsFileSystemOpener.cs" />
<Compile Include="Vfs\VfsReadOnlyFileSystem.cs" />
<Compile Include="VirtualDisk.cs" />
<Compile Include="VirtualDiskClass.cs" />
<Compile Include="VirtualDiskExtent.cs" />
<Compile Include="VirtualDiskLayer.cs" />
<Compile Include="VirtualDiskManager.cs" />
<Compile Include="VirtualDiskParameters.cs" />
<Compile Include="VirtualDiskTypeInfo.cs" />
<Compile Include="VolumeDescriptorDiskRegion.cs" />
<Compile Include="VolumeDescriptorSetTerminator.cs" />
<Compile Include="VolumeDescriptorSetTerminatorRegion.cs" />
<Compile Include="VolumeDescriptorType.cs" />
<Compile Include="VolumeInfo.cs" />
<Compile Include="VolumeManager.cs" />
<Compile Include="WindowsFileInformation.cs" />
<Compile Include="WrappingMappedStream.cs" />
<Compile Include="WrappingStream.cs" />
<Compile Include="ZeroStream.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>