blob: a4ce64e6fc3b3eb413843d33dcc3daef91100606 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TextCopy" Version="3.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Timeline.ErrorCodes\TimelineApp.ErrorCodes.csproj" />
</ItemGroup>
</Project>
|