mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
81 lines
3.4 KiB
XML
81 lines
3.4 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{8CF07381-BEA2-4AFC-B3DD-9B2F21C65A3A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CUETools.Ripper.SCSI</RootNamespace>
|
|
<AssemblyName>CUETools.Ripper.SCSI</AssemblyName>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<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' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\Release\plugins\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Galois.cs" />
|
|
<Compile Include="RsDecode.cs" />
|
|
<Compile Include="RsEncode.cs" />
|
|
<Compile Include="SCSIDrive.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CUETools.Codecs\CUETools.Codecs.csproj">
|
|
<Project>{6458A13A-30EF-45A9-9D58-E5031B17BEE2}</Project>
|
|
<Name>CUETools.Codecs</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Bwg.Logging\Bwg.Logging.csproj">
|
|
<Project>{F2DFEB00-BB35-4665-85EA-CB8C7729A6B7}</Project>
|
|
<Name>Bwg.Logging</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Bwg.Scsi\Bwg.Scsi.csproj">
|
|
<Project>{A05B6AA6-0EC3-495D-BCC4-ECE1210071A8}</Project>
|
|
<Name>Bwg.Scsi</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\CUETools.CDImage\CUETools.CDImage.csproj">
|
|
<Project>{1DD41038-D885-46C5-8DDE-E0B82F066584}</Project>
|
|
<Name>CUETools.CDImage</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\CUETools.Ripper\CUETools.Ripper.csproj">
|
|
<Project>{D2700165-3E77-4B28-928D-551F5FC11954}</Project>
|
|
<Name>CUETools.Ripper</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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> |