Move WindowInfo to HelpersLib

This commit is contained in:
Jaex 2016-07-04 08:50:41 +03:00
parent 740448b9dd
commit b19521bba6
3 changed files with 1 additions and 1 deletions

View file

@ -203,6 +203,7 @@
<DependentUpon>MonitorTestForm.cs</DependentUpon>
</Compile>
<Compile Include="Native\NativeConstants.cs" />
<Compile Include="Native\WindowInfo.cs" />
<Compile Include="PingHelper.cs" />
<Compile Include="PingResult.cs" />
<Compile Include="ProxyInfo.cs" />

View file

@ -156,7 +156,6 @@
<Compile Include="Screenshot_Transparent.cs" />
<Compile Include="WebpageCapture.cs" />
<Compile Include="WebpageCaptureOptions.cs" />
<Compile Include="WindowInfo.cs" />
<Compile Include="WindowsList.cs" />
<Compile Include="WindowsRectangleList.cs" />
</ItemGroup>