Skip to content

Commit

Permalink
Update testcase csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyqus committed Apr 26, 2022
1 parent cb8da80 commit 5b86494
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions OpenXmlFormats/NPOI.OpenXmlFormats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
<Compile Include="Spreadsheet\Workbook\CT_PivotCache.cs" />
<Compile Include="Spreadsheet\Workbook\CT_SmartTags.cs" />
<Compile Include="Spreadsheet\Workbook\CT_WebPublishObjects.cs" />
<Compile Include="Vml\CT_AlternateContent.cs" />
<Compile Include="Wordprocessing\BaseTypes.cs" />
<Compile Include="Wordprocessing\Document\CommentsDocument.cs" />
<Compile Include="Wordprocessing\Document\FootnotesDocument.cs" />
Expand Down Expand Up @@ -291,6 +292,10 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\main\NPOI.csproj">
<Project>{10fa8538-157a-4380-a4f6-8e2c3ee92cae}</Project>
<Name>NPOI</Name>
</ProjectReference>
<ProjectReference Include="..\openxml4Net\NPOI.OpenXml4Net.csproj">
<Project>{c9f265b7-ece3-4755-b0b1-79536575c2a9}</Project>
<Name>NPOI.OpenXml4Net</Name>
Expand Down
3 changes: 2 additions & 1 deletion testcases/main/NPOI.TestCases.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
<Compile Include="SS\Util\TestDateFormatConverter.cs" />
<Compile Include="SS\Util\TestHSSFCellUtil.cs" />
<Compile Include="SS\Util\TestSheetUtil.cs" />
<Compile Include="SS\Util\Utils.cs" />
<Compile Include="TestPOIDocumentMain.cs" />
<Compile Include="TestPOITestCase.cs" />
<Compile Include="Util\NullOutputStream.cs" />
Expand Down Expand Up @@ -719,7 +720,7 @@
<Version>3.13.1</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.3.2</Version>
<Version>1.3.3</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down
3 changes: 1 addition & 2 deletions testcases/ooxml/NPOI.OOXML.TestCases.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
<Compile Include="XWPF\TestPackageCorePropertiesGetKeywords.cs" />
<Compile Include="XWPF\TestXWPFBugs.cs" />
<Compile Include="XWPF\UserModel\TestChangeTracking.cs" />
<Compile Include="XWPF\UserModel\TestXWPFBugs.cs" />
<Compile Include="XWPF\UserModel\TestXWPFDocument.cs" />
<Compile Include="XWPF\UserModel\TestXWPFFootnotes.cs" />
<Compile Include="XWPF\UserModel\TestXWPFHeader.cs" />
Expand Down Expand Up @@ -315,7 +314,7 @@
<Version>1.8.9</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.3.2</Version>
<Version>1.3.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup />
Expand Down

0 comments on commit 5b86494

Please sign in to comment.