cloutier--bird.makeup/src/BirdsiteLive.Wikidata/BirdsiteLive.Wikidata.csproj

19 lines
625 B
XML
Raw Normal View History

2023-05-27 12:55:12 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-06-02 14:12:27 -04:00
<ItemGroup>
<ProjectReference Include="..\DataAccessLayers\BirdsiteLive.DAL.Postgres\BirdsiteLive.DAL.Postgres.csproj" />
<ProjectReference Include="..\DataAccessLayers\BirdsiteLive.DAL\BirdsiteLive.DAL.csproj" />
2023-06-18 21:06:32 -04:00
<Content Include="query.sparql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
2023-06-02 14:12:27 -04:00
</ItemGroup>
2023-05-27 12:55:12 -04:00
</Project>