- Fixed MR-84
[castle.git] / MonoRail / Castle.Monorail.JSONSupport / Castle.Monorail.JSONSupport-vs2008.csproj
blobdbf1dfd0e209a9f571acaf81c4d8e5ecb3f0f671
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>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{B7571D23-EE5A-4B90-BB14-353AA61E2E5A}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.Monorail.JSONSupport</RootNamespace>\r
11     <AssemblyName>Castle.Monorail.JSONSupport</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>DEBUG;TRACE</DefineConstants>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
30     <DebugType>pdbonly</DebugType>\r
31     <Optimize>true</Optimize>\r
32     <OutputPath>bin\Release\</OutputPath>\r
33     <DefineConstants>TRACE</DefineConstants>\r
34     <ErrorReport>prompt</ErrorReport>\r
35     <WarningLevel>4</WarningLevel>\r
36   </PropertyGroup>\r
37   <ItemGroup>\r
38     <Reference Include="Newtonsoft.Json, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">\r
39       <SpecificVersion>False</SpecificVersion>\r
40       <HintPath>..\..\SharedLibs\net\2.0\Newtonsoft.Json.dll</HintPath>\r
41     </Reference>\r
42     <Reference Include="System" />\r
43     <Reference Include="System.Data" />\r
44     <Reference Include="System.Xml" />\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <Compile Include="JSONBinderAttribute.cs" />\r
48     <Compile Include="JSONHelper.cs" />\r
49   </ItemGroup>\r
50   <ItemGroup>\r
51     <ProjectReference Include="..\Castle.MonoRail.Framework\Castle.MonoRail.Framework-vs2005.csproj">\r
52       <Project>{EC393863-333E-49CE-94A6-654B9F323954}</Project>\r
53       <Name>Castle.MonoRail.Framework-vs2005</Name>\r
54     </ProjectReference>\r
55   </ItemGroup>\r
56   <ItemGroup>\r
57     <None Include="Castle.Monorail.JSONSupport.build" />\r
58   </ItemGroup>\r
59   <ItemGroup>\r
60     <None Include="..\..\CastleKey.snk">\r
61       <Link>CastleKey.snk</Link>\r
62     </None>\r
63   </ItemGroup>\r
64   <ItemGroup>\r
65     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
66   </ItemGroup>\r
67   <ItemGroup>\r
68     <Folder Include="Properties\" />\r
69   </ItemGroup>\r
70   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
71   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
72        Other similar extension points exist, see Microsoft.Common.targets.\r
73   <Target Name="BeforeBuild">\r
74   </Target>\r
75   <Target Name="AfterBuild">\r
76   </Target>\r
77   -->\r
78 </Project>