Forgot to include the ClientCredential and ServerCredential files in the project.
This commit is contained in:
@@ -44,6 +44,7 @@
|
|||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="ClientCredential.cs" />
|
||||||
<Compile Include="Credential.cs" />
|
<Compile Include="Credential.cs" />
|
||||||
<Compile Include="CredentialPackage.cs" />
|
<Compile Include="CredentialPackage.cs" />
|
||||||
<Compile Include="CredentialQueryAttrib.cs" />
|
<Compile Include="CredentialQueryAttrib.cs" />
|
||||||
@@ -54,6 +55,7 @@
|
|||||||
<Compile Include="Program.cs" />
|
<Compile Include="Program.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="SecurityStatus.cs" />
|
<Compile Include="SecurityStatus.cs" />
|
||||||
|
<Compile Include="ServerCredential.cs" />
|
||||||
<Compile Include="SSPIException.cs" />
|
<Compile Include="SSPIException.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
|||||||
Reference in New Issue
Block a user