Idle Client not showing in Open Task view any more.
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{A76579E5-AA8D-45A3-99E1-239A5C030A78}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>SharpDisplayIdleClient</RootNamespace>
11 <AssemblyName>SharpDisplayIdleClient</AssemblyName>
12 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <PlatformTarget>AnyCPU</PlatformTarget>
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
36 <SignManifests>true</SignManifests>
39 <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
42 <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
45 <NoWin32Manifest>true</NoWin32Manifest>
48 <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
49 <HintPath>..\..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
50 <Private>True</Private>
52 <Reference Include="System" />
53 <Reference Include="System.Core" />
54 <Reference Include="System.Xml.Linq" />
55 <Reference Include="System.Data.DataSetExtensions" />
56 <Reference Include="Microsoft.CSharp" />
57 <Reference Include="System.Data" />
58 <Reference Include="System.Deployment" />
59 <Reference Include="System.Drawing" />
60 <Reference Include="System.Net.Http" />
61 <Reference Include="System.Windows.Forms" />
62 <Reference Include="System.Xml" />
65 <Compile Include="FormClientIdle.cs">
66 <SubType>Form</SubType>
68 <Compile Include="FormClientIdle.Designer.cs">
69 <DependentUpon>FormClientIdle.cs</DependentUpon>
71 <Compile Include="Program.cs" />
72 <Compile Include="Properties\AssemblyInfo.cs" />
73 <EmbeddedResource Include="FormClientIdle.resx">
74 <DependentUpon>FormClientIdle.cs</DependentUpon>
76 <EmbeddedResource Include="Properties\Resources.resx">
77 <Generator>ResXFileCodeGenerator</Generator>
78 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
79 <SubType>Designer</SubType>
81 <Compile Include="Properties\Resources.Designer.cs">
82 <AutoGen>True</AutoGen>
83 <DependentUpon>Resources.resx</DependentUpon>
85 <None Include="packages.config" />
86 <None Include="Properties\Settings.settings">
87 <Generator>SettingsSingleFileGenerator</Generator>
88 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
90 <Compile Include="Properties\Settings.Designer.cs">
91 <AutoGen>True</AutoGen>
92 <DependentUpon>Settings.settings</DependentUpon>
93 <DesignTimeSharedInput>True</DesignTimeSharedInput>
97 <None Include="App.config" />
99 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101 Other similar extension points exist, see Microsoft.Common.targets.
102 <Target Name="BeforeBuild">
104 <Target Name="AfterBuild">