1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\..\packages\NUnit.3.10.1\build\NUnit.props" Condition =" Exists('..\..\packages\NUnit.3.10.1\build\NUnit.props')" />
3
4
<PropertyGroup >
4
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
7
<ProjectGuid >{5ADDEFB6-930C-46BC-8B2B-FDE5C7E3B5AD}</ProjectGuid >
7
8
<OutputType >Library</OutputType >
8
9
<RootNamespace >mdoc.Test</RootNamespace >
9
10
<AssemblyName >mdoc.Test</AssemblyName >
10
- <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
12
+ <TargetFrameworkProfile />
13
+ <NuGetPackageImportStamp >
14
+ </NuGetPackageImportStamp >
11
15
</PropertyGroup >
12
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
13
17
<DebugSymbols >true</DebugSymbols >
36
40
<SpecificVersion >False</SpecificVersion >
37
41
<HintPath >..\..\external\Test\mdoc.Test.Cplusplus.dll</HintPath >
38
42
</Reference >
39
- <Reference Include =" System" />
40
- <Reference Include =" nunit.framework" >
41
- <HintPath >..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
43
+ <Reference Include =" nunit.framework, Version=3.10.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
44
+ <HintPath >..\..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath >
42
45
</Reference >
46
+ <Reference Include =" System" />
43
47
<Reference Include =" Mono.Cecil, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
44
48
<HintPath >..\..\packages\Mono.Cecil.0.10.0-beta5\lib\net40\Mono.Cecil.dll</HintPath >
45
49
</Reference >
116
120
</None >
117
121
</ItemGroup >
118
122
<ItemGroup >
119
- <ProjectReference Include =" ..\mdoc.csproj" >
120
- <Project >{7DA7CD97-614F-4BCD-A2FA-B379590CEA48}</Project >
121
- <Name >mdoc</Name >
122
- </ProjectReference >
123
123
<ProjectReference Include =" ..\..\monodoc\monodoc.csproj" >
124
124
<Project >{6E644802-B579-4037-9809-9CF4C7172C9D}</Project >
125
125
<Name >monodoc</Name >
126
126
</ProjectReference >
127
+ <ProjectReference Include =" ..\mdoc.csproj" >
128
+ <Project >{7da7cd97-614f-4bcd-a2fa-b379590cea48}</Project >
129
+ <Name >mdoc</Name >
130
+ </ProjectReference >
127
131
<ProjectReference Include =" mdoc.Test.FSharp\mdoc.Test.FSharp.fsproj" >
128
132
<Project >{979f9f80-12fe-4236-9e93-6d554ab13701}</Project >
129
133
<Name >mdoc.Test.FSharp</Name >
139
143
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
140
144
</Content >
141
145
</ItemGroup >
142
- <ItemGroup >
143
- <Folder Include =" Enumeration\" />
144
- </ItemGroup >
146
+ <ItemGroup />
145
147
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
148
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
149
+ <PropertyGroup >
150
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
151
+ </PropertyGroup >
152
+ <Error Condition =" !Exists('..\..\packages\NUnit.3.10.1\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\NUnit.3.10.1\build\NUnit.props'))" />
153
+ </Target >
146
154
</Project >
0 commit comments