You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

100 lines
4.9 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{B437C364-5BC7-42E4-93F7-0F459A5DF0D0}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Security2</RootNamespace>
  12. <AssemblyName>Security2</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>
  16. </TargetFrameworkProfile>
  17. <SccProjectName>SAK</SccProjectName>
  18. <SccLocalPath>SAK</SccLocalPath>
  19. <SccAuxPath>SAK</SccAuxPath>
  20. <SccProvider>SAK</SccProvider>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <UseVSHostingProcess>false</UseVSHostingProcess>
  31. <Prefer32Bit>false</Prefer32Bit>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="AlphaFS, Version=2.2.0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL">
  44. <HintPath>..\packages\AlphaFS.2.2.1\lib\net452\AlphaFS.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Transactions" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="EffectiveAccess.cs" />
  56. <Compile Include="Enums.cs" />
  57. <Compile Include="Exceptions\Exceptions.cs" />
  58. <Compile Include="FileSystem\FileInfo\Extensions.cs" />
  59. <Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.cs" />
  60. <Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.RemoveFileSystemAccessRulesAll.cs" />
  61. <Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.RemoveFileSystemAccessRules.cs" />
  62. <Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.GetFileSystemAccessRules.cs" />
  63. <Compile Include="FileSystem\FileSystemAuditRule2 Class\FileSystemAuditRule2.AddFileSystemAuditRules.cs" />
  64. <Compile Include="FileSystem\FileSystemAuditRule2 Class\FileSystemAuditRule2.RemoveFileSystemAuditRuleAll.cs" />
  65. <Compile Include="FileSystem\FileSystemAuditRule2 Class\FileSystemAuditRule2.RemoveFileSystemAuditRule.cs" />
  66. <Compile Include="FileSystem\FileSystemAuditRule2 Class\FileSystemAuditRule2.GetFileSystemAuditRules.cs" />
  67. <Compile Include="FileSystem\FileSystemAuditRule2 Class\FileSystemAuditRule2.cs" />
  68. <Compile Include="FileSystem\FileSystemEffectivePermissionEntry.cs" />
  69. <Compile Include="FileSystem\FileSystemFlags.cs" />
  70. <Compile Include="FileSystem\FileSystemInheritanceInfo.cs" />
  71. <Compile Include="FileSystem\FileSystemOwner.cs" />
  72. <Compile Include="FileSystem\FileSystemSecurity2.cs" />
  73. <Compile Include="FileSystem\SimpleFileSystemAccessRule.cs" />
  74. <Compile Include="FileSystem\SimpleFileSystemAuditRule.cs" />
  75. <Compile Include="IdentityReference2.cs" />
  76. <Compile Include="Registry\RegistrySecurity.cs" />
  77. <Compile Include="Win32\Enums.cs" />
  78. <Compile Include="Win32\Errors.cs" />
  79. <Compile Include="Win32\SafeHandleEx.cs" />
  80. <Compile Include="Win32\Functions.cs" />
  81. <Compile Include="Win32\Lib.cs" />
  82. <Compile Include="Win32\Structs.cs" />
  83. <Compile Include="Extensions.cs" />
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.AddFileSystemAccessRules.cs" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <None Include="packages.config" />
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>