2022-05-20 02:06:35 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
2022-05-20 06:44:35 +00:00
|
|
|
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
|
2022-05-20 02:06:35 +00:00
|
|
|
</ItemGroup>
|
2022-05-20 06:57:02 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\TimelapseApi\TimelapseApi.csproj" />
|
|
|
|
</ItemGroup>
|
2022-05-20 02:06:35 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
2022-05-20 06:57:02 +00:00
|
|
|
<PackAsTool>true</PackAsTool>
|
|
|
|
<ToolCommandName>timelapsepack</ToolCommandName>
|
|
|
|
<PackageOutputPath>./nupkg</PackageOutputPath>
|
|
|
|
<IsPackable>true</IsPackable>
|
|
|
|
<PackageId>Tesses.TimelapsePack</PackageId>
|
|
|
|
<Authors>Mike Nolan</Authors>
|
|
|
|
<Company>Tesses</Company>
|
|
|
|
<Version>1.0.0</Version>
|
|
|
|
<AssemblyVersion>1.0.0</AssemblyVersion>
|
|
|
|
<FileVersion>1.0.0</FileVersion>
|
|
|
|
<Description>Extension Packaging tool for TimelapseNow</Description>
|
|
|
|
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
|
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
|
|
<PackageTags>Camera, Timelapse, Record</PackageTags>
|
|
|
|
<RepositoryUrl>https://gitlab.tesses.net/tesses50/timelapsenow</RepositoryUrl>
|
|
|
|
|
|
|
|
|
2022-05-20 02:06:35 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|