56 |
|
<WarningLevel>4</WarningLevel> |
57 |
|
</PropertyGroup> |
58 |
|
<ItemGroup> |
59 |
+ |
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
60 |
+ |
<SpecificVersion>False</SpecificVersion> |
61 |
+ |
<HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath> |
62 |
+ |
</Reference> |
63 |
|
<Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" /> |
64 |
|
<Reference Include="Microsoft.VisualBasic" /> |
65 |
|
<Reference Include="System" /> |
239 |
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
240 |
|
</EmbeddedResource> |
241 |
|
</ItemGroup> |
242 |
+ |
<ItemGroup> |
243 |
+ |
<ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj"> |
244 |
+ |
<Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project> |
245 |
+ |
<Name>AnywhereTS.Logging</Name> |
246 |
+ |
</ProjectReference> |
247 |
+ |
</ItemGroup> |
248 |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
249 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
250 |
|
Other similar extension points exist, see Microsoft.Common.targets. |