Skip to content

Commit

Permalink
removed wierd ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tnickelsen committed Sep 27, 2024
1 parent a70278a commit fdb7ca3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<Exec Command="dotnet dotnet-grpc refresh -p $(ProjectDir)" />
</Target>

<ItemGroup>
<None Remove="DatabaseScripts\2.sql" />
</ItemGroup>

<ItemGroup>
<Protobuf Include="../Protos/chronicler.proto" GrpcServices="Both" />
<Protobuf Include="../Protos/registry.proto" Link="Protos\registry.proto">
Expand All @@ -43,10 +39,4 @@
</Protobuf>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="DatabaseScripts\2.sql">
<LogicalName>Scripts.%(Filename)%(Extension)</LogicalName>
</EmbeddedResource>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using AutoFixture;
using Dapper;
using FluentAssertions;
using GraphQL.Types.Relay.DataObjects;
using Npgsql;
using ProjectOrigin.Chronicler.Server;
using ProjectOrigin.Chronicler.Server.Models;
Expand Down

0 comments on commit fdb7ca3

Please sign in to comment.