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.
163 lines
7.4 KiB
163 lines
7.4 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>{17768E1A-1422-4BD2-A9A5-42BA9FEB82B8}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>NTFSSecurity</RootNamespace>
|
|
<AssemblyName>NTFSSecurity</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>..\..\..\..\..\..\Program Files\WindowsPowerShell\Modules\NTFSSecurity\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</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>
|
|
<DocumentationFile>bin\Release\NTFSSecurity.XML</DocumentationFile>
|
|
</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.Configuration.Install" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Management.Automation.dll.10.0.10586.0\lib\net40\System.Management.Automation.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AccessCmdlets\AddAccess.cs" />
|
|
<Compile Include="AccessCmdlets\ClearAccess.cs" />
|
|
<Compile Include="AccessCmdlets\GetAccess.cs" />
|
|
<Compile Include="AccessCmdlets\GetEffectiveAccess.cs" />
|
|
<Compile Include="AccessCmdlets\GetOrphanedAccess.cs" />
|
|
<Compile Include="AccessCmdlets\RemoveAccess.cs" />
|
|
<Compile Include="AuditCmdlets\AddAudit.cs" />
|
|
<Compile Include="AuditCmdlets\ClearAudit.cs" />
|
|
<Compile Include="AuditCmdlets\Get-OrphanedAudit.cs" />
|
|
<Compile Include="AuditCmdlets\GetAudit.cs" />
|
|
<Compile Include="AuditCmdlets\RemoveAudit.cs" />
|
|
<Compile Include="BaseCmdlets.cs" />
|
|
<Compile Include="CodeMembers.cs" />
|
|
<Compile Include="InheritanceCmdlets\SetInheritance.cs" />
|
|
<Compile Include="InheritanceCmdlets\DisableAccessInheritance.cs" />
|
|
<Compile Include="InheritanceCmdlets\DisableAuditInheritance.cs" />
|
|
<Compile Include="InheritanceCmdlets\EnableAccessInheritance.cs" />
|
|
<Compile Include="InheritanceCmdlets\EnableAuditInheritance.cs" />
|
|
<Compile Include="InheritanceCmdlets\GetInheritance.cs" />
|
|
<Compile Include="ItemCmdlets\GetChildItem2.cs" />
|
|
<Compile Include="ItemCmdlets\GetDiskSpace.cs" />
|
|
<Compile Include="ItemCmdlets\GetItem2.cs" />
|
|
<Compile Include="ItemCmdlets\CopyItem2.cs" />
|
|
<Compile Include="ItemCmdlets\MoveItem2.cs" />
|
|
<Compile Include="ItemCmdlets\RemoveItem2.cs" />
|
|
<Compile Include="LinkCmdlets\NewSymbolicLink.cs" />
|
|
<Compile Include="LinkCmdlets\NewHardLink.cs" />
|
|
<Compile Include="LinkCmdlets\GetHardLink.cs" />
|
|
<Compile Include="MiscCmdlets\GetFileHash2.cs" />
|
|
<Compile Include="OtherCmdlets.cs" />
|
|
<Compile Include="OwnerCmdlets\GetOwner.cs" />
|
|
<Compile Include="OwnerCmdlets\SetOwner.cs" />
|
|
<Compile Include="PathCmdlets\TestPath2.cs" />
|
|
<Compile Include="SecurityDescriptorCmdlets\GetSecurityDescriptor.cs" />
|
|
<Compile Include="SecurityDescriptorCmdlets\SetSecurityDescriptor.cs" />
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PrivilegeControl\PrivilegeControl.csproj">
|
|
<Project>{01EAB41B-B2CE-49FE-AB5A-0F0FF0A9A7EE}</Project>
|
|
<Name>PrivilegeControl</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ProcessPrivileges\ProcessPrivileges.csproj">
|
|
<Project>{410CAEE5-D287-4A18-9B38-BB87397D218D}</Project>
|
|
<Name>ProcessPrivileges</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Security2\Security2.csproj">
|
|
<Project>{B437C364-5BC7-42E4-93F7-0F459A5DF0D0}</Project>
|
|
<Name>Security2</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Help\NTFSSecurity.Help.pshproj" />
|
|
<None Include="NTFSSecurity.format.ps1xml">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="NTFSSecurity.Init.ps1">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="NTFSSecurity.psd1">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="NTFSSecurity.psm1">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="NTFSSecurity.types.ps1xml">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<Compile Include="SimpleAccessCmdlets\SimpleAccessCmdlets.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="NTFSSecurity-Help.xml">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Resources\container.jpg" />
|
|
<Content Include="Resources\User.jpg" />
|
|
<None Include="packages.config" />
|
|
<None Include="Resources\IconContainer.bmp" />
|
|
</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>
|