You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gateway/UMC.ITME.csproj

56 lines
2.8 KiB
XML

2 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<InvariantGlobalization>true</InvariantGlobalization>
2 years ago
<OutputType>Exe</OutputType>
6 months ago
<TargetFramework>net7.0</TargetFramework>
10 months ago
<RootNamespace>UMC.ITME</RootNamespace>
2 years ago
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<WarningLevel>4</WarningLevel>
</PropertyGroup>
2 years ago
<ItemGroup>
<EmbeddedResource Include="Resources\Auth\dingtalk.html" />
<EmbeddedResource Include="Resources\Auth\nosupport.html" />
<EmbeddedResource Include="Resources\Auth\wxwork.html" />
<EmbeddedResource Include="Resources\dingtalk.html" />
<EmbeddedResource Include="Resources\user.html" />
<EmbeddedResource Include="Resources\login.html" />
<EmbeddedResource Include="Resources\pc.html" />
<EmbeddedResource Include="Resources\app.html" />
2 years ago
<EmbeddedResource Include="Resources\close.html" />
<EmbeddedResource Include="Resources\error.html" />
<EmbeddedResource Include="Resources\weixin.html" />
<EmbeddedResource Include="Resources\wxwork.html" />
<EmbeddedResource Include="Resources\login-html.html" />
<EmbeddedResource Include="Resources\check.html" />
<EmbeddedResource Include="Resources\desktop.umc.html" />
10 months ago
<EmbeddedResource Include="Resources\desktop.app.html" />
2 years ago
<EmbeddedResource Include="Resources\desktop.html" />
<EmbeddedResource Include="Resources\desktop.page.html" />
<EmbeddedResource Include="Resources\favicon.ico" />
<EmbeddedResource Include="Resources\desktop.doc.html" />
<EmbeddedResource Include="Resources\pwd-Compel.html" />
<EmbeddedResource Include="Resources\pwd-Select.html" />
<EmbeddedResource Include="Resources\pwd-Selected.html" />
<EmbeddedResource Include="Resources\umc.html" />
<EmbeddedResource Include="Resources\desktop.site.html" />
10 months ago
<EmbeddedResource Include="Resources\desktop.ssh.html" />
2 years ago
<EmbeddedResource Include="Resources\desktop.ui.html" />
10 months ago
<EmbeddedResource Include="Resources\biometric.html" />
2 years ago
<EmbeddedResource Include="Resources\dir.html" />
<EmbeddedResource Include="Resources\app.png" />
</ItemGroup>
<ItemGroup>
7 months ago
<!-- <PackageReference Include="BouncyCastle.NetCore" Version="2.2.1" /> -->
<PackageReference Include="Fido2" Version="3.0.1" />
9 months ago
<PackageReference Include="SkiaSharp" Version="2.88.8" />
10 months ago
<!-- <PackageReference Include="UMC" Version="1.0.40" />
<PackageReference Include="UMC.Data" Version="1.0.48" /> -->
9 months ago
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.8" />
10 months ago
<PackageReference Include="SshNet.Security.Cryptography" Version="1.3.0" />
2 years ago
</ItemGroup>
10 months ago
<ItemGroup>
10 months ago
<ProjectReference Include="..\UMC\Net\UMC\UMC.csproj" />
2 years ago
<ProjectReference Include="..\UMC.Data\UMC.Data.csproj" />
10 months ago
</ItemGroup>
2 years ago
</Project>