We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccbcb0 commit e66136eCopy full SHA for e66136e
projects/client/RabbitMQ.Client/RabbitMQ.Client.xproj
@@ -11,9 +11,11 @@
11
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
12
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
13
</PropertyGroup>
14
-
15
<PropertyGroup>
16
<SchemaVersion>2.0</SchemaVersion>
17
+ <ItemGroup>
18
+ <DnxInvisibleCompile Include="src\util\XmlUtil.cs" />
19
+ </ItemGroup>
20
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
21
</Project>
0 commit comments