|
- <?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>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile>Client</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="System" />
- <Reference Include="System.Core" />
- <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>
- <ProjectReference Include="..\AlphaFS\AlphaFS.csproj">
- <Project>{f0f9af1e-d5b5-4d72-804a-5380622fbdea}</Project>
- <Name>AlphaFS</Name>
- </ProjectReference>
- </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>
|