Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Core / Castle.Core / Castle.Core-vs2008.csproj
blob4d30dadd3fac888b4c2e88be75f352bc234c5b71
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\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>{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
14     <FileUpgradeFlags>\r
15     </FileUpgradeFlags>\r
16     <OldToolsVersion>2.0</OldToolsVersion>\r
17     <UpgradeBackupLocation>\r
18     </UpgradeBackupLocation>\r
19     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
20   </PropertyGroup>\r
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
22     <DebugSymbols>true</DebugSymbols>\r
23     <DebugType>full</DebugType>\r
24     <Optimize>false</Optimize>\r
25     <OutputPath>bin\Debug\</OutputPath>\r
26     <DefineConstants>TRACE;DEBUG;DOTNET35</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
30     <DocumentationFile>bin\Debug\Castle.Core.XML</DocumentationFile>\r
31     <NoWarn>1591</NoWarn>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <DebugType>pdbonly</DebugType>\r
35     <Optimize>true</Optimize>\r
36     <OutputPath>bin\Release\</OutputPath>\r
37     <DefineConstants>TRACE</DefineConstants>\r
38     <ErrorReport>prompt</ErrorReport>\r
39     <WarningLevel>4</WarningLevel>\r
40     <DocumentationFile>bin\Release\Castle.Core.XML</DocumentationFile>\r
41     <NoWarn>1591</NoWarn>\r
42     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
43   </PropertyGroup>\r
44   <ItemGroup>\r
45     <Reference Include="System" />\r
46     <Reference Include="System.configuration" />\r
47     <Reference Include="System.Core">\r
48       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
49     </Reference>\r
50     <Reference Include="System.Data" />\r
51     <Reference Include="System.Web" />\r
52     <Reference Include="System.Xml" />\r
53   </ItemGroup>\r
54   <ItemGroup>\r
55     <Compile Include="AssemblyInfo.cs" />\r
56     <Compile Include="Attributes\CastleComponent.cs" />\r
57     <Compile Include="Attributes\ComponentActivatorAttribute.cs" />\r
58     <Compile Include="Attributes\ComponentProxyBehaviorAttribute.cs" />\r
59     <Compile Include="Attributes\DoNotWireAttribute.cs" />\r
60     <Compile Include="Attributes\InterceptorAttribute.cs" />\r
61     <Compile Include="Attributes\LifestyleAttributes.cs" />\r
62     <Compile Include="IServiceProviderExAccessor.cs" />\r
63     <Compile Include="Interceptor\IChangeProxyTarget.cs" />\r
64     <Compile Include="Interceptor\IInterceptor.cs" />\r
65     <Compile Include="Interceptor\IInvocation.cs" />\r
66     <Compile Include="Interceptor\IOnBehalfAware.cs" />\r
67     <Compile Include="Interceptor\IProxyTargetAccessor.cs" />\r
68     <Compile Include="Interceptor\StandardInterceptor.cs" />\r
69     <Compile Include="Internal\GraphNode.cs" />\r
70     <Compile Include="Internal\GraphSets.cs" />\r
71     <Compile Include="Internal\IVertex.cs" />\r
72     <Compile Include="Internal\LinkedList.cs" />\r
73     <Compile Include="Internal\TopologicalSortAlgo.cs" />\r
74     <Compile Include="IServiceEnabledComponent.cs" />\r
75     <Compile Include="IServiceProviderEx.cs" />\r
76     <Compile Include="Lifecycle\IInitializable.cs" />\r
77     <Compile Include="Lifecycle\IRecyclable.cs" />\r
78     <Compile Include="Lifecycle\IStartable.cs" />\r
79     <Compile Include="Logging\Factories\AbstractExtendedLoggerFactory.cs" />\r
80     <Compile Include="Logging\Factories\TraceLoggerFactory.cs" />\r
81     <Compile Include="Logging\IContextProperties.cs" />\r
82     <Compile Include="Logging\Factories\AbstractLoggerFactory.cs" />\r
83     <Compile Include="Logging\Factories\ConsoleFactory.cs" />\r
84     <Compile Include="Logging\Factories\DiagnosticsLoggerFactory.cs" />\r
85     <Compile Include="Logging\Factories\NullLogFactory.cs" />\r
86     <Compile Include="Logging\Factories\StreamLoggerFactory.cs" />\r
87     <Compile Include="Logging\Factories\WebLoggerFactory.cs" />\r
88     <Compile Include="Logging\IContextStack.cs" />\r
89     <Compile Include="Logging\IContextStacks.cs" />\r
90     <Compile Include="Logging\IExtendedLogger.cs" />\r
91     <Compile Include="Logging\IExtendedLoggerFactory.cs" />\r
92     <Compile Include="Logging\ILogger.cs" />\r
93     <Compile Include="Logging\ILoggerFactory.cs" />\r
94     <Compile Include="Logging\LoggerException.cs" />\r
95     <Compile Include="Logging\Loggers\ConsoleLogger.cs" />\r
96     <Compile Include="Logging\Loggers\DiagnosticsLogger.cs" />\r
97     <Compile Include="Logging\Loggers\LevelFilteredLogger.cs" />\r
98     <Compile Include="Logging\Loggers\NullLogger.cs" />\r
99     <Compile Include="Logging\Loggers\StreamLogger.cs" />\r
100     <Compile Include="Logging\Loggers\TraceLogger.cs" />\r
101     <Compile Include="Logging\Loggers\WebLogger.cs" />\r
102     <Compile Include="Model\ComponentModel.cs" />\r
103     <Compile Include="Model\Configuration\AbstractConfiguration.cs" />\r
104     <Compile Include="Model\Configuration\ConfigurationCollection.cs" />\r
105     <Compile Include="Model\Configuration\IConfiguration.cs" />\r
106     <Compile Include="Model\Configuration\MutableConfiguration.cs" />\r
107     <Compile Include="Model\Configuration\Xml\XmlConfigurationDeserializer.cs" />\r
108     <Compile Include="Model\ConstructorCandidate.cs" />\r
109     <Compile Include="Model\ConstructorCandidateCollection.cs" />\r
110     <Compile Include="Model\DependencyModel.cs" />\r
111     <Compile Include="Model\DependencyModelCollection.cs" />\r
112     <Compile Include="Model\InterceptorReference.cs" />\r
113     <Compile Include="Model\InterceptorReferenceCollection.cs" />\r
114     <Compile Include="Model\LifecycleStepCollection.cs" />\r
115     <Compile Include="Model\MethodMetaModel.cs" />\r
116     <Compile Include="Model\MethodMetaModelCollection.cs" />\r
117     <Compile Include="Model\ParameterModel.cs" />\r
118     <Compile Include="Model\ParameterModelCollection.cs" />\r
119     <Compile Include="Model\PropertySet.cs" />\r
120     <Compile Include="Model\PropertySetCollection.cs" />\r
121     <Compile Include="Pair.cs" />\r
122     <Compile Include="ReflectionBasedDictionaryAdapter.cs" />\r
123     <Compile Include="Resource\AbstractResource.cs" />\r
124     <Compile Include="Resource\AbstractStreamResource.cs" />\r
125     <Compile Include="Resource\AssemblyResource.cs" />\r
126     <Compile Include="Resource\AssemblyResourceFactory.cs" />\r
127     <Compile Include="Resource\AssemblyBundleResource.cs" />\r
128     <Compile Include="Resource\ConfigResource.cs" />\r
129     <Compile Include="Resource\ConfigResourceFactory.cs" />\r
130     <Compile Include="Resource\CustomUri.cs" />\r
131     <Compile Include="Resource\FileResource.cs" />\r
132     <Compile Include="Resource\FileResourceFactory.cs" />\r
133     <Compile Include="Resource\IResource.cs" />\r
134     <Compile Include="Resource\IResourceFactory.cs" />\r
135     <Compile Include="Resource\ResourceException.cs" />\r
136     <Compile Include="Resource\StaticContentResource.cs" />\r
137     <Compile Include="Resource\UncResource.cs" />\r
138     <Compile Include="Resource\UncResourceFactory.cs" />\r
139     <Compile Include="SilverlightExtensions.cs" />\r
140     <Compile Include="StringObjectDictionaryAdapter.cs" />\r
141   </ItemGroup>\r
142   <ItemGroup>\r
143     <None Include="..\..\CastleKey.snk">\r
144       <Link>CastleKey.snk</Link>\r
145     </None>\r
146   </ItemGroup>\r
147   <ItemGroup>\r
148     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
149   </ItemGroup>\r
150   <ItemGroup>\r
151     <Folder Include="Properties\" />\r
152   </ItemGroup>\r
153   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
154   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
155        Other similar extension points exist, see Microsoft.Common.targets.\r
156   <Target Name="BeforeBuild">\r
157   </Target>\r
158   <Target Name="AfterBuild">\r
159   </Target>\r
160   -->\r
161 </Project>