RhSolutions-AddIn/RhSolutions.Tests/RhSolutions.Tests.csproj

22 lines
625 B
XML
Raw Normal View History

2023-03-22 08:36:13 +03:00
<Project Sdk="Microsoft.NET.Sdk">
2023-03-23 17:13:48 +03:00
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<LangVersion>10</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ExcelDna.Interop" Version="15.0.1" />
<PackageReference Include="ExcelDna.Testing" Version="1.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RhSolutions.AddIn\RhSolutions.AddIn.csproj" />
2023-12-08 23:14:56 +03:00
<ProjectReference Include="..\RhSolutions.ProductSku\RhSolutions.ProductSku.csproj" />
2023-03-23 17:13:48 +03:00
</ItemGroup>
2023-03-22 08:36:13 +03:00
</Project>