您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

65 行
2.7 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{01EAB41B-B2CE-49FE-AB5A-0F0FF0A9A7EE}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>PrivilegeControl</RootNamespace>
  12. <AssemblyName>PrivilegeControl</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. <SccProjectName>SAK</SccProjectName>
  17. <SccLocalPath>SAK</SccLocalPath>
  18. <SccAuxPath>SAK</SccAuxPath>
  19. <SccProvider>SAK</SccProvider>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <UseVSHostingProcess>false</UseVSHostingProcess>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="PrivilegeControl.cs" />
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <ProjectReference Include="..\ProcessPrivileges\ProcessPrivileges.csproj">
  53. <Project>{410CAEE5-D287-4A18-9B38-BB87397D218D}</Project>
  54. <Name>ProcessPrivileges</Name>
  55. </ProjectReference>
  56. </ItemGroup>
  57. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  58. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  59. Other similar extension points exist, see Microsoft.Common.targets.
  60. <Target Name="BeforeBuild">
  61. </Target>
  62. <Target Name="AfterBuild">
  63. </Target>
  64. -->
  65. </Project>