- Applied Kode Khan's patch changing logger creation to use type instead of controlle...
[castle.git] / MonoRail / Castle.Monorail.JSONSupport.Tests / Castle.Monorail.JSONSupport.Tests-vs2005.csproj
blob0fb12324502d4e98ae5d37c74e9e7656766adcc4
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>{CE8B7A9D-2BA7-4E95-97BC-5829D61468C5}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.Monorail.JSONSupport.Tests_vs2005</RootNamespace>\r
11     <AssemblyName>Castle.Monorail.JSONSupport.Tests-vs2005</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>bin\Debug\</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>bin\Release\</OutputPath>\r
26     <DefineConstants>TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">\r
32       <SpecificVersion>False</SpecificVersion>\r
33       <HintPath>..\..\SharedLibs\net\2.0\nunit.framework.dll</HintPath>\r
34     </Reference>\r
35     <Reference Include="System" />\r
36     <Reference Include="System.Data" />\r
37     <Reference Include="System.Xml" />\r
38   </ItemGroup>\r
39   <ItemGroup>\r
40     <Compile Include="JsonDataBinderTestCase.cs" />\r
41     <Compile Include="JsonHelperTestCase.cs" />\r
42     <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />\r
43     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
44   </ItemGroup>\r
45   <ItemGroup>\r
46     <ProjectReference Include="..\Castle.MonoRail.Framework\Castle.MonoRail.Framework-vs2005.csproj">\r
47       <Project>{EC393863-333E-49CE-94A6-654B9F323954}</Project>\r
48       <Name>Castle.MonoRail.Framework-vs2005</Name>\r
49     </ProjectReference>\r
50     <ProjectReference Include="..\Castle.Monorail.JSONSupport\Castle.Monorail.JSONSupport-vs2005.csproj">\r
51       <Project>{B7571D23-EE5A-4B90-BB14-353AA61E2E5A}</Project>\r
52       <Name>Castle.Monorail.JSONSupport-vs2005</Name>\r
53     </ProjectReference>\r
54   </ItemGroup>\r
55   <ItemGroup>\r
56     <None Include="Castle.Monorail.JSONSupport.Tests.build" />\r
57   </ItemGroup>\r
58   <ItemGroup>\r
59     <Folder Include="Properties\" />\r
60   </ItemGroup>\r
61   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
62   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
63        Other similar extension points exist, see Microsoft.Common.targets.\r
64   <Target Name="BeforeBuild">\r
65   </Target>\r
66   <Target Name="AfterBuild">\r
67   </Target>\r
68   -->\r
69 </Project>