Files
server/util/Setup/Setup.csproj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
579 B
XML
Raw Normal View History

2018-08-01 10:07:20 -04:00
<Project Sdk="Microsoft.NET.Sdk">
2017-08-07 16:31:00 -04:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<NoWarn>1701;1702;1705;NU1701</NoWarn>
2017-08-07 16:31:00 -04:00
</PropertyGroup>
<ItemGroup>
2018-08-30 11:35:44 -04:00
<EmbeddedResource Include="Templates\**\*.hbs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Handlebars.Net" Version="2.1.4" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
</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>