Skip to content

Commit 5b86494

Browse files
committed
Update testcase csproj files
1 parent cb8da80 commit 5b86494

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

OpenXmlFormats/NPOI.OpenXmlFormats.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
<Compile Include="Spreadsheet\Workbook\CT_PivotCache.cs" />
184184
<Compile Include="Spreadsheet\Workbook\CT_SmartTags.cs" />
185185
<Compile Include="Spreadsheet\Workbook\CT_WebPublishObjects.cs" />
186+
<Compile Include="Vml\CT_AlternateContent.cs" />
186187
<Compile Include="Wordprocessing\BaseTypes.cs" />
187188
<Compile Include="Wordprocessing\Document\CommentsDocument.cs" />
188189
<Compile Include="Wordprocessing\Document\FootnotesDocument.cs" />
@@ -291,6 +292,10 @@
291292
<None Include="packages.config" />
292293
</ItemGroup>
293294
<ItemGroup>
295+
<ProjectReference Include="..\main\NPOI.csproj">
296+
<Project>{10fa8538-157a-4380-a4f6-8e2c3ee92cae}</Project>
297+
<Name>NPOI</Name>
298+
</ProjectReference>
294299
<ProjectReference Include="..\openxml4Net\NPOI.OpenXml4Net.csproj">
295300
<Project>{c9f265b7-ece3-4755-b0b1-79536575c2a9}</Project>
296301
<Name>NPOI.OpenXml4Net</Name>

testcases/main/NPOI.TestCases.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
<Compile Include="SS\Util\TestDateFormatConverter.cs" />
246246
<Compile Include="SS\Util\TestHSSFCellUtil.cs" />
247247
<Compile Include="SS\Util\TestSheetUtil.cs" />
248+
<Compile Include="SS\Util\Utils.cs" />
248249
<Compile Include="TestPOIDocumentMain.cs" />
249250
<Compile Include="TestPOITestCase.cs" />
250251
<Compile Include="Util\NullOutputStream.cs" />
@@ -719,7 +720,7 @@
719720
<Version>3.13.1</Version>
720721
</PackageReference>
721722
<PackageReference Include="SharpZipLib">
722-
<Version>1.3.2</Version>
723+
<Version>1.3.3</Version>
723724
</PackageReference>
724725
</ItemGroup>
725726
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

testcases/ooxml/NPOI.OOXML.TestCases.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@
228228
<Compile Include="XWPF\TestPackageCorePropertiesGetKeywords.cs" />
229229
<Compile Include="XWPF\TestXWPFBugs.cs" />
230230
<Compile Include="XWPF\UserModel\TestChangeTracking.cs" />
231-
<Compile Include="XWPF\UserModel\TestXWPFBugs.cs" />
232231
<Compile Include="XWPF\UserModel\TestXWPFDocument.cs" />
233232
<Compile Include="XWPF\UserModel\TestXWPFFootnotes.cs" />
234233
<Compile Include="XWPF\UserModel\TestXWPFHeader.cs" />
@@ -315,7 +314,7 @@
315314
<Version>1.8.9</Version>
316315
</PackageReference>
317316
<PackageReference Include="SharpZipLib">
318-
<Version>1.3.2</Version>
317+
<Version>1.3.3</Version>
319318
</PackageReference>
320319
</ItemGroup>
321320
<ItemGroup />

0 commit comments

Comments
 (0)