1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProductVersion>8.0.50727</ProductVersion>
\r
6 <SchemaVersion>2.0</SchemaVersion>
\r
7 <ProjectGuid>{280217E9-688D-4F02-B64A-78D2B3AA7BAB}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.Components.DictionaryAdapter.Tests</RootNamespace>
\r
11 <AssemblyName>Castle.Components.DictionaryAdapter.Tests</AssemblyName>
\r
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
14 <DebugSymbols>true</DebugSymbols>
\r
15 <DebugType>full</DebugType>
\r
16 <Optimize>false</Optimize>
\r
17 <OutputPath>bin\Debug\</OutputPath>
\r
18 <DefineConstants>TRACE;DEBUG</DefineConstants>
\r
19 <ErrorReport>prompt</ErrorReport>
\r
20 <WarningLevel>4</WarningLevel>
\r
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
23 <DebugType>pdbonly</DebugType>
\r
24 <Optimize>true</Optimize>
\r
25 <OutputPath>bin\Release\</OutputPath>
\r
26 <DefineConstants>TRACE</DefineConstants>
\r
27 <ErrorReport>prompt</ErrorReport>
\r
28 <WarningLevel>4</WarningLevel>
\r
31 <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
\r
32 <SpecificVersion>False</SpecificVersion>
\r
33 <HintPath>..\..\..\..\SharedLibs\net\2.0\nunit.framework.dll</HintPath>
\r
35 <Reference Include="System" />
\r
36 <Reference Include="System.Data" />
\r
37 <Reference Include="System.Xml" />
\r
40 <Compile Include="AdaptingNameValueCollectionsTestCase.cs" />
\r
41 <Compile Include="AssemblyInfo.cs" />
\r
42 <Compile Include="DictionaryAdapterFactoryTestCase.cs" />
\r
45 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
48 <ProjectReference Include="..\Castle.Components.DictionaryAdapter\Castle.Components.DictionaryAdapter-vs2005.csproj">
\r
49 <Project>{B92EA46A-CD01-4717-ABE8-AA73C4F17AAB}</Project>
\r
50 <Name>Castle.Components.DictionaryAdapter-vs2005</Name>
\r
54 <None Include="Castle.Components.DictionaryAdapter.Tests.build" />
\r
57 <Folder Include="Properties\" />
\r
59 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
60 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
61 Other similar extension points exist, see Microsoft.Common.targets.
\r
62 <Target Name="BeforeBuild">
\r
64 <Target Name="AfterBuild">
\r