2024-10-28 13:35:14 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-08-07 16:31:00 -04:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2019-03-07 22:57:24 -05:00
|
|
|
<NoWarn>1701;1702;1705;NU1701</NoWarn>
|
2017-08-07 16:31:00 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2017-08-18 18:22:25 -04:00
|
|
|
<ItemGroup>
|
2018-08-30 11:35:44 -04:00
|
|
|
<EmbeddedResource Include="Templates\**\*.hbs" />
|
2017-08-18 18:22:25 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-04-15 16:56:50 +02:00
|
|
|
<PackageReference Include="Handlebars.Net" Version="2.1.6" />
|
2024-10-28 13:35:14 -04:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
|
2022-06-24 10:39:34 -04:00
|
|
|
<PackageReference Include="YamlDotNet" Version="11.2.1" />
|
2017-08-18 18:22:25 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-03-25 13:21:05 -04:00
|
|
|
<ItemGroup>
|
2019-03-25 13:23:50 -04:00
|
|
|
<ProjectReference Include="..\Migrator\Migrator.csproj" />
|
2019-03-25 13:21:05 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-08-07 16:31:00 -04:00
|
|
|
</Project>
|