aboutsummaryrefslogtreecommitdiff
path: root/RhSolutions.Tests/RhSolutions.Tests.csproj
blob: aeb9c9eb6811cf9e70994b44dc2dfbde751008ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project Sdk="Microsoft.NET.Sdk">

	<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" />
	</ItemGroup>

	<ItemGroup>
	  <None Update="TestWorkbooks\EmptyTestTable.xlsx">
	    <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
	  </None>
	  <None Update="TestWorkbooks\EmptyWorkbook.xlsx">
	    <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
	  </None>
	</ItemGroup>

</Project>