Skip to content

Commit e66136e

Browse files
committed
Exclude XmlUtil.cs to match project.json exclude
1 parent eccbcb0 commit e66136e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/client/RabbitMQ.Client/RabbitMQ.Client.xproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
1212
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
1313
</PropertyGroup>
14-
1514
<PropertyGroup>
1615
<SchemaVersion>2.0</SchemaVersion>
1716
</PropertyGroup>
17+
<ItemGroup>
18+
<DnxInvisibleCompile Include="src\util\XmlUtil.cs" />
19+
</ItemGroup>
1820
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
1921
</Project>

0 commit comments

Comments
 (0)