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>{B92EA46A-CD01-4717-ABE8-AA73C4F17AAB}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.Components.DictionaryAdapter</RootNamespace>
\r
11 <AssemblyName>Castle.Components.DictionaryAdapter</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
21 <DocumentationFile>bin\Debug\Castle.Components.DictionaryAdapter.XML</DocumentationFile>
\r
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
24 <DebugType>pdbonly</DebugType>
\r
25 <Optimize>true</Optimize>
\r
26 <OutputPath>bin\Release\</OutputPath>
\r
27 <DefineConstants>TRACE</DefineConstants>
\r
28 <ErrorReport>prompt</ErrorReport>
\r
29 <WarningLevel>4</WarningLevel>
\r
32 <Reference Include="System" />
\r
33 <Reference Include="System.Data" />
\r
34 <Reference Include="System.Xml" />
\r
37 <Compile Include="AssemblyInfo.cs" />
\r
38 <Compile Include="AbstractDictionaryAdapter.cs" />
\r
39 <Compile Include="Attributes\AttributesUtil.cs" />
\r
40 <Compile Include="Attributes\DictionaryBehaviorAttribute.cs" />
\r
41 <Compile Include="Attributes\DictionaryStringListAttribute.cs" />
\r
42 <Compile Include="Attributes\DictionaryComponentAttribute.cs" />
\r
43 <Compile Include="Attributes\DictionaryStringValuesAttribute.cs" />
\r
44 <Compile Include="CascadingAdapter.cs" />
\r
45 <Compile Include="DictionaryBehaviorComparer.cs" />
\r
46 <Compile Include="IDictionaryBehavior.cs" />
\r
47 <Compile Include="DefaultPropertyGetter.cs" />
\r
48 <Compile Include="IDictionaryPropertySetter.cs" />
\r
49 <Compile Include="Attributes\DictionaryKeyAttribute.cs" />
\r
50 <Compile Include="Attributes\DictionaryKeySubstitutionAttribute.cs" />
\r
51 <Compile Include="IDictionaryKeyBuilder.cs" />
\r
52 <Compile Include="DictionaryAdapterFactory.cs" />
\r
53 <Compile Include="Attributes\DictionaryKeyPrefixAttribute.cs" />
\r
54 <Compile Include="IDictionaryAdapterFactory.cs" />
\r
55 <Compile Include="IDictionaryPropertyGetter.cs" />
\r
56 <Compile Include="NameValueCollectionAdapter.cs" />
\r
57 <Compile Include="PropertyDescriptor.cs" />
\r
60 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
63 <None Include="Castle.Components.DictionaryAdapter.build" />
\r
64 <None Include="CastleKey.snk" />
\r
67 <Folder Include="Properties\" />
\r
69 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
71 Other similar extension points exist, see Microsoft.Common.targets.
\r
72 <Target Name="BeforeBuild">
\r
74 <Target Name="AfterBuild">
\r