37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0-windows</TargetFramework>
|
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
<Platform>x64</Platform>
|
|
<Platforms>x64</Platforms>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>SGU.CredentialProvider</AssemblyName>
|
|
<RootNamespace>SGU.CredentialProvider</RootNamespace>
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
<EnableComHosting>true</EnableComHosting>
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
|
|
<SelfContained>false</SelfContained>
|
|
<PublishSingleFile>false</PublishSingleFile>
|
|
<PublishTrimmed>false</PublishTrimmed>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Lithnet.CredentialProvider\Lithnet.CredentialProvider.csproj">
|
|
<AdditionalProperties>Configuration=$(Configuration)</AdditionalProperties>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SGU.AuthBroker.Core\SGU.AuthBroker.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="..\..\assets\branding\lasalle-mexico-provider.png"
|
|
LogicalName="SGU.CredentialProvider.Branding.LaSalleMascot.png" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
|
|
<_Parameter1>SGU.CredentialProvider.Tests</_Parameter1>
|
|
</AssemblyAttribute>
|
|
</ItemGroup>
|
|
</Project>
|