Skip to content

Commit

Permalink
Add missing file references to Mono projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-mitchell authored and jgoz committed Nov 4, 2012
1 parent 4980507 commit b9cf306
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ZeroMQ.AcceptanceTests/ZeroMQ.AcceptanceTests.Mono.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
<Compile Include="ZmqSocketSpecs\SocketOptions.cs" />
<Compile Include="ZmqSocketSpecs\SpecContext.cs" />
<Compile Include="ZmqSocketSpecs\Subscribe.cs" />
<Compile Include="ZmqContextSpecs\ContextOptions.cs" />
<Compile Include="ZmqMonitorSpecs\MonitorEvents.cs" />
<Compile Include="ZmqMonitorSpecs\SpecContext.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down
16 changes: 16 additions & 0 deletions src/ZeroMQ/ZeroMQ.Mono.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,22 @@
<Compile Include="Devices\DeviceMode.cs" />
<Compile Include="Devices\DeviceRunner.cs" />
<Compile Include="Devices\ThreadedDeviceRunner.cs" />
<Compile Include="ContextOption.cs" />
<Compile Include="RouterBehavior.cs" />
<Compile Include="TcpKeepaliveBehaviour.cs" />
<Compile Include="Interop\EventData.cs" />
<Compile Include="Interop\EventDataErrorEntry.cs" />
<Compile Include="Interop\EventDataFileDescriptorEntry.cs" />
<Compile Include="Interop\EventDataIntervalEntry.cs" />
<Compile Include="Interop\Retry.cs" />
<Compile Include="Interop\Tracer.cs" />
<Compile Include="Interop\ZmqMsgT.cs" />
<Compile Include="Monitoring\MonitorEvent.cs" />
<Compile Include="Monitoring\ZmqMonitor.cs" />
<Compile Include="Monitoring\ZmqMonitorErrorEventArgs.cs" />
<Compile Include="Monitoring\ZmqMonitorEventArgs.cs" />
<Compile Include="Monitoring\ZmqMonitorFileDescriptorEventArgs.cs" />
<Compile Include="Monitoring\ZmqMonitorIntervalEventArgs.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit b9cf306

Please sign in to comment.