-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathNUnit.settings
More file actions
20 lines (20 loc) · 887 Bytes
/
NUnit.settings
File metadata and controls
20 lines (20 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Reference Include="nunit.core">
<HintPath>$(MSBuildThisFileDirectory)\Libs\nunit.core.dll</HintPath>
</Reference>
<Reference Include="nunit.core.interfaces">
<HintPath>$(MSBuildThisFileDirectory)\Libs\nunit.core.interfaces.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>$(MSBuildThisFileDirectory)\Libs\nunit.framework.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(MSBuildThisFileDirectory)\Cecil.Samples.Framework\Cecil.Samples.Framework.csproj">
<Project>{5bcf9a30-34a1-4309-bcbc-50c8534d5e84}</Project>
<Name>Cecil.Samples.Framework</Name>
</ProjectReference>
</ItemGroup>
</Project>