|
|
@ -1,5 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
@ -10,9 +10,10 @@ |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
<RootNamespace>NTFSSecurity</RootNamespace> |
|
|
<RootNamespace>NTFSSecurity</RootNamespace> |
|
|
<AssemblyName>NTFSSecurity</AssemblyName> |
|
|
<AssemblyName>NTFSSecurity</AssemblyName> |
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
|
|
<TargetFrameworkProfile> |
|
|
|
|
|
</TargetFrameworkProfile> |
|
|
<SccProjectName>SAK</SccProjectName> |
|
|
<SccProjectName>SAK</SccProjectName> |
|
|
<SccLocalPath>SAK</SccLocalPath> |
|
|
<SccLocalPath>SAK</SccLocalPath> |
|
|
<SccAuxPath>SAK</SccAuxPath> |
|
|
<SccAuxPath>SAK</SccAuxPath> |
|
|
@ -40,13 +41,18 @@ |
|
|
<DocumentationFile>bin\Release\NTFSSecurity.XML</DocumentationFile> |
|
|
<DocumentationFile>bin\Release\NTFSSecurity.XML</DocumentationFile> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<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" /> |
|
|
<Reference Include="System.Configuration.Install" /> |
|
|
<Reference Include="System.Configuration.Install" /> |
|
|
<Reference Include="System.Core" /> |
|
|
<Reference Include="System.Core" /> |
|
|
<Reference Include="System.Drawing" /> |
|
|
<Reference Include="System.Drawing" /> |
|
|
<Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
<HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\WindowsPowerShell\v1.0\System.Management.Automation.dll</HintPath> |
|
|
<HintPath>..\packages\System.Management.Automation.dll.10.0.10586.0\lib\net40\System.Management.Automation.dll</HintPath> |
|
|
|
|
|
<Private>True</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Transactions" /> |
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
@ -110,10 +116,6 @@ |
|
|
</Compile> |
|
|
</Compile> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\AlphaFS\AlphaFS.csproj"> |
|
|
|
|
|
<Project>{f0f9af1e-d5b5-4d72-804a-5380622fbdea}</Project> |
|
|
|
|
|
<Name>AlphaFS</Name> |
|
|
|
|
|
</ProjectReference> |
|
|
|
|
|
<ProjectReference Include="..\PrivilegeControl\PrivilegeControl.csproj"> |
|
|
<ProjectReference Include="..\PrivilegeControl\PrivilegeControl.csproj"> |
|
|
<Project>{01EAB41B-B2CE-49FE-AB5A-0F0FF0A9A7EE}</Project> |
|
|
<Project>{01EAB41B-B2CE-49FE-AB5A-0F0FF0A9A7EE}</Project> |
|
|
<Name>PrivilegeControl</Name> |
|
|
<Name>PrivilegeControl</Name> |
|
|
@ -165,6 +167,7 @@ |
|
|
</Content> |
|
|
</Content> |
|
|
<Content Include="Resources\container.jpg" /> |
|
|
<Content Include="Resources\container.jpg" /> |
|
|
<Content Include="Resources\User.jpg" /> |
|
|
<Content Include="Resources\User.jpg" /> |
|
|
|
|
|
<None Include="packages.config" /> |
|
|
<None Include="Resources\IconContainer.bmp" /> |
|
|
<None Include="Resources\IconContainer.bmp" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|