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 >
118
122
</None >
119
123
</ItemGroup >
120
124
<ItemGroup >
121
- <ProjectReference Include =" ..\mdoc.csproj" >
122
- <Project >{7DA7CD97-614F-4BCD-A2FA-B379590CEA48}</Project >
123
- <Name >mdoc</Name >
124
- </ProjectReference >
125
125
<ProjectReference Include =" ..\..\monodoc\monodoc.csproj" >
126
126
<Project >{6E644802-B579-4037-9809-9CF4C7172C9D}</Project >
127
127
<Name >monodoc</Name >
128
128
</ProjectReference >
129
+ <ProjectReference Include =" ..\mdoc.csproj" >
130
+ <Project >{7da7cd97-614f-4bcd-a2fa-b379590cea48}</Project >
131
+ <Name >mdoc</Name >
132
+ </ProjectReference >
129
133
<ProjectReference Include =" mdoc.Test.FSharp\mdoc.Test.FSharp.fsproj" >
130
134
<Project >{979f9f80-12fe-4236-9e93-6d554ab13701}</Project >
131
135
<Name >mdoc.Test.FSharp</Name >
141
145
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
142
146
</Content >
143
147
</ItemGroup >
144
- <ItemGroup >
145
- <Folder Include =" Enumeration\" />
146
- </ItemGroup >
148
+ <ItemGroup />
147
149
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
150
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
151
+ <PropertyGroup >
152
+ <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 >
153
+ </PropertyGroup >
154
+ <Error Condition =" !Exists('..\..\packages\NUnit.3.10.1\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\NUnit.3.10.1\build\NUnit.props'))" />
155
+ </Target >
148
156
</Project >
0 commit comments