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

Version 3.3.4 Release

This commit is contained in:
Stanley 2022-06-24 10:24:31 -04:00
parent 844569a90e
commit 66489b207c
4 changed files with 18 additions and 3 deletions

2
.gitignore vendored
View file

@ -62,7 +62,7 @@ publish/
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
#*.pubxml
*.publishproj
# NuGet Packages

View file

@ -143,7 +143,7 @@ namespace MSFSPopoutPanelManager.Provider
var hwnd = simualatorProcess.Handle;
PInvoke.SetForegroundWindow(hwnd);
Thread.Sleep(2000);
Thread.Sleep(250);
Rectangle rectangle;
PInvoke.GetWindowRect(hwnd, out rectangle);

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>..\..\..\publish\master</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net5.0-windows</TargetFramework>
<SelfContained>false</SelfContained>
<DeleteExistingFiles>true</DeleteExistingFiles>
</PropertyGroup>
</Project>

View file

@ -14,6 +14,7 @@
<RootNamespace>MSFSPopoutPanelManager.WpfApp</RootNamespace>
<ApplicationIcon>logo.ico</ApplicationIcon>
<Platforms>x64</Platforms>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>
<ItemGroup>
@ -84,5 +85,4 @@
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>