System.IdentityModel.Selectors.csproj 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{F46BBFCE-C0DD-41EC-BD53-B1F4F312DE1A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System.IdentityModel.Selectors</RootNamespace>
  12. <AssemblyName>System.IdentityModel.Selectors</AssemblyName>
  13. <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>TRACE;DEBUG;NET_2_0,TARGET_DOTNET</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE;NET_2_0,TARGET_DOTNET</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Data" />
  37. <Reference Include="System.IdentityModel">
  38. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  39. </Reference>
  40. <Reference Include="System.Xml" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="..\..\build\common\Locale.cs">
  44. <Link>Locale.cs</Link>
  45. </Compile>
  46. <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
  47. <Link>MonoTODOAttribute.cs</Link>
  48. </Compile>
  49. <Compile Include="System.IdentityModel.Selectors\CardSpaceException.cs" />
  50. <Compile Include="System.IdentityModel.Selectors\CardSpacePolicyElement.cs" />
  51. <Compile Include="System.IdentityModel.Selectors\CardSpaceSelector.cs" />
  52. <Compile Include="System.IdentityModel.Selectors\IdentityValidationException.cs" />
  53. <Compile Include="System.IdentityModel.Selectors\PolicyValidationException.cs" />
  54. <Compile Include="System.IdentityModel.Selectors\ServiceBusyException.cs" />
  55. <Compile Include="System.IdentityModel.Selectors\ServiceNotStartedException.cs" />
  56. <Compile Include="System.IdentityModel.Selectors\StsCommunicationException.cs" />
  57. <Compile Include="System.IdentityModel.Selectors\UnsupportedPolicyOptionsException.cs" />
  58. <Compile Include="System.IdentityModel.Selectors\UntrustedRecipientException.cs" />
  59. <Compile Include="System.IdentityModel.Selectors\UserCancellationException.cs" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="..\..\build\common\Consts.cs.in">
  63. <Link>Consts.cs.in</Link>
  64. </Compile>
  65. <Compile Include="Assembly\AssemblyInfo.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Folder Include="Properties\" />
  69. </ItemGroup>
  70. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  71. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  72. Other similar extension points exist, see Microsoft.Common.targets.
  73. <Target Name="BeforeBuild">
  74. </Target>
  75. <Target Name="AfterBuild">
  76. </Target>
  77. -->
  78. <PropertyGroup>
  79. <PostBuildEvent>@rem "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe" /i "$(TargetPath)" /f
  80. @rem "C:\Program Files\Mono-1.2.6\bin\gacutil.bat" -i "$(TargetPath)"</PostBuildEvent>
  81. </PropertyGroup>
  82. </Project>