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>{E4FA5B53-7D36-429E-8E5C-53D5479242BA}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.Core</RootNamespace>
\r
11 <AssemblyName>Castle.Core</AssemblyName>
\r
12 <SignAssembly>true</SignAssembly>
\r
13 <AssemblyOriginatorKeyFile>..\..\CastleKey.snk</AssemblyOriginatorKeyFile>
\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 <DocumentationFile>bin\Debug\Castle.Core.XML</DocumentationFile>
\r
25 <NoWarn>1591</NoWarn>
\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.Core.XML</DocumentationFile>
\r
35 <NoWarn>1591</NoWarn>
\r
36 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
39 <Reference Include="System" />
\r
40 <Reference Include="System.configuration" />
\r
41 <Reference Include="System.Data" />
\r
42 <Reference Include="System.Web" />
\r
43 <Reference Include="System.Xml" />
\r
46 <Compile Include="AssemblyInfo.cs" />
\r
47 <Compile Include="Attributes\CastleComponent.cs" />
\r
48 <Compile Include="Attributes\ComponentActivatorAttribute.cs" />
\r
49 <Compile Include="Attributes\ComponentProxyBehaviorAttribute.cs" />
\r
50 <Compile Include="Attributes\DoNotWireAttribute.cs" />
\r
51 <Compile Include="Attributes\InterceptorAttribute.cs" />
\r
52 <Compile Include="Attributes\LifestyleAttributes.cs" />
\r
53 <Compile Include="IServiceProviderExAccessor.cs" />
\r
54 <Compile Include="Interceptor\IChangeProxyTarget.cs" />
\r
55 <Compile Include="Interceptor\IInterceptor.cs" />
\r
56 <Compile Include="Interceptor\IInvocation.cs" />
\r
57 <Compile Include="Interceptor\IOnBehalfAware.cs" />
\r
58 <Compile Include="Interceptor\IProxyTargetAccessor.cs" />
\r
59 <Compile Include="Interceptor\StandardInterceptor.cs" />
\r
60 <Compile Include="Internal\GraphNode.cs" />
\r
61 <Compile Include="Internal\GraphSets.cs" />
\r
62 <Compile Include="Internal\IVertex.cs" />
\r
63 <Compile Include="Internal\LinkedList.cs" />
\r
64 <Compile Include="Internal\TopologicalSortAlgo.cs" />
\r
65 <Compile Include="IServiceEnabledComponent.cs" />
\r
66 <Compile Include="IServiceProviderEx.cs" />
\r
67 <Compile Include="Lifecycle\IInitializable.cs" />
\r
68 <Compile Include="Lifecycle\IRecyclable.cs" />
\r
69 <Compile Include="Lifecycle\IStartable.cs" />
\r
70 <Compile Include="Logging\Factories\AbstractExtendedLoggerFactory.cs" />
\r
71 <Compile Include="Logging\IContextProperties.cs" />
\r
72 <Compile Include="Logging\Factories\AbstractLoggerFactory.cs" />
\r
73 <Compile Include="Logging\Factories\ConsoleFactory.cs" />
\r
74 <Compile Include="Logging\Factories\DiagnosticsLoggerFactory.cs" />
\r
75 <Compile Include="Logging\Factories\NullLogFactory.cs" />
\r
76 <Compile Include="Logging\Factories\StreamLoggerFactory.cs" />
\r
77 <Compile Include="Logging\Factories\WebLoggerFactory.cs" />
\r
78 <Compile Include="Logging\IContextStack.cs" />
\r
79 <Compile Include="Logging\IContextStacks.cs" />
\r
80 <Compile Include="Logging\IExtendedLogger.cs" />
\r
81 <Compile Include="Logging\IExtendedLoggerFactory.cs" />
\r
82 <Compile Include="Logging\ILogger.cs" />
\r
83 <Compile Include="Logging\ILoggerFactory.cs" />
\r
84 <Compile Include="Logging\LoggerException.cs" />
\r
85 <Compile Include="Logging\Loggers\ConsoleLogger.cs" />
\r
86 <Compile Include="Logging\Loggers\DiagnosticsLogger.cs" />
\r
87 <Compile Include="Logging\Loggers\LevelFilteredLogger.cs" />
\r
88 <Compile Include="Logging\Loggers\NullLogger.cs" />
\r
89 <Compile Include="Logging\Loggers\StreamLogger.cs" />
\r
90 <Compile Include="Logging\Loggers\WebLogger.cs" />
\r
91 <Compile Include="Model\ComponentModel.cs" />
\r
92 <Compile Include="Model\Configuration\AbstractConfiguration.cs" />
\r
93 <Compile Include="Model\Configuration\ConfigurationCollection.cs" />
\r
94 <Compile Include="Model\Configuration\IConfiguration.cs" />
\r
95 <Compile Include="Model\Configuration\MutableConfiguration.cs" />
\r
96 <Compile Include="Model\ConstructorCandidate.cs" />
\r
97 <Compile Include="Model\ConstructorCandidateCollection.cs" />
\r
98 <Compile Include="Model\DependencyModel.cs" />
\r
99 <Compile Include="Model\DependencyModelCollection.cs" />
\r
100 <Compile Include="Model\InterceptorReference.cs" />
\r
101 <Compile Include="Model\InterceptorReferenceCollection.cs" />
\r
102 <Compile Include="Model\LifecycleStepCollection.cs" />
\r
103 <Compile Include="Model\MethodMetaModel.cs" />
\r
104 <Compile Include="Model\MethodMetaModelCollection.cs" />
\r
105 <Compile Include="Model\ParameterModel.cs" />
\r
106 <Compile Include="Model\ParameterModelCollection.cs" />
\r
107 <Compile Include="Model\PropertySet.cs" />
\r
108 <Compile Include="Model\PropertySetCollection.cs" />
\r
109 <Compile Include="Pair.cs" />
\r
110 <Compile Include="Resource\AbstractResource.cs" />
\r
111 <Compile Include="Resource\AbstractStreamResource.cs" />
\r
112 <Compile Include="Resource\AssemblyResource.cs" />
\r
113 <Compile Include="Resource\AssemblyResourceFactory.cs" />
\r
114 <Compile Include="Resource\ConfigResource.cs" />
\r
115 <Compile Include="Resource\ConfigResourceFactory.cs" />
\r
116 <Compile Include="Resource\CustomUri.cs" />
\r
117 <Compile Include="Resource\FileResource.cs" />
\r
118 <Compile Include="Resource\FileResourceFactory.cs" />
\r
119 <Compile Include="Resource\IResource.cs" />
\r
120 <Compile Include="Resource\IResourceFactory.cs" />
\r
121 <Compile Include="Resource\ResourceException.cs" />
\r
122 <Compile Include="Resource\StaticContentResource.cs" />
\r
123 <Compile Include="Resource\UncResource.cs" />
\r
124 <Compile Include="Resource\UncResourceFactory.cs" />
\r
127 <None Include="..\..\CastleKey.snk">
\r
128 <Link>CastleKey.snk</Link>
\r
132 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
135 <Folder Include="Properties\" />
\r
137 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
138 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
139 Other similar extension points exist, see Microsoft.Common.targets.
\r
140 <Target Name="BeforeBuild">
\r
142 <Target Name="AfterBuild">
\r