--- trunk/CSDLL/CSDLL.csproj 2012/07/11 15:10:14 6 +++ trunk/CSDLL/CSDLL.csproj 2012/07/12 14:29:34 47 @@ -56,6 +56,10 @@ <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" /> @@ -66,9 +70,9 @@ <Reference Include="System.ServiceProcess" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> - <Reference Include="TrackBar, Version=1.0.2516.574, Culture=neutral, PublicKeyToken=503bf28f63ad27b4"> + <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\TrackBar.dll</HintPath> + <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -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. |