Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

79 linhas
3.3 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{410CAEE5-D287-4A18-9B38-BB87397D218D}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ProcessPrivileges</RootNamespace>
  12. <AssemblyName>ProcessPrivileges</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>false</SignAssembly>
  16. <AssemblyOriginatorKeyFile>
  17. </AssemblyOriginatorKeyFile>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <OldToolsVersion>3.5</OldToolsVersion>
  21. <UpgradeBackupLocation />
  22. <SccProjectName>SAK</SccProjectName>
  23. <SccLocalPath>SAK</SccLocalPath>
  24. <SccAuxPath>SAK</SccAuxPath>
  25. <SccProvider>SAK</SccProvider>
  26. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. <DebugType>full</DebugType>
  31. <Optimize>false</Optimize>
  32. <OutputPath>bin\Debug\</OutputPath>
  33. <DefineConstants>DEBUG;TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  37. <UseVSHostingProcess>false</UseVSHostingProcess>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\Release\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <DocumentationFile>bin\Release\ProcessPrivileges.XML</DocumentationFile>
  47. <RunCodeAnalysis>true</RunCodeAnalysis>
  48. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="System" />
  52. <Reference Include="System.Core">
  53. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Privileges.cs" />
  58. <Compile Include="AccessTokenHandle.cs" />
  59. <Compile Include="ProcessHandle.cs" />
  60. <Compile Include="PrivilegeAndAttributesCollection.cs" />
  61. <Compile Include="PrivilegeEnabler.cs" />
  62. <Compile Include="Enums.cs" />
  63. <Compile Include="NativeEnums.cs" />
  64. <Compile Include="NativeMethods.cs" />
  65. <Compile Include="NativeStructs.cs" />
  66. <Compile Include="ProcessExtensions.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="PrivilegeAndAttributes.cs" />
  69. <Compile Include="AllocatedMemory.cs" />
  70. </ItemGroup>
  71. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  72. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  73. Other similar extension points exist, see Microsoft.Common.targets.
  74. <Target Name="BeforeBuild">
  75. </Target>
  76. <Target Name="AfterBuild">
  77. </Target>
  78. -->
  79. </Project>