2017-08-21 15:34:15 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-09-24 08:53:40 +00:00
<Project DefaultTargets= "Build" ToolsVersion= "12.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\..\packages\NUnit.3.10.1\build\NUnit.props" Condition= "Exists('..\..\packages\NUnit.3.10.1\build\NUnit.props')" />
2017-08-21 15:34:15 +00:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion > 8.0.30703</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {1EE70E2C-A289-4C36-AD0A-3D0C6CE56615}</ProjectGuid>
<OutputType > Library</OutputType>
<RootNamespace > Monodoc.Test</RootNamespace>
<AssemblyName > Monodoc.Test</AssemblyName>
2019-09-24 08:53:40 +00:00
<TargetFrameworkVersion > v4.7.1</TargetFrameworkVersion>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
2017-08-21 15:34:15 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug</OutputPath>
<DefineConstants > DEBUG;</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<Optimize > true</Optimize>
<OutputPath > bin\Release</OutputPath>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
2019-09-24 08:53:40 +00:00
<Reference Include= "nunit.framework, Version=3.10.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath>
2017-08-21 15:34:15 +00:00
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "Monodoc\EcmaDocTests.cs" />
<Compile Include= "Monodoc\HelpSourceTests.cs" />
<Compile Include= "Monodoc\NodeTest.cs" />
<Compile Include= "Monodoc\RootTreeTest.cs" />
<Compile Include= "Monodoc\SettingsTest.cs" />
<Compile Include= "Monodoc\TreeTest.cs" />
<Compile Include= "Monodoc.Ecma\EcmaUrlTests.cs" />
<Compile Include= "Monodoc.Generators\RawGeneratorTests.cs" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\monodoc.csproj" >
<Project > {6e644802-b579-4037-9809-9cf4c7172c9d}</Project>
<Name > monodoc</Name>
</ProjectReference>
</ItemGroup>
2019-09-24 08:53:40 +00:00
<ItemGroup >
<Service Include= "{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2017-08-21 15:34:15 +00:00
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2019-09-24 08:53:40 +00:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<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>
</PropertyGroup>
<Error Condition= "!Exists('..\..\packages\NUnit.3.10.1\build\NUnit.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\NUnit.3.10.1\build\NUnit.props'))" />
</Target>
2017-08-21 15:34:15 +00:00
</Project>