1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProductVersion>9.0.21022</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
14 <UpgradeBackupLocation>
\r
15 </UpgradeBackupLocation>
\r
16 <OldToolsVersion>2.0</OldToolsVersion>
\r
17 <PublishUrl>http://localhost/Castle.Components.DictionaryAdapter/</PublishUrl>
\r
18 <Install>true</Install>
\r
19 <InstallFrom>Web</InstallFrom>
\r
20 <UpdateEnabled>true</UpdateEnabled>
\r
21 <UpdateMode>Foreground</UpdateMode>
\r
22 <UpdateInterval>7</UpdateInterval>
\r
23 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
\r
24 <UpdatePeriodically>false</UpdatePeriodically>
\r
25 <UpdateRequired>false</UpdateRequired>
\r
26 <MapFileExtensions>true</MapFileExtensions>
\r
27 <ApplicationRevision>0</ApplicationRevision>
\r
28 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
\r
29 <IsWebBootstrapper>true</IsWebBootstrapper>
\r
30 <UseApplicationTrust>false</UseApplicationTrust>
\r
31 <BootstrapperEnabled>true</BootstrapperEnabled>
\r
32 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
33 <SignAssembly>true</SignAssembly>
\r
34 <AssemblyOriginatorKeyFile>..\..\..\CastleKey.snk</AssemblyOriginatorKeyFile>
\r
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
37 <DebugSymbols>true</DebugSymbols>
\r
38 <DebugType>full</DebugType>
\r
39 <Optimize>false</Optimize>
\r
40 <OutputPath>bin\Debug\</OutputPath>
\r
41 <DefineConstants>TRACE;DEBUG</DefineConstants>
\r
42 <ErrorReport>prompt</ErrorReport>
\r
43 <WarningLevel>4</WarningLevel>
\r
44 <DocumentationFile>bin\Debug\Castle.Components.DictionaryAdapter.XML</DocumentationFile>
\r
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
47 <DebugType>pdbonly</DebugType>
\r
48 <Optimize>true</Optimize>
\r
49 <OutputPath>bin\Release\</OutputPath>
\r
50 <DefineConstants>TRACE</DefineConstants>
\r
51 <ErrorReport>prompt</ErrorReport>
\r
52 <WarningLevel>4</WarningLevel>
\r
55 <Reference Include="System" />
\r
56 <Reference Include="System.Core">
\r
57 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
59 <Reference Include="System.Data" />
\r
60 <Reference Include="System.Xml" />
\r
63 <Compile Include="AssemblyInfo.cs" />
\r
64 <Compile Include="AbstractDictionaryAdapter.cs" />
\r
65 <Compile Include="Attributes\AttributesUtil.cs" />
\r
66 <Compile Include="Attributes\DictionaryTypeKeyPrefixAttribute.cs" />
\r
67 <Compile Include="Attributes\DictionaryBehaviorAttribute.cs" />
\r
68 <Compile Include="Attributes\DictionaryStringListAttribute.cs" />
\r
69 <Compile Include="Attributes\DictionaryComponentAttribute.cs" />
\r
70 <Compile Include="Attributes\DictionaryStringValuesAttribute.cs" />
\r
71 <Compile Include="CascadingAdapter.cs" />
\r
72 <Compile Include="DictionaryBehaviorComparer.cs" />
\r
73 <Compile Include="IDictionaryBehavior.cs" />
\r
74 <Compile Include="DefaultPropertyGetter.cs" />
\r
75 <Compile Include="IDictionaryPropertySetter.cs" />
\r
76 <Compile Include="Attributes\DictionaryKeyAttribute.cs" />
\r
77 <Compile Include="Attributes\DictionaryKeySubstitutionAttribute.cs" />
\r
78 <Compile Include="IDictionaryKeyBuilder.cs" />
\r
79 <Compile Include="DictionaryAdapterFactory.cs" />
\r
80 <Compile Include="Attributes\DictionaryKeyPrefixAttribute.cs" />
\r
81 <Compile Include="IDictionaryAdapterFactory.cs" />
\r
82 <Compile Include="IDictionaryPropertyGetter.cs" />
\r
83 <Compile Include="NameValueCollectionAdapter.cs" />
\r
84 <Compile Include="PropertyDescriptor.cs" />
\r
87 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
90 <None Include="Castle.Components.DictionaryAdapter.build" />
\r
93 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
\r
94 <Visible>False</Visible>
\r
95 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
\r
96 <Install>true</Install>
\r
97 </BootstrapperPackage>
\r
98 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
\r
99 <Visible>False</Visible>
\r
100 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
\r
101 <Install>false</Install>
\r
102 </BootstrapperPackage>
\r
103 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
\r
104 <Visible>False</Visible>
\r
105 <ProductName>.NET Framework 3.5</ProductName>
\r
106 <Install>false</Install>
\r
107 </BootstrapperPackage>
\r
110 <Folder Include="Properties\" />
\r
112 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
113 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
114 Other similar extension points exist, see Microsoft.Common.targets.
\r
115 <Target Name="BeforeBuild">
\r
117 <Target Name="AfterBuild">
\r