MR-395 - FileAssemblyViewSourceLoader includes hidden/source control files in operation
[castle.git] / Core / Castle.Core.Tests / Castle.Core.Tests-vs2008.csproj
blob01811bbffd18ed1904e8a77fbdc12330f5d2c3e2
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>{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
14     <FileUpgradeFlags>\r
15     </FileUpgradeFlags>\r
16     <OldToolsVersion>2.0</OldToolsVersion>\r
17     <UpgradeBackupLocation>\r
18     </UpgradeBackupLocation>\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
21     <DebugSymbols>true</DebugSymbols>\r
22     <DebugType>full</DebugType>\r
23     <Optimize>false</Optimize>\r
24     <OutputPath>bin\Debug\</OutputPath>\r
25     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <DebugType>pdbonly</DebugType>\r
32     <Optimize>true</Optimize>\r
33     <OutputPath>bin\Release\</OutputPath>\r
34     <DefineConstants>TRACE</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37   </PropertyGroup>\r
38   <ItemGroup>\r
39     <Reference Include="nunit.framework">\r
40       <Name>nunit.framework</Name>\r
41       <HintPath>..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>\r
42     </Reference>\r
43     <Reference Include="System" />\r
44     <Reference Include="System.configuration" />\r
45     <Reference Include="System.Data" />\r
46     <Reference Include="System.Web" />\r
47     <Reference Include="System.Xml" />\r
48   </ItemGroup>\r
49   <ItemGroup>\r
50     <Compile Include="AssemblyInfo.cs" />\r
51     <Compile Include="ConsoleLoggerTestCase.cs" />\r
52     <Compile Include="DiagnosticsLoggerTestCase.cs" />\r
53     <Compile Include="GraphTestCase.cs" />\r
54     <Compile Include="LevelFilteredLoggerTests.cs" />\r
55     <Compile Include="LinkedListTestCase.cs" />\r
56     <Compile Include="ReflectionBasedDictionaryAdapterTestCase.cs" />\r
57     <Compile Include="Resources\AssemblyResourceFactoryTestCase.cs" />\r
58     <Compile Include="Resources\CustomUriTestCase.cs" />\r
59     <Compile Include="Resources\FileResourceFactoryTestCase.cs" />\r
60     <Compile Include="Resources\MoreRes\TestRes.Designer.cs">\r
61       <AutoGen>True</AutoGen>\r
62       <DesignTime>True</DesignTime>\r
63       <DependentUpon>TestRes.resx</DependentUpon>\r
64     </Compile>\r
65     <Compile Include="Resources\UncResourceFactoryTestCase.cs" />\r
66     <Compile Include="StreamLoggerTests.cs" />\r
67     <Compile Include="WebLoggerTests.cs" />\r
68   </ItemGroup>\r
69   <ItemGroup>\r
70     <EmbeddedResource Include="Resources\file1.txt" />\r
71     <EmbeddedResource Include="Resources\MoreRes\TestRes.resx">\r
72       <Generator>ResXFileCodeGenerator</Generator>\r
73       <LastGenOutput>TestRes.Designer.cs</LastGenOutput>\r
74       <SubType>Designer</SubType>\r
75     </EmbeddedResource>\r
76     <Content Include="Resources\MoreRes\file2.txt" />\r
77   </ItemGroup>\r
78   <ItemGroup>\r
79     <ProjectReference Include="..\Castle.Core\Castle.Core-vs2005.csproj">\r
80       <Project>{E4FA5B53-7D36-429E-8E5C-53D5479242BA}</Project>\r
81       <Name>Castle.Core</Name>\r
82     </ProjectReference>\r
83   </ItemGroup>\r
84   <ItemGroup>\r
85     <None Include="..\..\CastleKey.snk">\r
86       <Link>CastleKey.snk</Link>\r
87     </None>\r
88     <None Include="App.config" />\r
89   </ItemGroup>\r
90   <ItemGroup>\r
91     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
92   </ItemGroup>\r
93   <ItemGroup>\r
94     <Folder Include="Properties\" />\r
95   </ItemGroup>\r
96   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
97   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
98        Other similar extension points exist, see Microsoft.Common.targets.\r
99   <Target Name="BeforeBuild">\r
100   </Target>\r
101   <Target Name="AfterBuild">\r
102   </Target>\r
103   -->\r
104 </Project>