Skip to content

Commit

Permalink
fixing a problem in the csproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 3, 2017
1 parent 698f91d commit 7c4aaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Marten/Marten.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<Compile Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
<Compile Include="" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
<EmbeddedResource Include="Schema\SQL\mt_transforms.js" />
<EmbeddedResource Include="Schema\SQL\mt_patching.js" />
<EmbeddedResource Include="Schema\SQL\mt_mark_event_progression.sql" />
Expand Down

0 comments on commit 7c4aaf0

Please sign in to comment.