2010-02-08 08:36:26 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
2008-11-26 18:57:40 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2010-02-23 15:15:08 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2008-11-26 18:57:40 +00:00
|
|
|
|
<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>
|
2010-02-08 08:36:26 +00:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
|
</UpgradeBackupLocation>
|
2008-11-26 18:57:40 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
2010-02-28 21:04:34 +00:00
|
|
|
|
<OutputPath>..\bin\Debug\plugins\</OutputPath>
|
2008-11-26 18:57:40 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-02-28 21:04:34 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2008-11-26 18:57:40 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
2010-02-08 05:06:48 +00:00
|
|
|
|
<OutputPath>..\bin\Release\plugins\</OutputPath>
|
2008-11-26 18:57:40 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2009-06-24 19:40:23 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2008-11-26 18:57:40 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2010-03-25 01:05:26 +00:00
|
|
|
|
<Compile Include="Resource1.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<DependentUpon>Resource1.resx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2008-11-26 18:57:40 +00:00
|
|
|
|
<Compile Include="SCSIDrive.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2008-12-07 23:50:53 +00:00
|
|
|
|
<ProjectReference Include="..\CUETools.Codecs\CUETools.Codecs.csproj">
|
2008-11-26 18:57:40 +00:00
|
|
|
|
<Project>{6458A13A-30EF-45A9-9D58-E5031B17BEE2}</Project>
|
2008-11-28 22:20:17 +00:00
|
|
|
|
<Name>CUETools.Codecs</Name>
|
2010-02-08 01:29:31 +00:00
|
|
|
|
<Private>False</Private>
|
2008-11-26 18:57:40 +00:00
|
|
|
|
</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>
|
2008-11-28 22:20:17 +00:00
|
|
|
|
<ProjectReference Include="..\CUETools.CDImage\CUETools.CDImage.csproj">
|
|
|
|
|
|
<Project>{1DD41038-D885-46C5-8DDE-E0B82F066584}</Project>
|
|
|
|
|
|
<Name>CUETools.CDImage</Name>
|
2010-02-08 01:29:31 +00:00
|
|
|
|
<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>
|
2008-11-28 22:20:17 +00:00
|
|
|
|
</ProjectReference>
|
2008-11-26 18:57:40 +00:00
|
|
|
|
</ItemGroup>
|
2010-03-25 01:05:26 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Resource1.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Resource1.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Resource1.ru-RU.resx" />
|
|
|
|
|
|
</ItemGroup>
|
2008-11-26 18:57:40 +00:00
|
|
|
|
<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>
|