forked from msgpack/msgpack-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMsgPack.UnitTest.CodeDom.Net35.csproj
More file actions
44 lines (44 loc) · 1.6 KB
/
MsgPack.UnitTest.CodeDom.Net35.csproj
File metadata and controls
44 lines (44 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{34FC29EA-8722-49CD-8D2A-CE170797F605}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>MsgPack.UnitTest.CodeDom.Net35</AssemblyName>
<TargetFramework>net35</TargetFramework>
</PropertyGroup>
<Import Project="..\..\MsgPack.Common.props" />
<PropertyGroup>
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.8.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.8.0" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\MsgPack\MsgPack.csproj" />
<ProjectReference Include="..\MsgPack.UnitTest.Net35\MsgPack.UnitTest.Net35.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\MsgPack.UnitTest.CodeDom\**\*.cs" />
<Compile Remove="..\MsgPack.UnitTest.CodeDom\obj\**\*.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\MsgPack.snk">
<Link>MsgPack.snk</Link>
</None>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>