--- trunk/CSDLL/CSDLL.csproj 2012/07/12 10:01:23 29 +++ trunk/CSDLL/CSDLL.csproj 2012/07/12 14:51:57 50 @@ -51,11 +51,15 @@ <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> - <DefineConstants>TRACE;PRO</DefineConstants> + <DefineConstants>DEBUG;TRACE;PRO</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath> + </Reference> <Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" /> <Reference Include="Microsoft.VisualBasic" /> <Reference Include="System" /> @@ -235,6 +239,12 @@ <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj"> + <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project> + <Name>AnywhereTS.Logging</Name> + </ProjectReference> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |