File tree Expand file tree Collapse file tree 4 files changed +2
-104
lines changed Expand file tree Collapse file tree 4 files changed +2
-104
lines changed Original file line number Diff line number Diff line change 62
62
<Compile Include =" ..\RabbitMQ.Client\src\client\**\*.cs" >
63
63
<Link >src\client\%(RecursiveDir)%(Filename)%(Extension)</Link >
64
64
</Compile >
65
- <Compile Include =" ..\RabbitMQ.Client\src\util\**\*.cs" Exclude = " ..\RabbitMQ.Client\src\util\**\XmlUtil.cs " >
65
+ <Compile Include =" ..\RabbitMQ.Client\src\util\**\*.cs" >
66
66
<Link >src\util\%(RecursiveDir)%(Filename)%(Extension)</Link >
67
67
</Compile >
68
68
<Compile Include =" src\client\impl\SocketFrameHandlerWinRT.cs" />
Original file line number Diff line number Diff line change 14
14
<PropertyGroup >
15
15
<SchemaVersion >2.0</SchemaVersion >
16
16
</PropertyGroup >
17
- <ItemGroup >
18
- <DnxInvisibleCompile Include =" src\util\XmlUtil.cs" />
19
- </ItemGroup >
20
17
<Import Project =" $(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition =" '$(VSToolsPath)' != ''" />
21
18
</Project >
Original file line number Diff line number Diff line change 22
22
"buildOptions" : {
23
23
"compile" : {
24
24
"exclude" : [
25
- " build" ,
26
- " src/util/XmlUtil.cs"
25
+ " build"
27
26
],
28
27
"include" : [
29
28
" ../../../gensrc/RabbitMQ.Client/autogenerated-api-0-9-1.cs"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments