1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\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
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
16 <DebugSymbols>true</DebugSymbols>
\r
17 <DebugType>full</DebugType>
\r
18 <Optimize>false</Optimize>
\r
19 <OutputPath>bin\Debug\</OutputPath>
\r
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
21 <ErrorReport>prompt</ErrorReport>
\r
22 <WarningLevel>4</WarningLevel>
\r
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
25 <DebugType>pdbonly</DebugType>
\r
26 <Optimize>true</Optimize>
\r
27 <OutputPath>bin\Release\</OutputPath>
\r
28 <DefineConstants>TRACE</DefineConstants>
\r
29 <ErrorReport>prompt</ErrorReport>
\r
30 <WarningLevel>4</WarningLevel>
\r
33 <Reference Include="Newtonsoft.Json, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
\r
34 <SpecificVersion>False</SpecificVersion>
\r
35 <HintPath>..\..\SharedLibs\net\2.0\Newtonsoft.Json.dll</HintPath>
\r
37 <Reference Include="System" />
\r
38 <Reference Include="System.Data" />
\r
39 <Reference Include="System.Xml" />
\r
42 <Compile Include="JSONBinderAttribute.cs" />
\r
43 <Compile Include="JSONHelper.cs" />
\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
52 <None Include="Castle.Monorail.JSONSupport.build" />
\r
55 <None Include="..\..\CastleKey.snk">
\r
56 <Link>CastleKey.snk</Link>
\r
60 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
63 <Folder Include="Properties\" />
\r
65 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
66 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
67 Other similar extension points exist, see Microsoft.Common.targets.
\r
68 <Target Name="BeforeBuild">
\r
70 <Target Name="AfterBuild">
\r