Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PrusaSL1Reader.csproj « PrusaSL1Reader - github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c1c9641125f524f512f0aff0a906b04e7df2fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
    <Authors>Tiago Conceição</Authors>
    <Company>PTRTECH</Company>
    <PackageProjectUrl>https://github.com/sn4k3/PrusaSL1Viewer</PackageProjectUrl>
    <PackageIcon></PackageIcon>
    <RepositoryUrl>https://github.com/sn4k3/PrusaSL1Viewer</RepositoryUrl>
    <AssemblyVersion>0.4.2.1</AssemblyVersion>
    <FileVersion>0.4.2.1</FileVersion>
    <Version>0.4.2.1</Version>
    <Description>Open, view, edit, extract and convert DLP/SLA files generated from Slicers</Description>
  </PropertyGroup>

  <ItemGroup>
    <None Include="..\LICENSE" Link="LICENSE" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="BinarySerializer" Version="8.5.1" />
    <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
    <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-rc0001" />
  </ItemGroup>

</Project>