Skip to content

Commit e19862e

Browse files
author
Claudia Beatriz Murialdo Garrone
committed
Merge changes from PR #738 that were omitted
1 parent 6413a96 commit e19862e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dotnet/test/DotNetCoreUnitTest/DotNetCoreUnitTest.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
<EmbeddedResource Include="..\DotNetUnitTest\type_SdtItem.cs" Link="type_SdtItem.cs">
4747
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4848
</EmbeddedResource>
49+
<Content Include="..\DotNetUnitTest\resources\QueryViewerObjects.xml" Link="resources\QueryViewerObjects.xml">
50+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
51+
</Content>
4952
<Content Include="..\DotNetUnitTest\resources\xml\error.xml" Link="resources\xml\error.xml">
5053
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5154
</Content>
@@ -173,6 +176,9 @@
173176

174177

175178
<ItemGroup>
179+
<None Include="..\DotNetUnitTest\resources\QueryViewerObjects.xsd" Link="resources\QueryViewerObjects.xsd">
180+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
181+
</None>
176182
<None Include="..\DotNetUnitTest\resources\xml\xmlTohtml1.xsl" Link="resources\xml\xmlTohtml1.xsl">
177183
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
178184
</None>

0 commit comments

Comments
 (0)