-
Notifications
You must be signed in to change notification settings - Fork 211
Expand file tree
/
Copy pathRdpegfx.csproj
More file actions
26 lines (21 loc) · 822 Bytes
/
Rdpegfx.csproj
File metadata and controls
26 lines (21 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<targetframework>net7.0</targetframework>
<AssemblyName>Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx</AssemblyName>
<RootNamespace>Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\AssemblyInfo\SharedAssemblyInfo.cs">
<Link>SharedAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="SkiaSharp" Version="2.88.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MS-RDPEFS\Rdpefs.csproj" />
<ProjectReference Include="..\MS-RDPRFX\Rdprfx.csproj" />
</ItemGroup>
</Project>