Forgot to include the ClientCredential and ServerCredential files in the project.

This commit is contained in:
antiduh
2014-06-19 15:24:08 +00:00
parent 3c100caf28
commit 52219057b7

View File

@@ -44,6 +44,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ClientCredential.cs" />
<Compile Include="Credential.cs" />
<Compile Include="CredentialPackage.cs" />
<Compile Include="CredentialQueryAttrib.cs" />
@@ -54,6 +55,7 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SecurityStatus.cs" />
<Compile Include="ServerCredential.cs" />
<Compile Include="SSPIException.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />