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" />
|
2024-01-15 23:06:20 +03:00
|
|
|
|
<PackageReference Include="ExcelDna.Testing" Version="1.7.0" />
|
2023-03-23 17:13:48 +03:00
|
|
|
|
</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>
|