DSInternals/Src/DSInternals.SAM/DSInternals.SAM.csproj

101 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<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="..\Configuration\Common.csproj.props" />
<PropertyGroup>
<ProjectGuid>{924F67C0-8FFF-4714-891A-FC0799F46727}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DSInternals.SAM</RootNamespace>
<AssemblyName>DSInternals.SAM</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<RunCodeAnalysis>false</RunCodeAnalysis>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<RunCodeAnalysis>false</RunCodeAnalysis>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Configuration\CommonAssemblyInfo.cs">
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Interop\Enums\LsaPolicyAccessMask.cs" />
<Compile Include="Interop\Enums\SamCommonAccessMask.cs" />
<Compile Include="Interop\Enums\SamDomainAccessMask.cs" />
<Compile Include="Interop\Enums\LsaPolicyInformationClass.cs" />
<Compile Include="Interop\Enums\SamDomainInformationClass.cs" />
<Compile Include="Interop\Enums\SamSidType.cs" />
<Compile Include="Interop\SafeHandles\SafeLsaPolicyHandle.cs" />
<Compile Include="Interop\SafeHandles\SafeRpcAuthIdentityHandle.cs" />
<Compile Include="Interop\SafeHandles\SafeSamEnumerationBufferPointer.cs" />
<Compile Include="Interop\SafeHandles\SafeSamPointer.cs" />
<Compile Include="Interop\SafeHandles\SafeSamHandle.cs" />
<Compile Include="Interop\Enums\SamServerAccessMask.cs" />
<Compile Include="Interop\Enums\SamUserAccessMask.cs" />
<Compile Include="Interop\Enums\SamUserInformationClass.cs" />
<Compile Include="Interop\Structs\LsaBuffer.cs" />
<Compile Include="Wrappers\LsaDomainInformation.cs" />
<Compile Include="Wrappers\LsaDnsDomainInformation.cs" />
<Compile Include="Interop\Structs\LsaMachineAccountInformationNative.cs" />
<Compile Include="Interop\Structs\LsaDomainInformationNative.cs" />
<Compile Include="Interop\Structs\LsaDnsDomainInformationNative.cs" />
<Compile Include="Interop\Structs\LsaObjectAttributes.cs" />
<Compile Include="Wrappers\SamDomainPasswordInformation.cs" />
<Compile Include="Interop\Enums\SamDomainPasswordProperties.cs" />
<Compile Include="Interop\Structs\SamRidEnumeration.cs" />
<Compile Include="Interop\Structs\SamUserInternal1Information.cs" />
<Compile Include="Interop\NativeMethods.cs" />
<Compile Include="Interop\NativeMethods.Lsa.cs">
<DependentUpon>NativeMethods.cs</DependentUpon>
</Compile>
<Compile Include="Interop\NativeMethods.Sam.cs">
<DependentUpon>NativeMethods.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Wrappers\LsaPolicy.cs" />
<Compile Include="Wrappers\SamDomain.cs" />
<Compile Include="Wrappers\SamObject.cs" />
<Compile Include="Wrappers\SamServer.cs" />
<Compile Include="Wrappers\SamUser.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DSInternals.Common\DSInternals.Common.csproj">
<Project>{7d47f040-d3a9-43ca-9f69-ef91faf2c23a}</Project>
<Name>DSInternals.Common</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="DSInternals.SAM.nuspec" />
</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>