2019-11-02 21:01:25 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2019-11-02 01:40:41 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2019-11-02 21:01:25 +00:00
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
2019-11-02 01:40:41 +00:00
|
|
|
|
</PropertyGroup>
|
2019-11-02 21:01:25 +00:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ReleaseVersion>$(Version)</ReleaseVersion>
|
|
|
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
|
|
|
|
<Version>4.5.99.1693</Version>
|
|
|
|
|
|
<Company>Claunia.com</Company>
|
2020-01-03 17:59:18 +00:00
|
|
|
|
<Copyright>Copyright © 2011-2020 Natalia Portillo</Copyright>
|
2019-11-02 21:01:25 +00:00
|
|
|
|
<Product>The Disc Image Chef</Product>
|
|
|
|
|
|
<Title>DiscImageChef.Server</Title>
|
|
|
|
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
|
|
|
|
|
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
|
2019-11-02 01:40:41 +00:00
|
|
|
|
</PropertyGroup>
|
2019-11-02 21:01:25 +00:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<NrtRevisionFormat>$(Version)-{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>
|
|
|
|
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
|
|
|
|
<NrtShowRevision>true</NrtShowRevision>
|
2019-11-02 01:40:41 +00:00
|
|
|
|
</PropertyGroup>
|
2019-11-02 21:01:25 +00:00
|
|
|
|
|
2019-11-02 01:40:41 +00:00
|
|
|
|
<ItemGroup>
|
2019-11-02 21:01:25 +00:00
|
|
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.16" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
|
|
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.3.0" />
|
2019-11-02 01:40:41 +00:00
|
|
|
|
</ItemGroup>
|
2019-11-02 21:01:25 +00:00
|
|
|
|
|
2019-11-02 01:40:41 +00:00
|
|
|
|
<ItemGroup>
|
2019-11-02 21:01:25 +00:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Helpers\DiscImageChef.Helpers.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Server\DiscImageChef.Server.csproj" />
|
2019-11-02 01:40:41 +00:00
|
|
|
|
</ItemGroup>
|
2019-11-02 21:01:25 +00:00
|
|
|
|
|
2020-01-03 00:48:16 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="drive_offsets.json">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="appsettings.json">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2019-11-02 21:01:25 +00:00
|
|
|
|
</Project>
|