1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{483BE30E-0045-4C3D-9DFF-ED6421CBAB4E}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>Castle.Facilities.Prevalence</AssemblyName>
14 <AssemblyOriginatorKeyFile>..\..\..\CastleKey.snk</AssemblyOriginatorKeyFile>
15 <DefaultClientScript>JScript</DefaultClientScript>
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
18 <DelaySign>false</DelaySign>
19 <OutputType>Library</OutputType>
20 <RootNamespace>Castle.Facilities.Prevalence</RootNamespace>
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation>
28 <SignAssembly>true</SignAssembly>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <OutputPath>..\bin\</OutputPath>
32 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33 <BaseAddress>285212672</BaseAddress>
34 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35 <ConfigurationOverrideFile>
36 </ConfigurationOverrideFile>
37 <DefineConstants>TRACE;DEBUG;NET</DefineConstants>
38 <DocumentationFile>Castle.Facilities.Prevalence.xml</DocumentationFile>
39 <DebugSymbols>true</DebugSymbols>
40 <FileAlignment>4096</FileAlignment>
41 <NoStdLib>false</NoStdLib>
43 <Optimize>false</Optimize>
44 <RegisterForComInterop>false</RegisterForComInterop>
45 <RemoveIntegerChecks>false</RemoveIntegerChecks>
46 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
47 <WarningLevel>4</WarningLevel>
48 <DebugType>full</DebugType>
49 <ErrorReport>prompt</ErrorReport>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <OutputPath>bin\Release\</OutputPath>
53 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
54 <BaseAddress>285212672</BaseAddress>
55 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
56 <ConfigurationOverrideFile>
57 </ConfigurationOverrideFile>
58 <DefineConstants>TRACE;NET</DefineConstants>
59 <DocumentationFile>Castle.Facilities.Prevalence.xml</DocumentationFile>
60 <DebugSymbols>false</DebugSymbols>
61 <FileAlignment>4096</FileAlignment>
62 <NoStdLib>false</NoStdLib>
64 <Optimize>true</Optimize>
65 <RegisterForComInterop>false</RegisterForComInterop>
66 <RemoveIntegerChecks>false</RemoveIntegerChecks>
67 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
68 <WarningLevel>4</WarningLevel>
69 <DebugType>none</DebugType>
70 <ErrorReport>prompt</ErrorReport>
73 <Reference Include="Bamboo.Prevalence, Version=1.4.4.3, Culture=neutral, PublicKeyToken=0edf2245780ab2d7">
74 <SpecificVersion>False</SpecificVersion>
75 <HintPath>..\..\..\build\net-2.0\debug\Bamboo.Prevalence.dll</HintPath>
77 <Reference Include="Bamboo.Prevalence.Util, Version=1.4.4.3, Culture=neutral, PublicKeyToken=0edf2245780ab2d7">
78 <SpecificVersion>False</SpecificVersion>
79 <HintPath>..\..\..\build\net-2.0\debug\Bamboo.Prevalence.Util.dll</HintPath>
81 <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
82 <SpecificVersion>False</SpecificVersion>
83 <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
85 <Reference Include="Castle.MicroKernel, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
86 <SpecificVersion>False</SpecificVersion>
87 <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>
89 <Reference Include="System">
94 <Compile Include="PrevalenceActivatorOverrider.cs">
95 <SubType>Code</SubType>
97 <Compile Include="PrevalenceEngineComponentActivator.cs">
98 <SubType>Code</SubType>
100 <Compile Include="PrevalenceFacility.cs">
101 <SubType>Code</SubType>
103 <Compile Include="PrevalenceSystemComponentActivator.cs">
104 <SubType>Code</SubType>
108 <None Include="..\..\..\CastleKey.snk">
109 <Link>CastleKey.snk</Link>
112 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />