Skip to content

Commit 09b77e2

Browse files
committed
Fix glob
1 parent 9a68c19 commit 09b77e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/MsgPack.UnitTest.CodeDom.Net35/MsgPack.UnitTest.CodeDom.Net35.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<Compile Include="..\MsgPack.UnitTest.CodeDom\**\*.cs" />
26+
<Compile Remove="..\MsgPack.UnitTest.CodeDom\obj\**\*.cs" />
2627
</ItemGroup>
2728
<ItemGroup>
2829
<None Include="..\..\src\MsgPack.snk">

test/MsgPack.UnitTest.Net35/MsgPack.UnitTest.Net35.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</ItemGroup>
2525
<ItemGroup>
2626
<Compile Include="..\MsgPack.UnitTest\**\*.cs" />
27+
<Compile Remove="..\MsgPack.UnitTest\obj\**\*.cs" />
2728
</ItemGroup>
2829
<ItemGroup>
2930
<Compile Remove="..\MsgPack.UnitTest\gen\**\*.cs" />

0 commit comments

Comments
 (0)