Skip to content

Commit 8027e1f

Browse files
committed
CRLF
1 parent b5e443e commit 8027e1f

356 files changed

Lines changed: 172026 additions & 172026 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
_ReSharper.SolrNet
2-
*/bin
3-
*/obj
4-
*.resharper.user
5-
*.suo
6-
*.bak
7-
*.sln.cache
8-
merged
9-
solr-*/solr/data
10-
solr-*/logs
1+
_ReSharper.SolrNet
2+
*/bin
3+
*/obj
4+
*.resharper.user
5+
*.suo
6+
*.bak
7+
*.sln.cache
8+
merged
9+
solr-*/solr/data
10+
solr-*/logs
1111
log.txt
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
2-
<configuration>
3-
<runtime>
4-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5-
<dependentAssembly>
6-
<assemblyIdentity name="Castle.DynamicProxy2" publicKeyToken="407dd0808d44fbdc" culture="neutral"/>
7-
<bindingRedirect oldVersion="2.0.3.0" newVersion="2.1.0.0"/>
8-
</dependentAssembly>
9-
<dependentAssembly>
10-
<assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral"/>
11-
<bindingRedirect oldVersion="1.0.3.0" newVersion="1.1.0.0"/>
12-
</dependentAssembly>
13-
</assemblyBinding>
14-
</runtime>
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<runtime>
4+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5+
<dependentAssembly>
6+
<assemblyIdentity name="Castle.DynamicProxy2" publicKeyToken="407dd0808d44fbdc" culture="neutral"/>
7+
<bindingRedirect oldVersion="2.0.3.0" newVersion="2.1.0.0"/>
8+
</dependentAssembly>
9+
<dependentAssembly>
10+
<assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral"/>
11+
<bindingRedirect oldVersion="1.0.3.0" newVersion="1.1.0.0"/>
12+
</dependentAssembly>
13+
</assemblyBinding>
14+
</runtime>
1515
</configuration>
Lines changed: 101 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,102 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>9.0.30729</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{3D3D5F34-2C51-4197-BB11-5D28EFB75E5D}</ProjectGuid>
9-
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>Castle.Facilities.SolrNetIntegration.Tests</RootNamespace>
12-
<AssemblyName>Castle.Facilities.SolrNetIntegration.Tests</AssemblyName>
13-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14-
<FileAlignment>512</FileAlignment>
15-
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
19-
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
21-
<DefineConstants>DEBUG;TRACE</DefineConstants>
22-
<ErrorReport>prompt</ErrorReport>
23-
<WarningLevel>4</WarningLevel>
24-
</PropertyGroup>
25-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<DebugType>pdbonly</DebugType>
27-
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
29-
<DefineConstants>TRACE</DefineConstants>
30-
<ErrorReport>prompt</ErrorReport>
31-
<WarningLevel>4</WarningLevel>
32-
</PropertyGroup>
33-
<ItemGroup>
34-
<Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
35-
<SpecificVersion>False</SpecificVersion>
36-
<HintPath>..\lib\Castle.Core.dll</HintPath>
37-
</Reference>
38-
<Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
39-
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>..\lib\Castle.DynamicProxy2.dll</HintPath>
41-
</Reference>
42-
<Reference Include="Castle.MicroKernel, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
43-
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>..\lib\Castle.MicroKernel.dll</HintPath>
45-
</Reference>
46-
<Reference Include="Castle.Windsor, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
47-
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\lib\Castle.Windsor.dll</HintPath>
49-
</Reference>
50-
<Reference Include="Gallio, Version=3.0.6.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
51-
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>..\lib\Gallio.dll</HintPath>
53-
</Reference>
54-
<Reference Include="MbUnit, Version=3.0.6.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
55-
<SpecificVersion>False</SpecificVersion>
56-
<HintPath>..\lib\MbUnit.dll</HintPath>
57-
</Reference>
58-
<Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
59-
<SpecificVersion>False</SpecificVersion>
60-
<HintPath>..\lib\net-3.5\Rhino.Mocks.dll</HintPath>
61-
</Reference>
62-
<Reference Include="System" />
63-
<Reference Include="System.Core">
64-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
65-
</Reference>
66-
<Reference Include="System.Xml.Linq">
67-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
68-
</Reference>
69-
<Reference Include="System.Data.DataSetExtensions">
70-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
71-
</Reference>
72-
<Reference Include="System.Data" />
73-
<Reference Include="System.Xml" />
74-
</ItemGroup>
75-
<ItemGroup>
76-
<Compile Include="Tests.cs" />
77-
<Compile Include="Properties\AssemblyInfo.cs" />
78-
</ItemGroup>
79-
<ItemGroup>
80-
<ProjectReference Include="..\Castle.Facilities.SolrNetIntegration\Castle.Facilities.SolrNetIntegration.csproj">
81-
<Project>{0F21F5B6-5986-4301-B0F7-FD9800DB8091}</Project>
82-
<Name>Castle.Facilities.SolrNetIntegration</Name>
83-
</ProjectReference>
84-
<ProjectReference Include="..\SolrNet\SolrNet.csproj">
85-
<Project>{CEEB8690-3E08-4440-B647-787A58E71CFA}</Project>
86-
<Name>SolrNet</Name>
87-
</ProjectReference>
88-
</ItemGroup>
89-
<ItemGroup>
90-
<None Include="App.config">
91-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
92-
</None>
93-
</ItemGroup>
94-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96-
Other similar extension points exist, see Microsoft.Common.targets.
97-
<Target Name="BeforeBuild">
98-
</Target>
99-
<Target Name="AfterBuild">
100-
</Target>
101-
-->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>9.0.30729</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{3D3D5F34-2C51-4197-BB11-5D28EFB75E5D}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>Castle.Facilities.SolrNetIntegration.Tests</RootNamespace>
12+
<AssemblyName>Castle.Facilities.SolrNetIntegration.Tests</AssemblyName>
13+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<DebugSymbols>true</DebugSymbols>
18+
<DebugType>full</DebugType>
19+
<Optimize>false</Optimize>
20+
<OutputPath>bin\Debug\</OutputPath>
21+
<DefineConstants>DEBUG;TRACE</DefineConstants>
22+
<ErrorReport>prompt</ErrorReport>
23+
<WarningLevel>4</WarningLevel>
24+
</PropertyGroup>
25+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26+
<DebugType>pdbonly</DebugType>
27+
<Optimize>true</Optimize>
28+
<OutputPath>bin\Release\</OutputPath>
29+
<DefineConstants>TRACE</DefineConstants>
30+
<ErrorReport>prompt</ErrorReport>
31+
<WarningLevel>4</WarningLevel>
32+
</PropertyGroup>
33+
<ItemGroup>
34+
<Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
35+
<SpecificVersion>False</SpecificVersion>
36+
<HintPath>..\lib\Castle.Core.dll</HintPath>
37+
</Reference>
38+
<Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
39+
<SpecificVersion>False</SpecificVersion>
40+
<HintPath>..\lib\Castle.DynamicProxy2.dll</HintPath>
41+
</Reference>
42+
<Reference Include="Castle.MicroKernel, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
43+
<SpecificVersion>False</SpecificVersion>
44+
<HintPath>..\lib\Castle.MicroKernel.dll</HintPath>
45+
</Reference>
46+
<Reference Include="Castle.Windsor, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
47+
<SpecificVersion>False</SpecificVersion>
48+
<HintPath>..\lib\Castle.Windsor.dll</HintPath>
49+
</Reference>
50+
<Reference Include="Gallio, Version=3.0.6.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
51+
<SpecificVersion>False</SpecificVersion>
52+
<HintPath>..\lib\Gallio.dll</HintPath>
53+
</Reference>
54+
<Reference Include="MbUnit, Version=3.0.6.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL">
55+
<SpecificVersion>False</SpecificVersion>
56+
<HintPath>..\lib\MbUnit.dll</HintPath>
57+
</Reference>
58+
<Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
59+
<SpecificVersion>False</SpecificVersion>
60+
<HintPath>..\lib\net-3.5\Rhino.Mocks.dll</HintPath>
61+
</Reference>
62+
<Reference Include="System" />
63+
<Reference Include="System.Core">
64+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
65+
</Reference>
66+
<Reference Include="System.Xml.Linq">
67+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
68+
</Reference>
69+
<Reference Include="System.Data.DataSetExtensions">
70+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
71+
</Reference>
72+
<Reference Include="System.Data" />
73+
<Reference Include="System.Xml" />
74+
</ItemGroup>
75+
<ItemGroup>
76+
<Compile Include="Tests.cs" />
77+
<Compile Include="Properties\AssemblyInfo.cs" />
78+
</ItemGroup>
79+
<ItemGroup>
80+
<ProjectReference Include="..\Castle.Facilities.SolrNetIntegration\Castle.Facilities.SolrNetIntegration.csproj">
81+
<Project>{0F21F5B6-5986-4301-B0F7-FD9800DB8091}</Project>
82+
<Name>Castle.Facilities.SolrNetIntegration</Name>
83+
</ProjectReference>
84+
<ProjectReference Include="..\SolrNet\SolrNet.csproj">
85+
<Project>{CEEB8690-3E08-4440-B647-787A58E71CFA}</Project>
86+
<Name>SolrNet</Name>
87+
</ProjectReference>
88+
</ItemGroup>
89+
<ItemGroup>
90+
<None Include="App.config">
91+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
92+
</None>
93+
</ItemGroup>
94+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96+
Other similar extension points exist, see Microsoft.Common.targets.
97+
<Target Name="BeforeBuild">
98+
</Target>
99+
<Target Name="AfterBuild">
100+
</Target>
101+
-->
102102
</Project>
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
4-
using MbUnit.Framework;
5-
6-
// General Information about an assembly is controlled through the following
7-
// set of attributes. Change these attribute values to modify the information
8-
// associated with an assembly.
9-
[assembly: AssemblyTitle("Castle.Facilities.SolrNetIntegration.Tests")]
10-
[assembly: AssemblyDescription("")]
11-
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("Microsoft")]
13-
[assembly: AssemblyProduct("Castle.Facilities.SolrNetIntegration.Tests")]
14-
[assembly: AssemblyCopyright("Copyright © Microsoft 2009")]
15-
[assembly: AssemblyTrademark("")]
16-
[assembly: AssemblyCulture("")]
17-
18-
// Setting ComVisible to false makes the types in this assembly not visible
19-
// to COM components. If you need to access a type in this assembly from
20-
// COM, set the ComVisible attribute to true on that type.
21-
[assembly: ComVisible(false)]
22-
23-
// The following GUID is for the ID of the typelib if this project is exposed to COM
24-
[assembly: Guid("9ba95cef-291b-4c5e-8375-8b90b72d3feb")]
25-
26-
// Version information for an assembly consists of the following four values:
27-
//
28-
// Major Version
29-
// Minor Version
30-
// Build Number
31-
// Revision
32-
//
33-
// You can specify all the values or you can default the Build and Revision Numbers
34-
// by using the '*' as shown below:
35-
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.0.0.0")]
37-
[assembly: AssemblyFileVersion("1.0.0.0")]
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
using MbUnit.Framework;
5+
6+
// General Information about an assembly is controlled through the following
7+
// set of attributes. Change these attribute values to modify the information
8+
// associated with an assembly.
9+
[assembly: AssemblyTitle("Castle.Facilities.SolrNetIntegration.Tests")]
10+
[assembly: AssemblyDescription("")]
11+
[assembly: AssemblyConfiguration("")]
12+
[assembly: AssemblyCompany("Microsoft")]
13+
[assembly: AssemblyProduct("Castle.Facilities.SolrNetIntegration.Tests")]
14+
[assembly: AssemblyCopyright("Copyright © Microsoft 2009")]
15+
[assembly: AssemblyTrademark("")]
16+
[assembly: AssemblyCulture("")]
17+
18+
// Setting ComVisible to false makes the types in this assembly not visible
19+
// to COM components. If you need to access a type in this assembly from
20+
// COM, set the ComVisible attribute to true on that type.
21+
[assembly: ComVisible(false)]
22+
23+
// The following GUID is for the ID of the typelib if this project is exposed to COM
24+
[assembly: Guid("9ba95cef-291b-4c5e-8375-8b90b72d3feb")]
25+
26+
// Version information for an assembly consists of the following four values:
27+
//
28+
// Major Version
29+
// Minor Version
30+
// Build Number
31+
// Revision
32+
//
33+
// You can specify all the values or you can default the Build and Revision Numbers
34+
// by using the '*' as shown below:
35+
// [assembly: AssemblyVersion("1.0.*")]
36+
[assembly: AssemblyVersion("1.0.0.0")]
37+
[assembly: AssemblyFileVersion("1.0.0.0")]
3838
[assembly: Parallelizable(TestScope.All)]

0 commit comments

Comments
 (0)