mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-22 13:50:14 +00:00
36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
<AssemblyName>FsConnector</AssemblyName>
|
|
<PackageId>MSFS 2020 Popout Panel Manager FsConnector</PackageId>
|
|
<Product>MSFS 2020 Popout Panel Manager FsConnector</Product>
|
|
<Version>3.3.7.0</Version>
|
|
<Authors>Stanley Kwok</Authors>
|
|
<Company>Stanley Kwok</Company>
|
|
<Copyright>Stanley Kwok 2021</Copyright>
|
|
<PackageProjectUrl>https://github.com/hawkeye-stan/msfs-popout-panel-manager</PackageProjectUrl>
|
|
<RootNamespace>MSFSPopoutPanelManager.FsConnector</RootNamespace>
|
|
<Platforms>x64</Platforms>
|
|
<AssemblyVersion>3.3.7.0</AssemblyVersion>
|
|
<FileVersion>3.3.7.0</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Shared\Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.FlightSimulator.SimConnect">
|
|
<HintPath>Resources\Managed\Microsoft.FlightSimulator.SimConnect.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ContentWithTargetPath Include="resources\SimConnect.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<TargetPath>SimConnect.dll</TargetPath>
|
|
</ContentWithTargetPath>
|
|
</ItemGroup>
|
|
|
|
</Project>
|