2018-04-11 22:56:48 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-11 08:13:49 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-11-15 15:58:43 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{A40662EB-D202-46A4-AB41-9C32ADE6D6B5}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
|
<RootNamespace>Aaru.Tests.Devices</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Aaru.Tests.Devices</AssemblyName>
|
|
|
|
|
|
<Title>Aaru.Tests.Devices</Title>
|
|
|
|
|
|
<Authors>Natalia Portillo <claunia@claunia.com></Authors>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
|
|
<NoWarn>CS1591;CS1574</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<NrtRevisionFormat>$(Version)-{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>
|
|
|
|
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
|
|
|
|
<NrtShowRevision>true</NrtShowRevision>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Console\Aaru.Console.csproj"/>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Devices\Aaru.Devices.csproj"/>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Decoders\Aaru.Decoders.csproj"/>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.Helpers\Aaru.Helpers.csproj"/>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="SCSI\"/>
|
|
|
|
|
|
<Folder Include="ATA\"/>
|
|
|
|
|
|
<Folder Include="SecureDigital\"/>
|
|
|
|
|
|
</ItemGroup>
|
2022-11-30 16:31:56 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Update="Localization\Localization.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Localization.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
2017-09-07 20:30:23 +01:00
|
|
|
|
</Project>
|