We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb2430 commit ca751bbCopy full SHA for ca751bb
test/MsgPack.UnitTest.Net35/MsgPack.UnitTest.Net35.csproj
@@ -36,7 +36,15 @@
36
<None Include="..\..\src\MsgPack.snk">
37
<Link>MsgPack.snk</Link>
38
</None>
39
- </ItemGroup>
+ <None Include="..\MsgPack.UnitTest\cases.json">
40
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
41
+ </None>
42
+ <None Include="..\MsgPack.UnitTest\cases.mpac">
43
44
45
+ <None Include="..\MsgPack.UnitTest\cases_compact.mpac">
46
47
+ </None> </ItemGroup>
48
<ItemGroup>
49
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
50
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
0 commit comments