2018-12-20 06:52:46 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2019-01-13 00:06:55 +01:00
|
|
|
<RootNamespace>Teknik.ServiceWorker</RootNamespace>
|
|
|
|
<AssemblyName>Teknik.ServiceWorker</AssemblyName>
|
2018-12-20 06:52:46 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="CommandLineParser.NS20" Version="2.3.1" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Configuration\Configuration.csproj" />
|
|
|
|
<ProjectReference Include="..\Teknik\Teknik.csproj" />
|
|
|
|
<ProjectReference Include="..\Utilities\Utilities.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|