Vanara/UnitTests/UnitTests.csproj

217 lines
12 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3C9E407F-9D0B-4B54-B181-BA5476B8D2DC}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>UnitTests</RootNamespace>
<AssemblyName>UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
<IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Pex.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="Core\Collections\EventedListTests.cs" />
<Compile Include="Core\Collections\HierarchyTests.cs" />
<Compile Include="Core\Collections\SparseArrayTests.cs" />
<Compile Include="Core\Extensions\EnumExtensionsTests.cs" />
<Compile Include="Core\Extensions\EnumFlagIndexerTests.cs" />
<Compile Include="Core\Extensions\FileTimeExtensionsTests.cs" />
<Compile Include="Core\Extensions\InteropExtensionsTests.cs" />
<Compile Include="Core\Extensions\IOExtensionsTests.cs" />
<Compile Include="Core\Extensions\ReflectionExtensionsTests.cs" />
<Compile Include="Core\Extensions\StringHelperTests.cs" />
<Compile Include="Core\InteropServices\GenericSafeHandleTests.cs" />
<Compile Include="Core\InteropServices\MarshalingStreamTests.cs" />
<Compile Include="Core\InteropServices\PinnedObjectTests.cs" />
<Compile Include="Core\InteropServices\SafeByteArrayTests.cs" />
<Compile Include="Core\InteropServices\SafeCoTaskMemHandleTests.cs" />
<Compile Include="Core\InteropServices\SafeCoTaskMemStringTests.cs" />
<Compile Include="Core\InteropServices\SafeHGlobalHandleTests.cs" />
<Compile Include="Core\InteropServices\StrPtrTests.cs" />
<Compile Include="PInvoke\AclUI\AclUITests.cs" />
<Compile Include="PInvoke\AdvApi32\AdvApi32Tests.cs" />
<Compile Include="PInvoke\AdvApi32\PSIDTests.cs" />
<Compile Include="PInvoke\Authz\AuthzTests.cs" />
<Compile Include="PInvoke\CredUI\CredUITests.cs" />
<Compile Include="PInvoke\DwmApi\DwmApiTests.cs" />
<Compile Include="PInvoke\Gdi32\Gdi32Tests.cs" />
<Compile Include="PInvoke\InteropServices\SafeLocalHandleTests.cs" />
<Compile Include="PInvoke\Kernel32\Kernel32Tests.cs" />
<Compile Include="PInvoke\NetApi\NetApi32Tests.cs" />
<Compile Include="PInvoke\NetApi\NetListMgrTests.cs" />
<Compile Include="PInvoke\NTDSApi\NTDSApiTests.cs" />
<Compile Include="PInvoke\Ole32\Ole32Tests.cs" />
<Compile Include="PInvoke\Ole32\OleAut32Tests.cs" />
<Compile Include="PInvoke\Ole32\PROPVARIANTTests.cs" />
<Compile Include="PInvoke\PropSys\PropSysTests.cs" />
<Compile Include="PInvoke\Shared\Collections\ComEnumeratorTests.cs" />
<Compile Include="PInvoke\Shared\InteropServices\CoTaskMemStringMarshalerTests.cs" />
<Compile Include="PInvoke\Shared\OverlappedAsyncTests.cs" />
<Compile Include="PInvoke\Shared\ResourceIdTests.cs" />
<Compile Include="PInvoke\Shared\WinBase\SYSTEMTIMETests.cs" />
<Compile Include="PInvoke\Shared\WinDef\PRECTTests.cs" />
<Compile Include="PInvoke\Shared\WinDef\RECTTests.cs" />
<Compile Include="PInvoke\Shared\WinDef\SIZETests.cs" />
<Compile Include="PInvoke\Shared\WinError\HRESULTTests.cs" />
<Compile Include="PInvoke\Shared\WinError\NTStatusTests.cs" />
<Compile Include="PInvoke\Shared\WinError\Win32ErrorTests.cs" />
<Compile Include="PInvoke\Shared\WinNT\OBJECT_TYPE_LISTTests.cs" />
<Compile Include="PInvoke\Shared\WinUser\MacrosTests.cs" />
<Compile Include="PInvoke\Shell32\KnownFolderIdExtTests.cs" />
<Compile Include="PInvoke\User32\User32Tests.cs" />
<Compile Include="PInvoke\UxTheme\UxThemeTests.cs" />
<Compile Include="PInvoke\VirtDisk\VirtDiskTests.cs" />
<Compile Include="PInvoke\WinInet\WinInetTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Security\AccessControl\SystemSecurityTests.cs" />
<Compile Include="System\VirtualDiskTests.cs" />
<Compile Include="UI\Controls\CredentialsDialogTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Vanara.Core.csproj">
<Project>{241f73ee-9298-45c9-b869-a045dff94c03}</Project>
<Name>Vanara.Core</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\AclUI\Vanara.PInvoke.AclUI.csproj">
<Project>{ef88cf8c-e737-4bb1-bbf9-f47bf65547e0}</Project>
<Name>Vanara.PInvoke.AclUI</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\ComCtl32\Vanara.PInvoke.ComCtl32.csproj">
<Project>{291af9b0-51e8-4e4a-972b-77310a7a0c06}</Project>
<Name>Vanara.PInvoke.ComCtl32</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\CredUI\Vanara.PInvoke.CredUI.csproj">
<Project>{1f0b972a-06da-4f6a-8b60-87d76fb1f2d9}</Project>
<Name>Vanara.PInvoke.CredUI</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\DwmApi\Vanara.PInvoke.DwmApi.csproj">
<Project>{e1c6d6af-60a0-42cd-af77-f0de0ffe1395}</Project>
<Name>Vanara.PInvoke.DwmApi</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\Gdi32\Vanara.PInvoke.Gdi32.csproj">
<Project>{e186aff0-bc70-4776-8bee-9fdae108f4eb}</Project>
<Name>Vanara.PInvoke.Gdi32</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\Kernel32\Vanara.PInvoke.Kernel32.csproj">
<Project>{842d436f-598c-47d7-b5aa-12399f8ccfe9}</Project>
<Name>Vanara.PInvoke.Kernel32</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\NetApi32\Vanara.PInvoke.NetApi32.csproj">
<Project>{48ed1b1b-1450-43d2-917e-b5ace357fd82}</Project>
<Name>Vanara.PInvoke.NetApi32</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\NetListMgr\Vanara.PInvoke.NetListMgr.csproj">
<Project>{d7575cdb-0aa6-4029-a8fa-64b49dc178ce}</Project>
<Name>Vanara.PInvoke.NetListMgr</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\NTDSApi\Vanara.PInvoke.NTDSApi.csproj">
<Project>{ff26f707-5f0e-461b-bcc9-013724f87bd4}</Project>
<Name>Vanara.PInvoke.NTDSApi</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\Ole\Vanara.PInvoke.Ole.csproj">
<Project>{bbe4a7d6-0b24-4f58-9726-e05f358c1256}</Project>
<Name>Vanara.PInvoke.Ole</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\Security\Vanara.PInvoke.Security.csproj">
<Project>{392a14b0-1e10-4e88-9c13-0d965665ffb5}</Project>
<Name>Vanara.PInvoke.Security</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\Shared\Vanara.PInvoke.Shared.csproj">
<Project>{a5e519e9-feba-4fe3-93a5-b8269bef72f4}</Project>
<Name>Vanara.PInvoke.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\Shell32\Vanara.PInvoke.Shell32.csproj">
<Project>{3226020f-4c9d-41b3-ac8a-2bc9fd064cd8}</Project>
<Name>Vanara.PInvoke.Shell32</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\ShlwApi\Vanara.PInvoke.ShlwApi.csproj">
<Project>{30fd6779-6549-449e-880a-695815eb89b0}</Project>
<Name>Vanara.PInvoke.ShlwApi</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\TaskSchd\Vanara.PInvoke.TaskSchd.csproj">
<Project>{ac7d45c6-3c00-4fbf-90be-1a026fb26df0}</Project>
<Name>Vanara.PInvoke.TaskSchd</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\User32\Vanara.PInvoke.User32.csproj">
<Project>{a6771907-addc-49fc-8444-a97aa65e77e2}</Project>
<Name>Vanara.PInvoke.User32</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\UxTheme\Vanara.PInvoke.UxTheme.csproj">
<Project>{f73a658b-d900-4d9b-ba8e-19e6dfdc6147}</Project>
<Name>Vanara.PInvoke.UxTheme</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\VirtDisk\Vanara.PInvoke.VirtDisk.csproj">
<Project>{5ce784d4-42b7-4aa7-b2d0-e175c7fb40c8}</Project>
<Name>Vanara.PInvoke.VirtDisk</Name>
</ProjectReference>
<ProjectReference Include="..\PInvoke\WinInet\Vanara.PInvoke.WinINet.csproj">
<Project>{e8a0c4df-541c-4435-937b-2865cd61bb17}</Project>
<Name>Vanara.PInvoke.WinINet</Name>
</ProjectReference>
<ProjectReference Include="..\Security\Vanara.Security.csproj">
<Project>{b1af8b23-b1cb-4cdb-9345-5e0c0e836b7c}</Project>
<Name>Vanara.Security</Name>
</ProjectReference>
<ProjectReference Include="..\System\Vanara.SystemServices.csproj">
<Project>{eeec146d-14b2-4eef-9155-e1aef82d85f6}</Project>
<Name>Vanara.SystemServices</Name>
</ProjectReference>
<ProjectReference Include="..\UI\Vanara.UI.csproj">
<Project>{51986cd3-eeda-4369-93a4-255512548f68}</Project>
<Name>Vanara.UI</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<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\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props'))" />
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets'))" />
</Target>
<Import Project="..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets')" />
</Project>