Minor style changes
[castle.git] / MonoRail / Castle.Monorail.JSONSupport / Castle.Monorail.JSONSupport-vs2005.csproj
blob06841a8a803ab9c0fb43c084c10266e8be24a736
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>{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   </PropertyGroup>\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
23   </PropertyGroup>\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
31   </PropertyGroup>\r
32   <ItemGroup>\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
36     </Reference>\r
37     <Reference Include="System" />\r
38     <Reference Include="System.Data" />\r
39     <Reference Include="System.Xml" />\r
40   </ItemGroup>\r
41   <ItemGroup>\r
42     <Compile Include="JSONBinderAttribute.cs" />\r
43     <Compile Include="JSONHelper.cs" />\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   </ItemGroup>\r
51   <ItemGroup>\r
52     <None Include="Castle.Monorail.JSONSupport.build" />\r
53   </ItemGroup>\r
54   <ItemGroup>\r
55     <None Include="..\..\CastleKey.snk">\r
56       <Link>CastleKey.snk</Link>\r
57     </None>\r
58   </ItemGroup>\r
59   <ItemGroup>\r
60     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
61   </ItemGroup>\r
62   <ItemGroup>\r
63     <Folder Include="Properties\" />\r
64   </ItemGroup>\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
69   </Target>\r
70   <Target Name="AfterBuild">\r
71   </Target>\r
72   -->\r
73 </Project>\r