mirror of https://github.com/stascorp/rdpwrap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
656 B
22 lines
656 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>RDPWInst</RootNamespace>
|
|
<AssemblyName>RDPWInst</AssemblyName>
|
|
<!-- Embed binary payloads -->
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\RDPWrap.Common\RDPWrap.Common.csproj" />
|
|
</ItemGroup>
|
|
|
|
<!-- Embedded payload resources (DLLs, rdpwrap.ini) go here once binaries are available -->
|
|
<!-- Example:
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\rdpw32.dll" />
|
|
<EmbeddedResource Include="Resources\rdpw64.dll" />
|
|
<EmbeddedResource Include="Resources\rdpwrap.ini" />
|
|
</ItemGroup>
|
|
-->
|
|
</Project>
|