2015-10-05 21:20:25 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{57BB2341-AB62-48FD-91B8-46F5A2F9ED51}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>DiscImageChef.Devices</RootNamespace>
|
|
|
|
|
<AssemblyName>DiscImageChef.Devices</AssemblyName>
|
|
|
|
|
<ReleaseVersion>2.2</ReleaseVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Linux\Extern.cs" />
|
|
|
|
|
<Compile Include="Linux\Structs.cs" />
|
|
|
|
|
<Compile Include="Linux\Enums.cs" />
|
|
|
|
|
<Compile Include="Enums.cs" />
|
|
|
|
|
<Compile Include="Windows\Extern.cs" />
|
|
|
|
|
<Compile Include="Windows\Structs.cs" />
|
|
|
|
|
<Compile Include="Windows\Enums.cs" />
|
2015-10-12 06:25:49 +01:00
|
|
|
<Compile Include="Windows\Command.cs" />
|
|
|
|
|
<Compile Include="Linux\Command.cs" />
|
|
|
|
|
<Compile Include="Command.cs" />
|
2015-10-12 19:55:00 +01:00
|
|
|
<Compile Include="Device\Constructor.cs" />
|
|
|
|
|
<Compile Include="Device\Variables.cs" />
|
|
|
|
|
<Compile Include="Device\Destructor.cs" />
|
|
|
|
|
<Compile Include="Device\Commands.cs" />
|
|
|
|
|
<Compile Include="Device\ScsiCommands.cs" />
|
2015-10-14 02:53:46 +01:00
|
|
|
<Compile Include="Structs.cs" />
|
2015-10-14 03:17:39 +01:00
|
|
|
<Compile Include="Device\AtaCommands.cs" />
|
|
|
|
|
<Compile Include="Device\AtapiCommands.cs" />
|
2015-10-05 21:20:25 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Linux\" />
|
|
|
|
|
<Folder Include="Windows\" />
|
2015-10-12 19:55:00 +01:00
|
|
|
<Folder Include="Device\" />
|
2015-10-05 21:20:25 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
<Properties>
|
|
|
|
|
<Policies>
|
|
|
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
|
|
|
|
|
</Policies>
|
|
|
|
|
</Properties>
|
|
|
|
|
</MonoDevelop>
|
|
|
|
|
</ProjectExtensions>
|
2015-10-12 06:25:49 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Interop\DiscImageChef.Interop.csproj">
|
|
|
|
|
<Project>{9183F2E0-A879-4F23-9EE3-C6908F1332B2}</Project>
|
|
|
|
|
<Name>DiscImageChef.Interop</Name>
|
|
|
|
|
</ProjectReference>
|
2015-10-18 22:04:03 +01:00
|
|
|
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">
|
|
|
|
|
<Project>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</Project>
|
|
|
|
|
<Name>DiscImageChef.Console</Name>
|
|
|
|
|
</ProjectReference>
|
2015-10-12 06:25:49 +01:00
|
|
|
</ItemGroup>
|
2015-10-05 21:20:25 +01:00
|
|
|
</Project>
|