Moved the secure buffer code to its own folder.
This commit is contained in:
11
NSspi.csproj
11
NSspi.csproj
@@ -48,10 +48,6 @@
|
|||||||
<Compile Include="Contexts\ClientContext.cs" />
|
<Compile Include="Contexts\ClientContext.cs" />
|
||||||
<Compile Include="Contexts\Context.cs" />
|
<Compile Include="Contexts\Context.cs" />
|
||||||
<Compile Include="Contexts\ContextAttrib.cs" />
|
<Compile Include="Contexts\ContextAttrib.cs" />
|
||||||
<Compile Include="Contexts\SecureBuffer.cs" />
|
|
||||||
<Compile Include="Contexts\SecureBufferDataRep.cs" />
|
|
||||||
<Compile Include="Contexts\SecureBufferDesc.cs" />
|
|
||||||
<Compile Include="Contexts\SecureBufferType.cs" />
|
|
||||||
<Compile Include="Contexts\ServerContext.cs" />
|
<Compile Include="Contexts\ServerContext.cs" />
|
||||||
<Compile Include="Credentials\ClientCredential.cs" />
|
<Compile Include="Credentials\ClientCredential.cs" />
|
||||||
<Compile Include="Credentials\Credential.cs" />
|
<Compile Include="Credentials\Credential.cs" />
|
||||||
@@ -64,9 +60,16 @@
|
|||||||
<Compile Include="PackageNames.cs" />
|
<Compile Include="PackageNames.cs" />
|
||||||
<Compile Include="Program.cs" />
|
<Compile Include="Program.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<Compile Include="SecureBuffer\SecureBuffer.cs" />
|
||||||
|
<Compile Include="SecureBuffer\SecureBufferDataRep.cs" />
|
||||||
|
<Compile Include="SecureBuffer\SecureBufferDesc.cs" />
|
||||||
|
<Compile Include="SecureBuffer\SecureBufferType.cs" />
|
||||||
<Compile Include="SecurityStatus.cs" />
|
<Compile Include="SecurityStatus.cs" />
|
||||||
<Compile Include="SSPIException.cs" />
|
<Compile Include="SSPIException.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="SecureBuffers\" />
|
||||||
|
</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.
|
||||||
|
|||||||
Reference in New Issue
Block a user