mirror of https://github.com/raandree/NTFSSecurity
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
100 lines
4.9 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{B437C364-5BC7-42E4-93F7-0F459A5DF0D0}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Security2</RootNamespace>
|
|
<AssemblyName>Security2</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="AlphaFS, Version=2.2.0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\AlphaFS.2.2.1\lib\net452\AlphaFS.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="EffectiveAccess.cs" />
|
|
<Compile Include="Enums.cs" />
|
|
<Compile Include="Exceptions\Exceptions.cs" />
|
|
<Compile Include="FileSystem\FileInfo\Extensions.cs" />
|
|
<Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.cs" />
|
|
<Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.RemoveFileSystemAccessRulesAll.cs" />
|
|
<Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.RemoveFileSystemAccessRules.cs" />
|
|
<Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.GetFileSystemAccessRules.cs" />
|
|
<Compile Include="FileSystem\FileSystemAuditRule2 Class\FileSystemAuditRule2.AddFileSystemAuditRules.cs" />
|
|
<Compile Include="FileSystem\FileSystemAuditRule2 Class\FileSystemAuditRule2.RemoveFileSystemAuditRuleAll.cs" />
|
|
<Compile Include="FileSystem\FileSystemAuditRule2 Class\FileSystemAuditRule2.RemoveFileSystemAuditRule.cs" />
|
|
<Compile Include="FileSystem\FileSystemAuditRule2 Class\FileSystemAuditRule2.GetFileSystemAuditRules.cs" />
|
|
<Compile Include="FileSystem\FileSystemAuditRule2 Class\FileSystemAuditRule2.cs" />
|
|
<Compile Include="FileSystem\FileSystemEffectivePermissionEntry.cs" />
|
|
<Compile Include="FileSystem\FileSystemFlags.cs" />
|
|
<Compile Include="FileSystem\FileSystemInheritanceInfo.cs" />
|
|
<Compile Include="FileSystem\FileSystemOwner.cs" />
|
|
<Compile Include="FileSystem\FileSystemSecurity2.cs" />
|
|
<Compile Include="FileSystem\SimpleFileSystemAccessRule.cs" />
|
|
<Compile Include="FileSystem\SimpleFileSystemAuditRule.cs" />
|
|
<Compile Include="IdentityReference2.cs" />
|
|
<Compile Include="Registry\RegistrySecurity.cs" />
|
|
<Compile Include="Win32\Enums.cs" />
|
|
<Compile Include="Win32\Errors.cs" />
|
|
<Compile Include="Win32\SafeHandleEx.cs" />
|
|
<Compile Include="Win32\Functions.cs" />
|
|
<Compile Include="Win32\Lib.cs" />
|
|
<Compile Include="Win32\Structs.cs" />
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.AddFileSystemAccessRules.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|