|
42 | 42 | <Reference Include="Serilog.Sinks.Literate"> |
43 | 43 | <HintPath>..\..\packages\Serilog.Sinks.Literate.1.0.6\lib\net45\Serilog.Sinks.Literate.dll</HintPath> |
44 | 44 | </Reference> |
45 | | - <Reference Include="Serilog.Sinks.Splunk.FullNetFx"> |
46 | | - <HintPath>..\..\src\Serilog.Sinks.Splunk.FullNetFx\bin\Debug\Serilog.Sinks.Splunk.FullNetFx.dll</HintPath> |
47 | | - </Reference> |
48 | 45 | <Reference Include="Splunk.Client"> |
49 | 46 | <HintPath>..\..\packages\Splunk.Client.2.1.2\lib\portable-net45+win+wpa81\Splunk.Client.dll</HintPath> |
50 | 47 | </Reference> |
|
54 | 51 | </Reference> |
55 | 52 | <Reference Include="System" /> |
56 | 53 | <Reference Include="System.Core" /> |
57 | | - <Reference Include="System.Xml.Linq" /> |
58 | | - <Reference Include="System.Data.DataSetExtensions" /> |
59 | 54 | <Reference Include="Microsoft.CSharp" /> |
60 | | - <Reference Include="System.Data" /> |
61 | | - <Reference Include="System.Xml" /> |
62 | 55 | </ItemGroup> |
63 | 56 | <ItemGroup> |
64 | 57 | <Compile Include="Program.cs" /> |
|
68 | 61 | <None Include="App.config" /> |
69 | 62 | <None Include="packages.config" /> |
70 | 63 | </ItemGroup> |
| 64 | + <ItemGroup> |
| 65 | + <ProjectReference Include="..\..\src\Serilog.Sinks.Splunk.FullNetFx\Serilog.Sinks.Splunk.FullNetFx.csproj"> |
| 66 | + <Project>{17deed0f-f9cb-48fb-b4dc-53fb6aee64d7}</Project> |
| 67 | + <Name>Serilog.Sinks.Splunk.FullNetFx</Name> |
| 68 | + </ProjectReference> |
| 69 | + <ProjectReference Include="..\..\src\Serilog.Sinks.Splunk\Serilog.Sinks.Splunk.csproj"> |
| 70 | + <Project>{1493abc3-811c-46c7-92ed-ceb7567fb588}</Project> |
| 71 | + <Name>Serilog.Sinks.Splunk</Name> |
| 72 | + </ProjectReference> |
| 73 | + </ItemGroup> |
71 | 74 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
72 | 75 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
73 | 76 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments