2022-01-27 13:40:04 +00:00
|
|
|
|
<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>
|
2022-05-04 15:11:04 +00:00
|
|
|
|
<Version>3.3.1.0</Version>
|
2022-01-27 13:40:04 +00:00
|
|
|
|
<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;AnyCPU</Platforms>
|
2022-05-04 15:11:04 +00:00
|
|
|
|
<AssemblyVersion>3.3.1.0</AssemblyVersion>
|
|
|
|
|
<FileVersion>3.3.1.0</FileVersion>
|
2022-01-27 13:40:04 +00:00
|
|
|
|
</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>
|