AlphaFS and System.Management.Automation are both NuGet packages Updated project to .NET 4.5.2 Removed AlphaFS code from Solutiontags/4.2.4
@@ -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"> | |||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||||
<PropertyGroup> | <PropertyGroup> | ||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||
@@ -9,13 +9,14 @@ | |||||
<AppDesignerFolder>Properties</AppDesignerFolder> | <AppDesignerFolder>Properties</AppDesignerFolder> | ||||
<RootNamespace>Log</RootNamespace> | <RootNamespace>Log</RootNamespace> | ||||
<AssemblyName>Log</AssemblyName> | <AssemblyName>Log</AssemblyName> | ||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> | |||||
<FileAlignment>512</FileAlignment> | <FileAlignment>512</FileAlignment> | ||||
<SccProjectName>SAK</SccProjectName> | <SccProjectName>SAK</SccProjectName> | ||||
<SccLocalPath>SAK</SccLocalPath> | <SccLocalPath>SAK</SccLocalPath> | ||||
<SccAuxPath>SAK</SccAuxPath> | <SccAuxPath>SAK</SccAuxPath> | ||||
<SccProvider>SAK</SccProvider> | <SccProvider>SAK</SccProvider> | ||||
<TargetFrameworkProfile>Client</TargetFrameworkProfile> | |||||
<TargetFrameworkProfile> | |||||
</TargetFrameworkProfile> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
<DebugSymbols>true</DebugSymbols> | <DebugSymbols>true</DebugSymbols> | ||||
@@ -25,6 +26,7 @@ | |||||
<DefineConstants>DEBUG;TRACE</DefineConstants> | <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||
<ErrorReport>prompt</ErrorReport> | <ErrorReport>prompt</ErrorReport> | ||||
<WarningLevel>4</WarningLevel> | <WarningLevel>4</WarningLevel> | ||||
<Prefer32Bit>false</Prefer32Bit> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||
<DebugType>pdbonly</DebugType> | <DebugType>pdbonly</DebugType> | ||||
@@ -33,6 +35,7 @@ | |||||
<DefineConstants>TRACE</DefineConstants> | <DefineConstants>TRACE</DefineConstants> | ||||
<ErrorReport>prompt</ErrorReport> | <ErrorReport>prompt</ErrorReport> | ||||
<WarningLevel>4</WarningLevel> | <WarningLevel>4</WarningLevel> | ||||
<Prefer32Bit>false</Prefer32Bit> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
<ItemGroup> | <ItemGroup> | ||||
<Reference Include="Microsoft.VisualBasic" /> | <Reference Include="Microsoft.VisualBasic" /> | ||||
@@ -1,7 +1,7 @@ | |||||
| | ||||
Microsoft Visual Studio Solution File, Format Version 12.00 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||||
# Visual Studio 14 | |||||
VisualStudioVersion = 14.0.25420.1 | |||||
# Visual Studio 15 | |||||
VisualStudioVersion = 15.0.27130.2036 | |||||
MinimumVisualStudioVersion = 10.0.40219.1 | MinimumVisualStudioVersion = 10.0.40219.1 | ||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTFSSecurity", "NTFSSecurity\NTFSSecurity.csproj", "{17768E1A-1422-4BD2-A9A5-42BA9FEB82B8}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTFSSecurity", "NTFSSecurity\NTFSSecurity.csproj", "{17768E1A-1422-4BD2-A9A5-42BA9FEB82B8}" | ||||
EndProject | EndProject | ||||
@@ -15,8 +15,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcessPrivileges", "Proces | |||||
EndProject | EndProject | ||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Log", "Log\Log.csproj", "{66624E57-402E-44F4-A072-9DB1827A5E20}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Log", "Log\Log.csproj", "{66624E57-402E-44F4-A072-9DB1827A5E20}" | ||||
EndProject | EndProject | ||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlphaFS", "AlphaFS\AlphaFS.csproj", "{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}" | |||||
EndProject | |||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTFSSecurityTest", "NTFSSecurityTest\NTFSSecurityTest.csproj", "{675D40FA-F56C-4ACC-B863-18B4A14F93E0}" | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTFSSecurityTest", "NTFSSecurityTest\NTFSSecurityTest.csproj", "{675D40FA-F56C-4ACC-B863-18B4A14F93E0}" | ||||
EndProject | EndProject | ||||
Global | Global | ||||
@@ -91,18 +89,6 @@ Global | |||||
{66624E57-402E-44F4-A072-9DB1827A5E20}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | {66624E57-402E-44F4-A072-9DB1827A5E20}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||||
{66624E57-402E-44F4-A072-9DB1827A5E20}.Release|Mixed Platforms.Build.0 = Release|Any CPU | {66624E57-402E-44F4-A072-9DB1827A5E20}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||||
{66624E57-402E-44F4-A072-9DB1827A5E20}.Release|x86.ActiveCfg = Release|Any CPU | {66624E57-402E-44F4-A072-9DB1827A5E20}.Release|x86.ActiveCfg = Release|Any CPU | ||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Debug|Any CPU.Build.0 = Debug|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Debug|x86.ActiveCfg = Debug|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Debug|x86.Build.0 = Debug|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Release|Any CPU.Build.0 = Release|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Release|Mixed Platforms.Build.0 = Release|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Release|x86.ActiveCfg = Release|Any CPU | |||||
{F0F9AF1E-D5B5-4D72-804A-5380622FBDEA}.Release|x86.Build.0 = Release|Any CPU | |||||
{675D40FA-F56C-4ACC-B863-18B4A14F93E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | {675D40FA-F56C-4ACC-B863-18B4A14F93E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
{675D40FA-F56C-4ACC-B863-18B4A14F93E0}.Debug|Any CPU.Build.0 = Debug|Any CPU | {675D40FA-F56C-4ACC-B863-18B4A14F93E0}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
{675D40FA-F56C-4ACC-B863-18B4A14F93E0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | {675D40FA-F56C-4ACC-B863-18B4A14F93E0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||||
@@ -119,4 +105,7 @@ Global | |||||
GlobalSection(SolutionProperties) = preSolution | GlobalSection(SolutionProperties) = preSolution | ||||
HideSolutionNode = FALSE | HideSolutionNode = FALSE | ||||
EndGlobalSection | EndGlobalSection | ||||
GlobalSection(ExtensibilityGlobals) = postSolution | |||||
SolutionGuid = {9CE00B8E-005B-480A-9E1C-BF7A4D7887E0} | |||||
EndGlobalSection | |||||
EndGlobal | EndGlobal |
@@ -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"> | |||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\WindowsPowerShell\v1.0\System.Management.Automation.dll</HintPath> | |||||
<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> | ||||
<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" /> | ||||
@@ -1,7 +1,7 @@ | |||||
//------------------------------------------------------------------------------ | //------------------------------------------------------------------------------ | ||||
// <auto-generated> | // <auto-generated> | ||||
// This code was generated by a tool. | // This code was generated by a tool. | ||||
// Runtime Version:4.0.30319.18033 | |||||
// Runtime Version:4.0.30319.42000 | |||||
// | // | ||||
// Changes to this file may cause incorrect behavior and will be lost if | // Changes to this file may cause incorrect behavior and will be lost if | ||||
// the code is regenerated. | // the code is regenerated. | ||||
@@ -19,7 +19,7 @@ namespace NTFSSecurity.Properties { | |||||
// class via a tool like ResGen or Visual Studio. | // class via a tool like ResGen or Visual Studio. | ||||
// To add or remove a member, edit your .ResX file then rerun ResGen | // To add or remove a member, edit your .ResX file then rerun ResGen | ||||
// with the /str option, or rebuild your VS project. | // with the /str option, or rebuild your VS project. | ||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] | |||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] | |||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | ||||
public class Resources { | public class Resources { | ||||
@@ -0,0 +1,5 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<packages> | |||||
<package id="AlphaFS" version="2.2.1" targetFramework="net452" /> | |||||
<package id="System.Management.Automation.dll" version="10.0.10586.0" targetFramework="net452" /> | |||||
</packages> |
@@ -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>PrivilegeControl</RootNamespace> | <RootNamespace>PrivilegeControl</RootNamespace> | ||||
<AssemblyName>PrivilegeControl</AssemblyName> | <AssemblyName>PrivilegeControl</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> | ||||
@@ -27,6 +28,7 @@ | |||||
<ErrorReport>prompt</ErrorReport> | <ErrorReport>prompt</ErrorReport> | ||||
<WarningLevel>4</WarningLevel> | <WarningLevel>4</WarningLevel> | ||||
<UseVSHostingProcess>false</UseVSHostingProcess> | <UseVSHostingProcess>false</UseVSHostingProcess> | ||||
<Prefer32Bit>false</Prefer32Bit> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||
<DebugType>pdbonly</DebugType> | <DebugType>pdbonly</DebugType> | ||||
@@ -35,6 +37,7 @@ | |||||
<DefineConstants>TRACE</DefineConstants> | <DefineConstants>TRACE</DefineConstants> | ||||
<ErrorReport>prompt</ErrorReport> | <ErrorReport>prompt</ErrorReport> | ||||
<WarningLevel>4</WarningLevel> | <WarningLevel>4</WarningLevel> | ||||
<Prefer32Bit>false</Prefer32Bit> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
<ItemGroup> | <ItemGroup> | ||||
<Reference Include="System" /> | <Reference Include="System" /> | ||||
@@ -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,7 +10,7 @@ | |||||
<AppDesignerFolder>Properties</AppDesignerFolder> | <AppDesignerFolder>Properties</AppDesignerFolder> | ||||
<RootNamespace>ProcessPrivileges</RootNamespace> | <RootNamespace>ProcessPrivileges</RootNamespace> | ||||
<AssemblyName>ProcessPrivileges</AssemblyName> | <AssemblyName>ProcessPrivileges</AssemblyName> | ||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> | |||||
<FileAlignment>512</FileAlignment> | <FileAlignment>512</FileAlignment> | ||||
<SignAssembly>false</SignAssembly> | <SignAssembly>false</SignAssembly> | ||||
<AssemblyOriginatorKeyFile> | <AssemblyOriginatorKeyFile> | ||||
@@ -23,7 +23,8 @@ | |||||
<SccLocalPath>SAK</SccLocalPath> | <SccLocalPath>SAK</SccLocalPath> | ||||
<SccAuxPath>SAK</SccAuxPath> | <SccAuxPath>SAK</SccAuxPath> | ||||
<SccProvider>SAK</SccProvider> | <SccProvider>SAK</SccProvider> | ||||
<TargetFrameworkProfile>Client</TargetFrameworkProfile> | |||||
<TargetFrameworkProfile> | |||||
</TargetFrameworkProfile> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
<DebugSymbols>true</DebugSymbols> | <DebugSymbols>true</DebugSymbols> | ||||
@@ -35,6 +36,7 @@ | |||||
<WarningLevel>4</WarningLevel> | <WarningLevel>4</WarningLevel> | ||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||||
<UseVSHostingProcess>false</UseVSHostingProcess> | <UseVSHostingProcess>false</UseVSHostingProcess> | ||||
<Prefer32Bit>false</Prefer32Bit> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||
<DebugType>pdbonly</DebugType> | <DebugType>pdbonly</DebugType> | ||||
@@ -46,6 +48,7 @@ | |||||
<DocumentationFile>bin\Release\ProcessPrivileges.XML</DocumentationFile> | <DocumentationFile>bin\Release\ProcessPrivileges.XML</DocumentationFile> | ||||
<RunCodeAnalysis>true</RunCodeAnalysis> | <RunCodeAnalysis>true</RunCodeAnalysis> | ||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||||
<Prefer32Bit>false</Prefer32Bit> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
<ItemGroup> | <ItemGroup> | ||||
<Reference Include="System" /> | <Reference Include="System" /> | ||||
@@ -10,9 +10,10 @@ | |||||
<AppDesignerFolder>Properties</AppDesignerFolder> | <AppDesignerFolder>Properties</AppDesignerFolder> | ||||
<RootNamespace>Security2</RootNamespace> | <RootNamespace>Security2</RootNamespace> | ||||
<AssemblyName>Security2</AssemblyName> | <AssemblyName>Security2</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> | ||||
@@ -39,8 +40,12 @@ | |||||
<Prefer32Bit>false</Prefer32Bit> | <Prefer32Bit>false</Prefer32Bit> | ||||
</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.Core" /> | <Reference Include="System.Core" /> | ||||
<Reference Include="System.Transactions" /> | |||||
<Reference Include="System.Xml.Linq" /> | <Reference Include="System.Xml.Linq" /> | ||||
<Reference Include="System.Data.DataSetExtensions" /> | <Reference Include="System.Data.DataSetExtensions" /> | ||||
<Reference Include="System.Data" /> | <Reference Include="System.Data" /> | ||||
@@ -82,10 +87,7 @@ | |||||
<Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.AddFileSystemAccessRules.cs" /> | <Compile Include="FileSystem\FileSystemAccessRule2 Class\FileSystemAccessRule2.AddFileSystemAccessRules.cs" /> | ||||
</ItemGroup> | </ItemGroup> | ||||
<ItemGroup> | <ItemGroup> | ||||
<ProjectReference Include="..\AlphaFS\AlphaFS.csproj"> | |||||
<Project>{f0f9af1e-d5b5-4d72-804a-5380622fbdea}</Project> | |||||
<Name>AlphaFS</Name> | |||||
</ProjectReference> | |||||
<None Include="packages.config" /> | |||||
</ItemGroup> | </ItemGroup> | ||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||||
@@ -0,0 +1,4 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<packages> | |||||
<package id="AlphaFS" version="2.2.1" targetFramework="net452" /> | |||||
</packages> |
@@ -10,7 +10,7 @@ | |||||
<AppDesignerFolder>Properties</AppDesignerFolder> | <AppDesignerFolder>Properties</AppDesignerFolder> | ||||
<RootNamespace>TestClient</RootNamespace> | <RootNamespace>TestClient</RootNamespace> | ||||
<AssemblyName>TestClient</AssemblyName> | <AssemblyName>TestClient</AssemblyName> | ||||
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> | |||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> | |||||
<TargetFrameworkProfile> | <TargetFrameworkProfile> | ||||
</TargetFrameworkProfile> | </TargetFrameworkProfile> | ||||
<FileAlignment>512</FileAlignment> | <FileAlignment>512</FileAlignment> | ||||
@@ -54,10 +54,6 @@ | |||||
<Compile Include="Properties\AssemblyInfo.cs" /> | <Compile Include="Properties\AssemblyInfo.cs" /> | ||||
</ItemGroup> | </ItemGroup> | ||||
<ItemGroup> | <ItemGroup> | ||||
<ProjectReference Include="..\AlphaFS\AlphaFS.csproj"> | |||||
<Project>{f0f9af1e-d5b5-4d72-804a-5380622fbdea}</Project> | |||||
<Name>AlphaFS</Name> | |||||
</ProjectReference> | |||||
<ProjectReference Include="..\NTFSSecurity\NTFSSecurity.csproj"> | <ProjectReference Include="..\NTFSSecurity\NTFSSecurity.csproj"> | ||||
<Project>{17768e1a-1422-4bd2-a9a5-42ba9feb82b8}</Project> | <Project>{17768e1a-1422-4bd2-a9a5-42ba9feb82b8}</Project> | ||||
<Name>NTFSSecurity</Name> | <Name>NTFSSecurity</Name> | ||||
@@ -75,6 +71,9 @@ | |||||
<Name>Security2</Name> | <Name>Security2</Name> | ||||
</ProjectReference> | </ProjectReference> | ||||
</ItemGroup> | </ItemGroup> | ||||
<ItemGroup> | |||||
<None Include="app.config" /> | |||||
</ItemGroup> | |||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | <!-- 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. | Other similar extension points exist, see Microsoft.Common.targets. | ||||
@@ -0,0 +1,3 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<configuration> | |||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration> |