GDROMExplorer/ImageReader/ImageReader.csproj

85 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: C:\Games\gdrom\ImageReader.dll-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{2185F55E-A4DA-486F-ACC8-3EE955205CE4}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>ImageReader</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ApplicationVersion>1.5.2.0</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>ImageReader</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\GD-ROM Explorer\packages\log4net.2.0.12\lib\net35\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyGitBuildSHA1.cs" />
<Compile Include="AssemblyGitBuildBranch.cs" />
<Compile Include="AssemblyTest.cs" />
<Compile Include="Logger.cs" />
<Compile Include="DiscSectors\CDROMDataModeType.cs" />
<Compile Include="DiscSectors\CDROMFrameHeaderConverter.cs" />
<Compile Include="DiscSectors\IDiscSector.cs" />
<Compile Include="DiscSectors\DiscSectorBase.cs" />
<Compile Include="DiscSectors\CDROMXAMode2Form1RawSector.cs" />
<Compile Include="DiscSectors\CDROMMode1RawSector.cs" />
<Compile Include="DiscSectors\CDROMXAMode2Form1Sector.cs" />
<Compile Include="DiscSectors\RawSector.cs" />
<Compile Include="DiscSectors\ISO9660Sector.cs" />
<Compile Include="DiscSectors\DiscSectorCommon.cs" />
<Compile Include="ISO9660\DirectoryRecords\DirectoryRecordConverter.cs" />
<Compile Include="ISO9660\DirectoryRecords\DirectoryRecord.cs" />
<Compile Include="ISO9660\DirectoryRecords\DirectoryRecordFlags.cs" />
<Compile Include="ISO9660\PathTable\PathTableEntry.cs" />
<Compile Include="ISO9660\VolumeDescriptors\PrimaryVolumeDescriptor.cs" />
<Compile Include="ISO9660\VolumeDescriptors\VolumeDescriptorType.cs" />
<Compile Include="ISO9660\VolumeDescriptors\VolumeDescriptor.cs" />
<Compile Include="ISO9660\VolumeDescriptors\VolumeDescriptorConverter.cs" />
<Compile Include="ImageReader\DiscImageReaderStatus.cs" />
<Compile Include="ImageReader\DiscImageReaderException.cs" />
<Compile Include="ImageReader\DiscImageReader.cs" />
<Compile Include="Stream\DiscSectorStream.cs" />
<Compile Include="Properties\Resources.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>