Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Facilities / DynamicLoader / Castle.Facilities.DynamicLoader / Castle.Facilities.DynamicLoader-vs2005.csproj
blobdd58d6593d3653e03368d5276e07f53732e25bab
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\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>{8B029508-E9E0-4646-A5AF-68B4015D8C61}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.Facilities.DynamicLoader</RootNamespace>\r
11     <AssemblyName>Castle.Facilities.DynamicLoader</AssemblyName>\r
12     <SignAssembly>true</SignAssembly>\r
13     <AssemblyOriginatorKeyFile>..\..\..\CastleKey.snk</AssemblyOriginatorKeyFile>\r
14   </PropertyGroup>\r
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
16     <DebugSymbols>true</DebugSymbols>\r
17     <DebugType>full</DebugType>\r
18     <Optimize>false</Optimize>\r
19     <OutputPath>bin\Debug\</OutputPath>\r
20     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
21     <ErrorReport>prompt</ErrorReport>\r
22     <WarningLevel>4</WarningLevel>\r
23     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
24     <NoWarn>1591</NoWarn>\r
25     <DocumentationFile>bin\Debug\Castle.Facilities.DynamicLoader.XML</DocumentationFile>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
28     <DebugType>pdbonly</DebugType>\r
29     <Optimize>true</Optimize>\r
30     <OutputPath>bin\Release\</OutputPath>\r
31     <DefineConstants>TRACE</DefineConstants>\r
32     <ErrorReport>prompt</ErrorReport>\r
33     <WarningLevel>4</WarningLevel>\r
34     <DocumentationFile>bin\Release\Castle.Facilities.DynamicLoader.XML</DocumentationFile>\r
35     <NoWarn>1591</NoWarn>\r
36     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
37   </PropertyGroup>\r
38   <ItemGroup>\r
39     <Reference Include="Castle.Core, Version=0.0.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
40       <SpecificVersion>False</SpecificVersion>\r
41       <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>\r
42     </Reference>\r
43     <Reference Include="Castle.MicroKernel, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
44       <SpecificVersion>False</SpecificVersion>\r
45       <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>\r
46     </Reference>\r
47     <Reference Include="System" />\r
48     <Reference Include="System.Data" />\r
49     <Reference Include="System.Web" />\r
50     <Reference Include="System.Xml" />\r
51   </ItemGroup>\r
52   <ItemGroup>\r
53     <Compile Include="AssemblyInfo.cs" />\r
54     <Compile Include="DynamicLoaderActivator.cs" />\r
55     <Compile Include="DynamicLoaderFacility.cs" />\r
56     <Compile Include="DynamicLoaderInspector.cs" />\r
57     <Compile Include="DynamicLoaderRegistry.cs" />\r
58     <Compile Include="RemoteLoader.cs" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <None Include="..\..\..\CastleKey.snk">\r
62       <Link>CastleKey.snk</Link>\r
63     </None>\r
64   </ItemGroup>\r
65   <ItemGroup>\r
66     <Folder Include="Properties\" />\r
67   </ItemGroup>\r
68   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
69   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
70        Other similar extension points exist, see Microsoft.Common.targets.\r
71   <Target Name="BeforeBuild">\r
72   </Target>\r
73   <Target Name="AfterBuild">\r
74   </Target>\r
75   -->\r
76 </Project>