2010-06-21 Marek Habersack <mhabersack@novell.com>
[mcs.git] / class / System.IdentityModel.Selectors / System.IdentityModel.Selectors.csproj
blob018c2c4336a3dac03c4117d84556d6f3e2cd0a0b
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.21022</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{F46BBFCE-C0DD-41EC-BD53-B1F4F312DE1A}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>System.IdentityModel.Selectors</RootNamespace>\r
12     <AssemblyName>System.IdentityModel.Selectors</AssemblyName>\r
13     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>\r
16   </PropertyGroup>\r
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
18     <DebugSymbols>true</DebugSymbols>\r
19     <DebugType>full</DebugType>\r
20     <Optimize>false</Optimize>\r
21     <OutputPath>bin\Debug\</OutputPath>\r
22     <DefineConstants>TRACE;DEBUG;NET_2_0,TARGET_DOTNET</DefineConstants>\r
23     <ErrorReport>prompt</ErrorReport>\r
24     <WarningLevel>4</WarningLevel>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
27     <DebugType>pdbonly</DebugType>\r
28     <Optimize>true</Optimize>\r
29     <OutputPath>bin\Release\</OutputPath>\r
30     <DefineConstants>TRACE;NET_2_0,TARGET_DOTNET</DefineConstants>\r
31     <ErrorReport>prompt</ErrorReport>\r
32     <WarningLevel>4</WarningLevel>\r
33   </PropertyGroup>\r
34   <ItemGroup>\r
35     <Reference Include="System" />\r
36     <Reference Include="System.Data" />\r
37     <Reference Include="System.IdentityModel">\r
38       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
39     </Reference>\r
40     <Reference Include="System.Xml" />\r
41   </ItemGroup>\r
42   <ItemGroup>\r
43     <Compile Include="..\..\build\common\Locale.cs">\r
44       <Link>Locale.cs</Link>\r
45     </Compile>\r
46     <Compile Include="..\..\build\common\MonoTODOAttribute.cs">\r
47       <Link>MonoTODOAttribute.cs</Link>\r
48     </Compile>\r
49     <Compile Include="System.IdentityModel.Selectors\CardSpaceException.cs" />\r
50     <Compile Include="System.IdentityModel.Selectors\CardSpacePolicyElement.cs" />\r
51     <Compile Include="System.IdentityModel.Selectors\CardSpaceSelector.cs" />\r
52     <Compile Include="System.IdentityModel.Selectors\IdentityValidationException.cs" />\r
53     <Compile Include="System.IdentityModel.Selectors\PolicyValidationException.cs" />\r
54     <Compile Include="System.IdentityModel.Selectors\ServiceBusyException.cs" />\r
55     <Compile Include="System.IdentityModel.Selectors\ServiceNotStartedException.cs" />\r
56     <Compile Include="System.IdentityModel.Selectors\StsCommunicationException.cs" />\r
57     <Compile Include="System.IdentityModel.Selectors\UnsupportedPolicyOptionsException.cs" />\r
58     <Compile Include="System.IdentityModel.Selectors\UntrustedRecipientException.cs" />\r
59     <Compile Include="System.IdentityModel.Selectors\UserCancellationException.cs" />\r
60   </ItemGroup>\r
61   <ItemGroup>\r
62     <Compile Include="..\..\build\common\Consts.cs.in">\r
63       <Link>Consts.cs.in</Link>\r
64     </Compile>\r
65     <Compile Include="Assembly\AssemblyInfo.cs" />\r
66   </ItemGroup>\r
67   <ItemGroup>\r
68     <Folder Include="Properties\" />\r
69   </ItemGroup>\r
70   <Import Project="$(MSBuildToolsPath)\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   <PropertyGroup>\r
79     <PostBuildEvent>@rem "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe" /i "$(TargetPath)" /f\r
80 @rem "C:\Program Files\Mono-1.2.6\bin\gacutil.bat" -i "$(TargetPath)"</PostBuildEvent>\r
81   </PropertyGroup>\r
82 </Project>