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