|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>Unplugged.Segy</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Unplugged.Segy</AssemblyName>
|
|
|
|
|
|
<ApplicationIcon>icon.ico</ApplicationIcon>
|
|
|
|
|
|
<AssemblyTitle>Unplugged.Segy</AssemblyTitle>
|
|
|
|
|
|
<Description>Supports reading of seismic images stored in SEG-Y format</Description>
|
|
|
|
|
|
<Company>Unplugged Development</Company>
|
|
|
|
|
|
<Product>Unplugged.Segy</Product>
|
|
|
|
|
|
<Copyright>Copyright © Unplugged Development 2012</Copyright>
|
|
|
|
|
|
<AssemblyVersion>0.6.1</AssemblyVersion>
|
|
|
|
|
|
<FileVersion>0.6.1</FileVersion>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<BaseOutputPath>..\..\bin</BaseOutputPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="Unplugged.Segy.nuspec">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<CodeAnalysisDictionary Include="..\CodeAnalysisDictionary.xml">
|
|
|
|
|
|
<Link>Properties\CodeAnalysisDictionary.xml</Link>
|
|
|
|
|
|
</CodeAnalysisDictionary>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="icon.ico" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\SigmaDrawerUtil\SigmaDrawerUtil.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="Unplugged.IbmBits.Desktop">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\Unplugged.IbmBits.Desktop.dll</HintPath>
|
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|