Add System.Security.dll to micasad for window build.
This commit is contained in:
parent
879eaa39d6
commit
a102e4091a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user