Add System.Security.dll to micasad for window build.

This commit is contained in:
Jim Norman 2006-10-19 14:49:05 +00:00
parent 879eaa39d6
commit a102e4091a

View File

@ -94,6 +94,7 @@
<Reference Include="System.Runtime.Serialization.Formatters.Soap">
<Name>System.Runtime.Serialization.Formatters.Soap</Name>
</Reference>
<Reference Include="System.Security" />
<Reference Include="System.ServiceProcess">
<Name>System.ServiceProcess</Name>
</Reference>
@ -290,7 +291,9 @@
<EmbeddedResource Include="init\WinSecretStoreClientService.resx">
<DependentUpon>WinSecretStoreClientService.cs</DependentUpon>
</EmbeddedResource>
<Folder Include="startup" />
</ItemGroup>
<ItemGroup>
<Folder Include="startup\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>