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 >
0 commit comments