2020-10-01 05:37:46 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-08-09 09:18:56 -07:00
|
|
|
<!-- Look at Directory.Build.props in root for common stuff as well -->
|
|
|
|
|
<Import Project="..\..\..\..\Common.Dotnet.CsWinRT.props" />
|
2020-10-01 05:37:46 +02:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
<RootNamespace>Microsoft.Plugin.Folder.UnitTests</RootNamespace>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-02-13 12:10:33 -05:00
|
|
|
<PackageReference Include="Moq" />
|
2024-07-26 12:57:06 +02:00
|
|
|
<PackageReference Include="MSTest" />
|
2023-02-13 12:10:33 -05:00
|
|
|
<PackageReference Include="System.IO.Abstractions.TestingHelpers" />
|
2020-10-01 05:37:46 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Microsoft.Plugin.Folder\Microsoft.Plugin.Folder.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-12-01 09:40:41 -05:00
|
|
|
|
2020-10-01 05:37:46 +02:00
|
|
|
</Project>
|