1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 06:00:45 +00:00
msfs-popout-panel-manager/Shared/Shared.csproj

33 lines
1.3 KiB
XML
Raw Permalink Normal View History

2022-01-27 13:40:04 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-07-12 22:41:31 +00:00
<TargetFramework>net7.0-windows</TargetFramework>
2022-07-23 19:23:32 +00:00
<AssemblyName>Shared</AssemblyName>
2022-01-27 13:40:04 +00:00
<PackageId>MSFS 2020 Popout Panel Manager Shared</PackageId>
<Product>MSFS 2020 Popout Panel Manager Shared</Product>
<Authors>Stanley Kwok</Authors>
<Company>Stanley Kwok</Company>
<Copyright>Stanley Kwok 2021</Copyright>
<PackageProjectUrl>https://github.com/hawkeye-stan/msfs-popout-panel-manager</PackageProjectUrl>
2022-07-23 19:23:32 +00:00
<RootNamespace>MSFSPopoutPanelManager.Shared</RootNamespace>
2022-06-30 23:53:08 +00:00
<Platforms>x64</Platforms>
2024-03-14 22:50:32 +00:00
<Version>4.1.1.0</Version>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<FileVersion>4.1.1.0</FileVersion>
2022-07-23 19:23:32 +00:00
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<DebugType>Embedded</DebugType>
2023-07-12 22:41:31 +00:00
<Configurations>Debug;Release;Local</Configurations>
2022-01-27 13:40:04 +00:00
</PropertyGroup>
<ItemGroup>
2023-07-12 22:41:31 +00:00
<PackageReference Include="Fody" Version="6.7.0">
2022-07-23 19:23:32 +00:00
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2023-07-12 22:41:31 +00:00
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" PrivateAssets="All" />
2022-01-27 13:40:04 +00:00
</ItemGroup>
</Project>