User: xtoff Date: 2009/11/15 03:33 PM Added: /Facilities/Logging/trunk/src/Castle.Facilities.Logging/ CastleKey.snk
Modified: /Facilities/Logging/trunk/src/Castle.Facilities.Logging.Tests/ Castle.Facilities.Logging.Tests-vs2008.csproj /Facilities/Logging/trunk/src/Castle.Facilities.Logging/ Castle.Facilities.Logging-vs2008.csproj Log: - fixed references in the project File Changes: Directory: /Facilities/Logging/trunk/src/Castle.Facilities.Logging/ =================================================================== File [modified]: Castle.Facilities.Logging-vs2008.csproj Delta lines: +21 -17 =================================================================== --- Facilities/Logging/trunk/src/Castle.Facilities.Logging.Tests/Castle.Facilities.Logging.Tests-vs2008.csproj 2009-11-15 22:02:23 UTC (rev 6333) +++ Facilities/Logging/trunk/src/Castle.Facilities.Logging.Tests/Castle.Facilities.Logging.Tests-vs2008.csproj 2009-11-15 22:33:44 UTC (rev 6334) @@ -1,7 +1,7 @@ <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <ProjectType>Local</ProjectType> - <ProductVersion>9.0.21022</ProductVersion> + <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{8F649EDC-B84C-4F20-81AD-221ACA465E1D}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -91,37 +91,41 @@ <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> - <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> + <Reference Include="Castle.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\build\net-3.5\debug\Castle.Core.dll</HintPath> + <HintPath>..\..\lib\net-3.5\Castle.Core.dll</HintPath> </Reference> - <Reference Include="Castle.MicroKernel, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> + <Reference Include="Castle.DynamicProxy2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\build\net-3.5\debug\Castle.MicroKernel.dll</HintPath> + <HintPath>..\..\lib\net-3.5\Castle.DynamicProxy2.dll</HintPath> </Reference> - <Reference Include="Castle.Services.Logging.Log4netIntegration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> + <Reference Include="Castle.MicroKernel, Version=2.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\build\net-3.5\debug\Castle.Services.Logging.Log4netIntegration.dll</HintPath> + <HintPath>..\..\lib\net-3.5\Castle.MicroKernel.dll</HintPath> </Reference> - <Reference Include="Castle.Services.Logging.NLogIntegration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> + <Reference Include="Castle.Services.Logging.log4netIntegration, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\build\net-3.5\debug\Castle.Services.Logging.NLogIntegration.dll</HintPath> + <HintPath>..\..\lib\net-3.5\Castle.Services.Logging.log4netIntegration.dll</HintPath> </Reference> - <Reference Include="Castle.Windsor, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> + <Reference Include="Castle.Services.Logging.NLogIntegration, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\build\net-3.5\debug\Castle.Windsor.dll</HintPath> + <HintPath>..\..\lib\net-3.5\Castle.Services.Logging.NLogIntegration.dll</HintPath> </Reference> + <Reference Include="Castle.Windsor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\lib\net-3.5\Castle.Windsor.dll</HintPath> + </Reference> <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\build\net-3.5\debug\log4net.dll</HintPath> + <HintPath>..\..\lib\net-3.5\log4net.dll</HintPath> </Reference> <Reference Include="NLog, Version=1.0.0.505, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\build\net-3.5\debug\NLog.dll</HintPath> + <HintPath>..\..\lib\NLog.dll</HintPath> </Reference> - <Reference Include="nunit.framework"> - <Name>nunit.framework</Name> - <HintPath>..\..\..\build\net-3.5\debug\nunit.framework.dll</HintPath> + <Reference Include="nunit.framework, Version=2.5.0.9122, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\lib\nunit.framework.dll</HintPath> </Reference> <Reference Include="System"> <Name>System</Name> @@ -202,4 +206,4 @@ </PreBuildEvent> <PostBuildEvent>xcopy >nul /d/y $(ProjectDir)*.config $(TargetDir)</PostBuildEvent> </PropertyGroup> -</Project> +</Project> File [added]: CastleKey.snk Delta lines: None None Directory: /Facilities/Logging/trunk/src/Castle.Facilities.Logging.Tests/ ========================================================================= File [modified]: Castle.Facilities.Logging.Tests-vs2008.csproj Delta lines: +0 -0 =================================================================== -- You received this message because you are subscribed to the Google Groups "Castle Project Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-commits?hl=.
