diff options
Diffstat (limited to 'RhSolutions.Tests/RhSolutions.Tests.csproj')
-rw-r--r-- | RhSolutions.Tests/RhSolutions.Tests.csproj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/RhSolutions.Tests/RhSolutions.Tests.csproj b/RhSolutions.Tests/RhSolutions.Tests.csproj index 7694a62..8c6b442 100644 --- a/RhSolutions.Tests/RhSolutions.Tests.csproj +++ b/RhSolutions.Tests/RhSolutions.Tests.csproj @@ -17,19 +17,4 @@ <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> - <None Update="TestWorkbooks\ExcelTableTest.xlsx"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - <None Update="TestWorkbooks\TestSpecification.xlsx"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - </ItemGroup> - </Project> |