Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Facilities / Prevalence / Castle.Facilities.Prevalence / Castle.Facilities.Prevalence-vs2005.csproj
blobcc2aa3b5ffa63abc57d51bcb30c7bd7b1fdf9852
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
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>
9     <ApplicationIcon>
10     </ApplicationIcon>
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>
22     <StartupObject>
23     </StartupObject>
24     <FileUpgradeFlags>
25     </FileUpgradeFlags>
26     <UpgradeBackupLocation>
27     </UpgradeBackupLocation>
28     <SignAssembly>true</SignAssembly>
29   </PropertyGroup>
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>
42     <NoWarn>1591</NoWarn>
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>
50   </PropertyGroup>
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>
63     <NoWarn>1591</NoWarn>
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>
71   </PropertyGroup>
72   <ItemGroup>
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>
76     </Reference>
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>
80     </Reference>
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>
84     </Reference>
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>
88     </Reference>
89     <Reference Include="System">
90       <Name>System</Name>
91     </Reference>
92   </ItemGroup>
93   <ItemGroup>
94     <Compile Include="PrevalenceActivatorOverrider.cs">
95       <SubType>Code</SubType>
96     </Compile>
97     <Compile Include="PrevalenceEngineComponentActivator.cs">
98       <SubType>Code</SubType>
99     </Compile>
100     <Compile Include="PrevalenceFacility.cs">
101       <SubType>Code</SubType>
102     </Compile>
103     <Compile Include="PrevalenceSystemComponentActivator.cs">
104       <SubType>Code</SubType>
105     </Compile>
106   </ItemGroup>
107   <ItemGroup>
108     <None Include="..\..\..\CastleKey.snk">
109       <Link>CastleKey.snk</Link>
110     </None>
111   </ItemGroup>
112   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
113   <PropertyGroup>
114     <PreBuildEvent>
115     </PreBuildEvent>
116     <PostBuildEvent>
117     </PostBuildEvent>
118   </PropertyGroup>
119 </Project>