1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
\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>{087AD3BF-5E40-450D-8138-FBB5F57AC474}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.Core.Tests</RootNamespace>
\r
11 <AssemblyName>Castle.Core.Tests</AssemblyName>
\r
12 <SignAssembly>true</SignAssembly>
\r
13 <AssemblyOriginatorKeyFile>..\..\CastleKey.snk</AssemblyOriginatorKeyFile>
\r
16 <OldToolsVersion>2.0</OldToolsVersion>
\r
17 <UpgradeBackupLocation>
\r
18 </UpgradeBackupLocation>
\r
19 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\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</DefineConstants>
\r
27 <ErrorReport>prompt</ErrorReport>
\r
28 <WarningLevel>4</WarningLevel>
\r
29 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
32 <DebugType>pdbonly</DebugType>
\r
33 <Optimize>true</Optimize>
\r
34 <OutputPath>bin\Release\</OutputPath>
\r
35 <DefineConstants>TRACE</DefineConstants>
\r
36 <ErrorReport>prompt</ErrorReport>
\r
37 <WarningLevel>4</WarningLevel>
\r
40 <Reference Include="nunit.framework">
\r
41 <Name>nunit.framework</Name>
\r
42 <HintPath>..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>
\r
44 <Reference Include="System" />
\r
45 <Reference Include="System.configuration" />
\r
46 <Reference Include="System.Core">
\r
47 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
49 <Reference Include="System.Data" />
\r
50 <Reference Include="System.Web" />
\r
51 <Reference Include="System.Xml" />
\r
54 <Compile Include="AssemblyInfo.cs" />
\r
55 <Compile Include="ConsoleLoggerTestCase.cs" />
\r
56 <Compile Include="DiagnosticsLoggerTestCase.cs" />
\r
57 <Compile Include="GraphTestCase.cs" />
\r
58 <Compile Include="LevelFilteredLoggerTests.cs" />
\r
59 <Compile Include="LinkedListTestCase.cs" />
\r
60 <Compile Include="ReflectionBasedDictionaryAdapterTestCase.cs" />
\r
61 <Compile Include="Resources\AssemblyResourceFactoryTestCase.cs" />
\r
62 <Compile Include="Resources\CustomUriTestCase.cs" />
\r
63 <Compile Include="Resources\FileResourceFactoryTestCase.cs" />
\r
64 <Compile Include="Resources\MoreRes\TestRes.Designer.cs">
\r
65 <AutoGen>True</AutoGen>
\r
66 <DesignTime>True</DesignTime>
\r
67 <DependentUpon>TestRes.resx</DependentUpon>
\r
69 <Compile Include="Resources\UncResourceFactoryTestCase.cs" />
\r
70 <Compile Include="StreamLoggerTests.cs" />
\r
71 <Compile Include="WebLoggerTests.cs" />
\r
74 <EmbeddedResource Include="Resources\file1.txt" />
\r
75 <EmbeddedResource Include="Resources\MoreRes\TestRes.resx">
\r
76 <Generator>ResXFileCodeGenerator</Generator>
\r
77 <LastGenOutput>TestRes.Designer.cs</LastGenOutput>
\r
78 <SubType>Designer</SubType>
\r
80 <Content Include="Resources\MoreRes\file2.txt" />
\r
83 <ProjectReference Include="..\Castle.Core\Castle.Core-vs2005.csproj">
\r
84 <Project>{E4FA5B53-7D36-429E-8E5C-53D5479242BA}</Project>
\r
85 <Name>Castle.Core</Name>
\r
89 <None Include="..\..\CastleKey.snk">
\r
90 <Link>CastleKey.snk</Link>
\r
92 <None Include="App.config" />
\r
95 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
97 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
98 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
99 Other similar extension points exist, see Microsoft.Common.targets.
\r
100 <Target Name="BeforeBuild">
\r
102 <Target Name="AfterBuild">
\r